COLOR #817CDD

HEX: #817CDD RGB: (129,124,221)

Color info

#817CDD contains mainly blue color. Web safe color of #817CDD is #9966CC (or #96C).

RGB color model

#817CDD color RGB value is (129,124,221).

RGB: (129,124,221) (51%, 49%, 87%)

RGB channels and saturation

R 129 of 255 = 51%
G 124 of 255 = 49%
B 221 of 255 = 87%

129
124
221

R + G + B ~ 62%. #817CDD is quite light color.

Portions of RGB colors in percentages

R + G + B = 129 + 124 + 221 = 474 (100%)
R 129 of 474 ~ 27.22%
G 124 of 474 ~ 26.16%
B 221 of 474 ~ 46.62'%

%27.22
%26.16
%46.62

CMYK color model

#817CDD color CMYK value is (42,44,0,13).

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

CMYK: (42,44,0,13)
C42M44Y0K13 (42%, 44%, 0%, 13%)
(0.42 / 0.44 / 0.00 / 0.13)

CMYK percentages

%41.63
%43.89
%0
%13.33

Codes

Color #817CDD in popluar color models

81 7C DD
RGB 129 124 221
HSL 243° 58.79% 67.65%
HSB/HSV 243° 43.89% 86.67%
CMYK 41.63% 43.89% 0.00%
13.33%

Color #817CDD in popluar number systems.

HEX 81 7C DD
Decimal 129 124 221
Binary 10000001 1111100 11011101
Octal 201 174 335

Shades and tints

Shades of #817CDD

#817CDD
(129,124,221)
#7671C9
(118,113,201)
#6B66B5
(107,102,181)
#605BA1
(96,91,161)
#55508D
(85,80,141)
#4A4579
(74,69,121)
#3F3A65
(63,58,101)
#342F51
(52,47,81)
#29243D
(41,36,61)
#1E1929
(30,25,41)
#130E15
(19,14,21)
#000000
(0,0,0)

Tints of #817CDD

#817CDD
(129,124,221)
#8C87E0
(140,135,224)
#9792E3
(151,146,227)
#A29DE6
(162,157,230)
#ADA8E9
(173,168,233)
#B8B3EC
(184,179,236)
#C3BEEF
(195,190,239)
#CEC9F2
(206,201,242)
#D9D4F5
(217,212,245)
#E4DFF8
(228,223,248)
#EFEAFB
(239,234,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #817CDD color. Also use rgb(129,124,221) instead hex code.

Text Font Color

.myTextColor { color: #817CDD; }

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

This text font color is #817CDD.

Background Color

.myBgColor { background-color: #817CDD; }

<div style="background-color:#817CDD">Inner text</div>

This div background color is #817CDD.

Border color

.myBorderColor { border: 1px solid #817CDD; }

<div style="border:3px solid #817CDD">Div</div>

This div border color is #817CDD.

Opacity

.myOpacity80 { color: #817CDD; opacity: 0.8; }

<p style="color:#817CDD;opacity:0.8;">80%</p>

Text with #817CDD 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 #817CDD;}

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

This text has shadow with #817CDD color.


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

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

This text has shadow with #817CDD primary color and red secondary color.


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

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

This text has shadow with #817CDD and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #817CDD.

Preview

Color preview on black background

This text has color #817CDD on black background.


Color preview on white background

This text has color #817CDD on white background.


Black color preview on #817CDD background

This text has black color on #817CDD background.


White color preview on #817CDD background

This text has white color on #817CDD background.


Related colors

Complementary color

Complementary color for #hex is #7E8322.


I love getcolorcode.com

Triadic colors

1 #DD817C and #7CDD81 with #817CDD are triadic colors.

2 #DD7C81 and #7C81DD with #817CDD are triadic colors.