COLOR #819ED4

HEX: #819ED4
RGB: (129,158,212)

Color info

#819ED4 contains mainly green and blue colors. Web safe color of #819ED4 is #9999CC (or #99C).

RGB color model

#819ED4 color RGB value is (129,158,212).

  • red value is 129;
  • green value is 158;
  • blue value is 212.
RGB:
(129,158,212)
(51%,62%,83%)

RGB channels and saturation

R 129 of 255 = 51%
G 158 of 255 = 62%
B 212 of 255 = 83%

129
158
212

R + G + B ~ 65%. #819ED4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
129 + 158 + 212 = 499 (100%)
R 129 of 499 ~ 25.85%
G 158 of 499 ~ 31.66%
B 212 of 499 ~ 42.48%

%25.85
%31.66
%42.48

CMYK color model

#819ED4 color CMYK value is (39,25,0,17).

  • cyan value is 39.15%
  • magenta value is 25.47%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(39,25,0,17)
C39M25Y0K17 
(39%,25%,0%,17%)
(0.39/0.25/0.00/0.17)	

CMYK percentages

%39.15
%25.47
%0
%16.86

Codes

Color #819ED4 in popluar color models

819ED4
RGB129158212
HSL219°49.11%66.86%
HSB/HSV219°39.15%83.14%
CMYK39.15%25.47%0.00%
16.86%

Color #819ED4 in popluar number systems.

HEX819ED4
Decimal129158212
Binary100000011001111011010100
Octal201236324

Shades and tints

Shades of #819ED4

#819ED4
(129,158,212)
#7690C1
(118,144,193)
#6B82AE
(107,130,174)
#60749B
(96,116,155)
#556688
(85,102,136)
#4A5875
(74,88,117)
#3F4A62
(63,74,98)
#343C4F
(52,60,79)
#292E3C
(41,46,60)
#1E2029
(30,32,41)
#131216
(19,18,22)
#000000
(0,0,0)

Tints of #819ED4

#819ED4
(129,158,212)
#8CA6D7
(140,166,215)
#97AEDA
(151,174,218)
#A2B6DD
(162,182,221)
#ADBEE0
(173,190,224)
#B8C6E3
(184,198,227)
#C3CEE6
(195,206,230)
#CED6E9
(206,214,233)
#D9DEEC
(217,222,236)
#E4E6EF
(228,230,239)
#EFEEF2
(239,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #819ED4 color. Also use rgb(129,158,212) instead hex code.

Text Font Color

.myTextColor { color: #819ED4; }

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

This text font color is #819ED4.


Background Color

.myBgColor { background-color: #819ED4; }

<div style="background-color:#819ED4">Inner text</div>

This div background color is #819ED4.


Border color

.myBorderColor { border: 1px solid #819ED4; }

<div style="border:3px solid #819ED4">Div</div>

This div border color is #819ED4.


Opacity

.myOpacity80 { color: #819ED4; opacity: 0.8; }

<p style="color:#819ED4;opacity:0.8;">80%</p>

Text with #819ED4 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 #819ED4;}

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

This text has shadow with #819ED4 color.

.textShadow {text-shadow: 3px 3px 1px #819ED4, 3px 3px 1px red;}

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

This text has shadow with #819ED4 primary color and red secondary color.


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

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

This text has shadow with #819ED4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #819ED4 on black background.


Color preview on white background

This text has color #819ED4 on white background.



Black color preview on #819ED4 background

This text has black color on #819ED4 background.


White color preview on #819ED4 background

This text has white color on #819ED4 background.