COLOR #828BC4

HEX: #828BC4
RGB: (130,139,196)

Renk bilgisi

#828BC4 contains mainly green and blue colors. #828BC4 ‘ nin web güvenlik rengi #9999CC (ya da #99C) dir.

RGB renk modeli

#828BC4 color RGB value is (130,139,196).

  • kırmız ton 130;
  • yeşil ton 139;
  • mavi ton 196.
RGB:
(130,139,196)
(51%,55%,77%)

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 139 of 255 = 55%
B 196 of 255 = 77%

130
139
196

R + G + B ~ 61%. #828BC4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 139 + 196 = 465 (100%)
R 130 of 465 ~ 27.96%
G 139 of 465 ~ 29.89%
B 196 of 465 ~ 42.15%

%27.96
%29.89
%42.15

CMYK RENK MODELİ

#828BC4 rengi CMYK tonu (34,29,0,23).

  • camgöbeği tonu 33.67%
  • eflatun tonu 29.08%
  • sarı tonu 0.00%
  • ana renk tonu 23.14%
CMYK:
(34,29,0,23)
C34M29Y0K23 
(34%,29%,0%,23%)
(0.34/0.29/0.00/0.23)	

CMYK yüzdeleri

%33.67
%29.08
%0
%23.14

Codes

Color #828BC4 in popluar color models

828BC4
RGB130139196
HSL232°35.87%63.92%
HSB/HSV232°33.67%76.86%
CMYK33.67%29.08%0.00%
23.14%

Color #828BC4 in popluar number systems.

HEX828BC4
Decimal130139196
Binary100000101000101111000100
Octal202213304

Shades and tints

Shades of #828BC4

#828BC4
(130,139,196)
#777FB3
(119,127,179)
#6C73A2
(108,115,162)
#616791
(97,103,145)
#565B80
(86,91,128)
#4B4F6F
(75,79,111)
#40435E
(64,67,94)
#35374D
(53,55,77)
#2A2B3C
(42,43,60)
#1F1F2B
(31,31,43)
#14131A
(20,19,26)
#000000
(0,0,0)

Tints of #828BC4

#828BC4
(130,139,196)
#8D95C9
(141,149,201)
#989FCE
(152,159,206)
#A3A9D3
(163,169,211)
#AEB3D8
(174,179,216)
#B9BDDD
(185,189,221)
#C4C7E2
(196,199,226)
#CFD1E7
(207,209,231)
#DADBEC
(218,219,236)
#E5E5F1
(229,229,241)
#F0EFF6
(240,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #828BC4 color. Also use rgb(130,139,196) instead hex code.

Text Font Color

.myTextColor { color: #828BC4; }

<p style="color:#828BC4">This sample text font color is #828BC4.</p>

This text font color is #828BC4.


Background Color

.myBgColor { background-color: #828BC4; }

<div style="background-color:#828BC4">Inner text</div>

This div background color is #828BC4.


Border color

.myBorderColor { border: 1px solid #828BC4; }

<div style="border:3px solid #828BC4">Div</div>

This div border color is #828BC4.


Opacity

.myOpacity80 { color: #828BC4; opacity: 0.8; }

<p style="color:#828BC4;opacity:0.8;">80%</p>

Text with #828BC4 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #828BC4;}

<p style="text-shadow: 3px 3px 1px #828BC4">Text here.</p>

This text has shadow with #828BC4 color.

.textShadow {text-shadow: 3px 3px 1px #828BC4, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #828BC4, 5px 5px 20px red">Text here.</p>

This text has shadow with #828BC4 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#828BC4, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#828BC4, Direction=45, Strength=4)">Text</p>

This text has shadow with #828BC4 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #828BC4;
  -webkit-box-shadow:	1px 1px 3px 2px #828BC4;
  box-shadow:		1px 1px 3px 2px #828BC4;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #828BC4;
-webkit-box-shadow: 1px 1px 3px 2px #828BC4;
box-shadow:1px 1px 3px 2px #828BC4;">
Div content here</div>
This div box has shadow with color #828BC4.

Preview

Color preview on black background

This text has color #828BC4 on black background.


Color preview on white background

This text has color #828BC4 on white background.



Black color preview on #828BC4 background

This text has black color on #828BC4 background.


White color preview on #828BC4 background

This text has white color on #828BC4 background.