COLOR #817EC0

HEX: #817EC0 RGB: (129,126,192)

Color info

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

RGB color model

#817EC0 color RGB value is (129,126,192).

RGB: (129,126,192) (51%, 49%, 75%)

RGB channels and saturation

R 129 of 255 = 51%
G 126 of 255 = 49%
B 192 of 255 = 75%

129
126
192

R + G + B ~ 58%. #817EC0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 129 + 126 + 192 = 447 (100%)
R 129 of 447 ~ 28.86%
G 126 of 447 ~ 28.19%
B 192 of 447 ~ 42.95'%

%28.86
%28.19
%42.95

CMYK color model

#817EC0 color CMYK value is (33,34,0,25).

  • cyan value is 32.81%
  • magenta value is 34.38%
  • yellow value is 0.00%
  • key color value is 24.71%

CMYK: (33,34,0,25)
C33M34Y0K25 (33%, 34%, 0%, 25%)
(0.33 / 0.34 / 0.00 / 0.25)

CMYK percentages

%32.81
%34.38
%0
%24.71

Codes

Color #817EC0 in popluar color models

81 7E C0
RGB 129 126 192
HSL 243° 34.38% 62.35%
HSB/HSV 243° 34.38% 75.29%
CMYK 32.81% 34.38% 0.00%
24.71%

Color #817EC0 in popluar number systems.

HEX 81 7E C0
Decimal 129 126 192
Binary 10000001 1111110 11000000
Octal 201 176 300

Shades and tints

Shades of #817EC0

#817EC0
(129,126,192)
#7673AF
(118,115,175)
#6B689E
(107,104,158)
#605D8D
(96,93,141)
#55527C
(85,82,124)
#4A476B
(74,71,107)
#3F3C5A
(63,60,90)
#343149
(52,49,73)
#292638
(41,38,56)
#1E1B27
(30,27,39)
#131016
(19,16,22)
#000000
(0,0,0)

Tints of #817EC0

#817EC0
(129,126,192)
#8C89C5
(140,137,197)
#9794CA
(151,148,202)
#A29FCF
(162,159,207)
#ADAAD4
(173,170,212)
#B8B5D9
(184,181,217)
#C3C0DE
(195,192,222)
#CECBE3
(206,203,227)
#D9D6E8
(217,214,232)
#E4E1ED
(228,225,237)
#EFECF2
(239,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #817EC0 color. Also use rgb(129,126,192) instead hex code.

Text Font Color

.myTextColor { color: #817EC0; }

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

This text font color is #817EC0.

Background Color

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

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

This div background color is #817EC0.

Border color

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

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

This div border color is #817EC0.

Opacity

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

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

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

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

This text has shadow with #817EC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #817EC0.

Preview

Color preview on black background

This text has color #817EC0 on black background.


Color preview on white background

This text has color #817EC0 on white background.


Black color preview on #817EC0 background

This text has black color on #817EC0 background.


White color preview on #817EC0 background

This text has white color on #817EC0 background.


Related colors

Complementary color

Complementary color for #hex is #7E813F.


I love getcolorcode.com

Triadic colors

1 #C0817E and #7EC081 with #817EC0 are triadic colors.

2 #C07E81 and #7E81C0 with #817EC0 are triadic colors.