COLOR #817FB1

HEX: #817FB1
RGB: (129,127,177)

Color info

#817FB1 contains red, green and blue colors in about the same proportion. Web safe color of #817FB1 is #996699 (or #969).

RGB color model

#817FB1 color RGB value is (129,127,177).

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

RGB channels and saturation

R 129 of 255 = 51%
G 127 of 255 = 50%
B 177 of 255 = 69%

129
127
177

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

Portions of RGB colors in percentages

R + G + B =
129 + 127 + 177 = 433 (100%)
R 129 of 433 ~ 29.79%
G 127 of 433 ~ 29.33%
B 177 of 433 ~ 40.88%

%29.79
%29.33
%40.88

CMYK color model

#817FB1 color CMYK value is (27,28,0,31).

  • cyan value is 27.12%
  • magenta value is 28.25%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(27,28,0,31)
C27M28Y0K31 
(27%,28%,0%,31%)
(0.27/0.28/0.00/0.31)	

CMYK percentages

%27.12
%28.25
%0
%30.59

Codes

Color #817FB1 in popluar color models

817FB1
RGB129127177
HSL242°24.27%59.61%
HSB/HSV242°28.25%69.41%
CMYK27.12%28.25%0.00%
30.59%

Color #817FB1 in popluar number systems.

HEX817FB1
Decimal129127177
Binary10000001111111110110001
Octal201177261

Shades and tints

Shades of #817FB1

#817FB1
(129,127,177)
#7674A1
(118,116,161)
#6B6991
(107,105,145)
#605E81
(96,94,129)
#555371
(85,83,113)
#4A4861
(74,72,97)
#3F3D51
(63,61,81)
#343241
(52,50,65)
#292731
(41,39,49)
#1E1C21
(30,28,33)
#131111
(19,17,17)
#000000
(0,0,0)

Tints of #817FB1

#817FB1
(129,127,177)
#8C8AB8
(140,138,184)
#9795BF
(151,149,191)
#A2A0C6
(162,160,198)
#ADABCD
(173,171,205)
#B8B6D4
(184,182,212)
#C3C1DB
(195,193,219)
#CECCE2
(206,204,226)
#D9D7E9
(217,215,233)
#E4E2F0
(228,226,240)
#EFEDF7
(239,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #817FB1; }

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

This text font color is #817FB1.


Background Color

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

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

This div background color is #817FB1.


Border color

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

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

This div border color is #817FB1.


Opacity

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

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

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

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

This text has shadow with #817FB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #817FB1 on black background.


Color preview on white background

This text has color #817FB1 on white background.



Black color preview on #817FB1 background

This text has black color on #817FB1 background.


White color preview on #817FB1 background

This text has white color on #817FB1 background.