COLOR #817F9E

HEX: #817F9E
RGB: (129,127,158)

Color info

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

RGB color model

#817F9E color RGB value is (129,127,158).

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

RGB channels and saturation

R 129 of 255 = 51%
G 127 of 255 = 50%
B 158 of 255 = 62%

129
127
158

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

Portions of RGB colors in percentages

R + G + B =
129 + 127 + 158 = 414 (100%)
R 129 of 414 ~ 31.16%
G 127 of 414 ~ 30.68%
B 158 of 414 ~ 38.16%

%31.16
%30.68
%38.16

CMYK color model

#817F9E color CMYK value is (18,20,0,38).

  • cyan value is 18.35%
  • magenta value is 19.62%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(18,20,0,38)
C18M20Y0K38 
(18%,20%,0%,38%)
(0.18/0.20/0.00/0.38)	

CMYK percentages

%18.35
%19.62
%0
%38.04

Codes

Color #817F9E in popluar color models

817F9E
RGB129127158
HSL244°13.78%55.88%
HSB/HSV244°19.62%61.96%
CMYK18.35%19.62%0.00%
38.04%

Color #817F9E in popluar number systems.

HEX817F9E
Decimal129127158
Binary10000001111111110011110
Octal201177236

Shades and tints

Shades of #817F9E

#817F9E
(129,127,158)
#767490
(118,116,144)
#6B6982
(107,105,130)
#605E74
(96,94,116)
#555366
(85,83,102)
#4A4858
(74,72,88)
#3F3D4A
(63,61,74)
#34323C
(52,50,60)
#29272E
(41,39,46)
#1E1C20
(30,28,32)
#131112
(19,17,18)
#000000
(0,0,0)

Tints of #817F9E

#817F9E
(129,127,158)
#8C8AA6
(140,138,166)
#9795AE
(151,149,174)
#A2A0B6
(162,160,182)
#ADABBE
(173,171,190)
#B8B6C6
(184,182,198)
#C3C1CE
(195,193,206)
#CECCD6
(206,204,214)
#D9D7DE
(217,215,222)
#E4E2E6
(228,226,230)
#EFEDEE
(239,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #817F9E; }

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

This text font color is #817F9E.


Background Color

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

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

This div background color is #817F9E.


Border color

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

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

This div border color is #817F9E.


Opacity

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

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

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

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

This text has shadow with #817F9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #817F9E on black background.


Color preview on white background

This text has color #817F9E on white background.



Black color preview on #817F9E background

This text has black color on #817F9E background.


White color preview on #817F9E background

This text has white color on #817F9E background.