COLOR #817FB4

HEX: #817FB4
RGB: (129,127,180)

Color info

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

RGB color model

#817FB4 color RGB value is (129,127,180).

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

RGB channels and saturation

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

129
127
180

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

Portions of RGB colors in percentages

R + G + B =
129 + 127 + 180 = 436 (100%)
R 129 of 436 ~ 29.59%
G 127 of 436 ~ 29.13%
B 180 of 436 ~ 41.28%

%29.59
%29.13
%41.28

CMYK color model

#817FB4 color CMYK value is (28,29,0,29).

  • cyan value is 28.33%
  • magenta value is 29.44%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(28,29,0,29)
C28M29Y0K29 
(28%,29%,0%,29%)
(0.28/0.29/0.00/0.29)	

CMYK percentages

%28.33
%29.44
%0
%29.41

Codes

Color #817FB4 in popluar color models

817FB4
RGB129127180
HSL242°26.11%60.20%
HSB/HSV242°29.44%70.59%
CMYK28.33%29.44%0.00%
29.41%

Color #817FB4 in popluar number systems.

HEX817FB4
Decimal129127180
Binary10000001111111110110100
Octal201177264

Shades and tints

Shades of #817FB4

#817FB4
(129,127,180)
#7674A4
(118,116,164)
#6B6994
(107,105,148)
#605E84
(96,94,132)
#555374
(85,83,116)
#4A4864
(74,72,100)
#3F3D54
(63,61,84)
#343244
(52,50,68)
#292734
(41,39,52)
#1E1C24
(30,28,36)
#131114
(19,17,20)
#000000
(0,0,0)

Tints of #817FB4

#817FB4
(129,127,180)
#8C8ABA
(140,138,186)
#9795C0
(151,149,192)
#A2A0C6
(162,160,198)
#ADABCC
(173,171,204)
#B8B6D2
(184,182,210)
#C3C1D8
(195,193,216)
#CECCDE
(206,204,222)
#D9D7E4
(217,215,228)
#E4E2EA
(228,226,234)
#EFEDF0
(239,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #817FB4; }

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

This text font color is #817FB4.


Background Color

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

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

This div background color is #817FB4.


Border color

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

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

This div border color is #817FB4.


Opacity

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

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

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

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

This text has shadow with #817FB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #817FB4 on black background.


Color preview on white background

This text has color #817FB4 on white background.



Black color preview on #817FB4 background

This text has black color on #817FB4 background.


White color preview on #817FB4 background

This text has white color on #817FB4 background.