COLOR #817FB6

HEX: #817FB6
RGB: (129,127,182)

Color info

#817FB6 contains red, green and blue colors in about the same proportion. Web safe color of #817FB6 is #9966CC (or #96C).

RGB color model

#817FB6 color RGB value is (129,127,182).

  • red value is 129;
  • green value is 127;
  • blue value is 182.
RGB:
(129,127,182)
(51%,50%,71%)

RGB channels and saturation

R 129 of 255 = 51%
G 127 of 255 = 50%
B 182 of 255 = 71%

129
127
182

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

Portions of RGB colors in percentages

R + G + B =
129 + 127 + 182 = 438 (100%)
R 129 of 438 ~ 29.45%
G 127 of 438 ~ 29%
B 182 of 438 ~ 41.55%

%29.45
%29
%41.55

CMYK color model

#817FB6 color CMYK value is (29,30,0,29).

  • cyan value is 29.12%
  • magenta value is 30.22%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(29,30,0,29)
C29M30Y0K29 
(29%,30%,0%,29%)
(0.29/0.30/0.00/0.29)	

CMYK percentages

%29.12
%30.22
%0
%28.63

Codes

Color #817FB6 in popluar color models

817FB6
RGB129127182
HSL242°27.36%60.59%
HSB/HSV242°30.22%71.37%
CMYK29.12%30.22%0.00%
28.63%

Color #817FB6 in popluar number systems.

HEX817FB6
Decimal129127182
Binary10000001111111110110110
Octal201177266

Shades and tints

Shades of #817FB6

#817FB6
(129,127,182)
#7674A6
(118,116,166)
#6B6996
(107,105,150)
#605E86
(96,94,134)
#555376
(85,83,118)
#4A4866
(74,72,102)
#3F3D56
(63,61,86)
#343246
(52,50,70)
#292736
(41,39,54)
#1E1C26
(30,28,38)
#131116
(19,17,22)
#000000
(0,0,0)

Tints of #817FB6

#817FB6
(129,127,182)
#8C8ABC
(140,138,188)
#9795C2
(151,149,194)
#A2A0C8
(162,160,200)
#ADABCE
(173,171,206)
#B8B6D4
(184,182,212)
#C3C1DA
(195,193,218)
#CECCE0
(206,204,224)
#D9D7E6
(217,215,230)
#E4E2EC
(228,226,236)
#EFEDF2
(239,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #817FB6 color. Also use rgb(129,127,182) instead hex code.

Text Font Color

.myTextColor { color: #817FB6; }

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

This text font color is #817FB6.


Background Color

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

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

This div background color is #817FB6.


Border color

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

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

This div border color is #817FB6.


Opacity

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

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

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

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

This text has shadow with #817FB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #817FB6 on black background.


Color preview on white background

This text has color #817FB6 on white background.



Black color preview on #817FB6 background

This text has black color on #817FB6 background.


White color preview on #817FB6 background

This text has white color on #817FB6 background.