COLOR #817B9E

HEX: #817B9E RGB: (129,123,158)

Color info

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

RGB color model

#817B9E color RGB value is (129,123,158).

RGB: (129,123,158) (51%, 48%, 62%)

RGB channels and saturation

R 129 of 255 = 51%
G 123 of 255 = 48%
B 158 of 255 = 62%

129
123
158

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

Portions of RGB colors in percentages

R + G + B = 129 + 123 + 158 = 410 (100%)
R 129 of 410 ~ 31.46%
G 123 of 410 ~ 30%
B 158 of 410 ~ 38.54'%

%31.46
%30
%38.54

CMYK color model

#817B9E color CMYK value is (18,22,0,38).

  • cyan value is 18.35%
  • magenta value is 22.15%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK: (18,22,0,38) C18M22Y0K38 (18%,22%,0%,38%) (0.18/0.22/0.00/0.38) 

CMYK percentages

%18.35
%22.15
%0
%38.04

Codes

Color #817B9E in popluar color models

81 7B 9E
RGB 129 123 158
HSL 250° 15.28% 55.10%
HSB/HSV 250° 22.15% 61.96%
CMYK 18.35% 22.15% 0.00%
38.04%

Color #817B9E in popluar number systems.

HEX 81 7B 9E
Decimal 129 123 158
Binary 10000001 1111011 10011110
Octal 201 173 236

Shades and tints

Shades of #817B9E

#817B9E
(129,123,158)
#767090
(118,112,144)
#6B6582
(107,101,130)
#605A74
(96,90,116)
#554F66
(85,79,102)
#4A4458
(74,68,88)
#3F394A
(63,57,74)
#342E3C
(52,46,60)
#29232E
(41,35,46)
#1E1820
(30,24,32)
#130D12
(19,13,18)
#000000
(0,0,0)

Tints of #817B9E

#817B9E
(129,123,158)
#8C87A6
(140,135,166)
#9793AE
(151,147,174)
#A29FB6
(162,159,182)
#ADABBE
(173,171,190)
#B8B7C6
(184,183,198)
#C3C3CE
(195,195,206)
#CECFD6
(206,207,214)
#D9DBDE
(217,219,222)
#E4E7E6
(228,231,230)
#EFF3EE
(239,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #817B9E; }

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

This text font color is #817B9E.

Background Color

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

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

This div background color is #817B9E.

Border color

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

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

This div border color is #817B9E.

Opacity

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

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

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

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

This text has shadow with #817B9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #817B9E.

Preview

Color preview on black background

This text has color #817B9E on black background.


Color preview on white background

This text has color #817B9E on white background.


Black color preview on #817B9E background

This text has black color on #817B9E background.


White color preview on #817B9E background

This text has white color on #817B9E background.


Related colors

Complementary color

Complementary color for #hex is #7E8461.


I love getcolorcode.com

Triadic colors

1 #9E817B and #7B9E81 with #817B9E are triadic colors.

2 #9E7B81 and #7B819E with #817B9E are triadic colors.