COLOR #819EDD

HEX: #819EDD RGB: (129,158,221)

Color info

#819EDD contains mainly blue color. Web safe color of #819EDD is #9999CC (or #99C).

RGB color model

#819EDD color RGB value is (129,158,221).

RGB: (129,158,221) (51%, 62%, 87%)

RGB channels and saturation

R 129 of 255 = 51%
G 158 of 255 = 62%
B 221 of 255 = 87%

129
158
221

R + G + B ~ 67%. #819EDD is quite light color.

Portions of RGB colors in percentages

R + G + B = 129 + 158 + 221 = 508 (100%)
R 129 of 508 ~ 25.39%
G 158 of 508 ~ 31.1%
B 221 of 508 ~ 43.5'%

%25.39
%31.1
%43.5

CMYK color model

#819EDD color CMYK value is (42,29,0,13).

  • cyan value is 41.63%
  • magenta value is 28.51%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (42,29,0,13)
C42M29Y0K13 (42%, 29%, 0%, 13%)
(0.42 / 0.29 / 0.00 / 0.13)

CMYK percentages

%41.63
%28.51
%0
%13.33

Codes

Color #819EDD in popluar color models

81 9E DD
RGB 129 158 221
HSL 221° 57.50% 68.63%
HSB/HSV 221° 41.63% 86.67%
CMYK 41.63% 28.51% 0.00%
13.33%

Color #819EDD in popluar number systems.

HEX 81 9E DD
Decimal 129 158 221
Binary 10000001 10011110 11011101
Octal 201 236 335

Shades and tints

Shades of #819EDD

#819EDD
(129,158,221)
#7690C9
(118,144,201)
#6B82B5
(107,130,181)
#6074A1
(96,116,161)
#55668D
(85,102,141)
#4A5879
(74,88,121)
#3F4A65
(63,74,101)
#343C51
(52,60,81)
#292E3D
(41,46,61)
#1E2029
(30,32,41)
#131215
(19,18,21)
#000000
(0,0,0)

Tints of #819EDD

#819EDD
(129,158,221)
#8CA6E0
(140,166,224)
#97AEE3
(151,174,227)
#A2B6E6
(162,182,230)
#ADBEE9
(173,190,233)
#B8C6EC
(184,198,236)
#C3CEEF
(195,206,239)
#CED6F2
(206,214,242)
#D9DEF5
(217,222,245)
#E4E6F8
(228,230,248)
#EFEEFB
(239,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #819EDD; }

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

This text font color is #819EDD.

Background Color

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

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

This div background color is #819EDD.

Border color

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

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

This div border color is #819EDD.

Opacity

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

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

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

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

This text has shadow with #819EDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #819EDD.

Preview

Color preview on black background

This text has color #819EDD on black background.


Color preview on white background

This text has color #819EDD on white background.


Black color preview on #819EDD background

This text has black color on #819EDD background.


White color preview on #819EDD background

This text has white color on #819EDD background.


Related colors

Complementary color

Complementary color for #hex is #7E6122.


I love getcolorcode.com

Triadic colors

1 #DD819E and #9EDD81 with #819EDD are triadic colors.

2 #DD9E81 and #9E81DD with #819EDD are triadic colors.