COLOR #818ACC

HEX: #818ACC RGB: (129,138,204)

Color info

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

RGB color model

#818ACC color RGB value is (129,138,204).

RGB: (129,138,204) (51%, 54%, 80%)

RGB channels and saturation

R 129 of 255 = 51%
G 138 of 255 = 54%
B 204 of 255 = 80%

129
138
204

R + G + B ~ 62%. #818ACC is quite light color.

Portions of RGB colors in percentages

R + G + B = 129 + 138 + 204 = 471 (100%)
R 129 of 471 ~ 27.39%
G 138 of 471 ~ 29.3%
B 204 of 471 ~ 43.31'%

%27.39
%29.3
%43.31

CMYK color model

#818ACC color CMYK value is (37,32,0,20).

  • cyan value is 36.76%
  • magenta value is 32.35%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (37,32,0,20)
C37M32Y0K20 (37%, 32%, 0%, 20%)
(0.37 / 0.32 / 0.00 / 0.20)

CMYK percentages

%36.76
%32.35
%0
%20

Codes

Color #818ACC in popluar color models

81 8A CC
RGB 129 138 204
HSL 233° 42.37% 65.29%
HSB/HSV 233° 36.76% 80.00%
CMYK 36.76% 32.35% 0.00%
20.00%

Color #818ACC in popluar number systems.

HEX 81 8A CC
Decimal 129 138 204
Binary 10000001 10001010 11001100
Octal 201 212 314

Shades and tints

Shades of #818ACC

#818ACC
(129,138,204)
#767EBA
(118,126,186)
#6B72A8
(107,114,168)
#606696
(96,102,150)
#555A84
(85,90,132)
#4A4E72
(74,78,114)
#3F4260
(63,66,96)
#34364E
(52,54,78)
#292A3C
(41,42,60)
#1E1E2A
(30,30,42)
#131218
(19,18,24)
#000000
(0,0,0)

Tints of #818ACC

#818ACC
(129,138,204)
#8C94D0
(140,148,208)
#979ED4
(151,158,212)
#A2A8D8
(162,168,216)
#ADB2DC
(173,178,220)
#B8BCE0
(184,188,224)
#C3C6E4
(195,198,228)
#CED0E8
(206,208,232)
#D9DAEC
(217,218,236)
#E4E4F0
(228,228,240)
#EFEEF4
(239,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #818ACC color. Also use rgb(129,138,204) instead hex code.

Text Font Color

.myTextColor { color: #818ACC; }

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

This text font color is #818ACC.

Background Color

.myBgColor { background-color: #818ACC; }

<div style="background-color:#818ACC">Inner text</div>

This div background color is #818ACC.

Border color

.myBorderColor { border: 1px solid #818ACC; }

<div style="border:3px solid #818ACC">Div</div>

This div border color is #818ACC.

Opacity

.myOpacity80 { color: #818ACC; opacity: 0.8; }

<p style="color:#818ACC;opacity:0.8;">80%</p>

Text with #818ACC 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 #818ACC;}

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

This text has shadow with #818ACC color.


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

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

This text has shadow with #818ACC primary color and red secondary color.


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

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

This text has shadow with #818ACC and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #818ACC.

Preview

Color preview on black background

This text has color #818ACC on black background.


Color preview on white background

This text has color #818ACC on white background.


Black color preview on #818ACC background

This text has black color on #818ACC background.


White color preview on #818ACC background

This text has white color on #818ACC background.


Related colors

Complementary color

Complementary color for #hex is #7E7533.


I love getcolorcode.com

Triadic colors

1 #CC818A and #8ACC81 with #818ACC are triadic colors.

2 #CC8A81 and #8A81CC with #818ACC are triadic colors.