COLOR #819AE2

HEX: #819AE2 RGB: (129,154,226)

Color info

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

RGB color model

#819AE2 color RGB value is (129,154,226).

RGB: (129,154,226) (51%, 60%, 89%)

RGB channels and saturation

R 129 of 255 = 51%
G 154 of 255 = 60%
B 226 of 255 = 89%

129
154
226

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

Portions of RGB colors in percentages

R + G + B = 129 + 154 + 226 = 509 (100%)
R 129 of 509 ~ 25.34%
G 154 of 509 ~ 30.26%
B 226 of 509 ~ 44.4'%

%25.34
%30.26
%44.4

CMYK color model

#819AE2 color CMYK value is (43,32,0,11).

  • cyan value is 42.92%
  • magenta value is 31.86%
  • yellow value is 0.00%
  • key color value is 11.37%

CMYK: (43,32,0,11)
C43M32Y0K11 (43%, 32%, 0%, 11%)
(0.43 / 0.32 / 0.00 / 0.11)

CMYK percentages

%42.92
%31.86
%0
%11.37

Codes

Color #819AE2 in popluar color models

81 9A E2
RGB 129 154 226
HSL 225° 62.58% 69.61%
HSB/HSV 225° 42.92% 88.63%
CMYK 42.92% 31.86% 0.00%
11.37%

Color #819AE2 in popluar number systems.

HEX 81 9A E2
Decimal 129 154 226
Binary 10000001 10011010 11100010
Octal 201 232 342

Shades and tints

Shades of #819AE2

#819AE2
(129,154,226)
#768CCE
(118,140,206)
#6B7EBA
(107,126,186)
#6070A6
(96,112,166)
#556292
(85,98,146)
#4A547E
(74,84,126)
#3F466A
(63,70,106)
#343856
(52,56,86)
#292A42
(41,42,66)
#1E1C2E
(30,28,46)
#130E1A
(19,14,26)
#000000
(0,0,0)

Tints of #819AE2

#819AE2
(129,154,226)
#8CA3E4
(140,163,228)
#97ACE6
(151,172,230)
#A2B5E8
(162,181,232)
#ADBEEA
(173,190,234)
#B8C7EC
(184,199,236)
#C3D0EE
(195,208,238)
#CED9F0
(206,217,240)
#D9E2F2
(217,226,242)
#E4EBF4
(228,235,244)
#EFF4F6
(239,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #819AE2 color. Also use rgb(129,154,226) instead hex code.

Text Font Color

.myTextColor { color: #819AE2; }

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

This text font color is #819AE2.

Background Color

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

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

This div background color is #819AE2.

Border color

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

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

This div border color is #819AE2.

Opacity

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

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

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

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

This text has shadow with #819AE2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #819AE2.

Preview

Color preview on black background

This text has color #819AE2 on black background.


Color preview on white background

This text has color #819AE2 on white background.


Black color preview on #819AE2 background

This text has black color on #819AE2 background.


White color preview on #819AE2 background

This text has white color on #819AE2 background.


Related colors

Complementary color

Complementary color for #hex is #7E651D.


I love getcolorcode.com

Triadic colors

1 #E2819A and #9AE281 with #819AE2 are triadic colors.

2 #E29A81 and #9A81E2 with #819AE2 are triadic colors.