COLOR #817F90

HEX: #817F90 RGB: (129,127,144)

Color info

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

RGB color model

#817F90 color RGB value is (129,127,144).

RGB: (129,127,144) (51%, 50%, 56%)

RGB channels and saturation

R 129 of 255 = 51%
G 127 of 255 = 50%
B 144 of 255 = 56%

129
127
144

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

Portions of RGB colors in percentages

R + G + B = 129 + 127 + 144 = 400 (100%)
R 129 of 400 ~ 32.25%
G 127 of 400 ~ 31.75%
B 144 of 400 ~ 36'%

%32.25
%31.75
%36

CMYK color model

#817F90 color CMYK value is (10,12,0,44).

  • cyan value is 10.42%
  • magenta value is 11.81%
  • yellow value is 0.00%
  • key color value is 43.53%

CMYK: (10,12,0,44)
C10M12Y0K44 (10%, 12%, 0%, 44%)
(0.10 / 0.12 / 0.00 / 0.44)

CMYK percentages

%10.42
%11.81
%0
%43.53

Codes

Color #817F90 in popluar color models

81 7F 90
RGB 129 127 144
HSL 247° 7.11% 53.14%
HSB/HSV 247° 11.81% 56.47%
CMYK 10.42% 11.81% 0.00%
43.53%

Color #817F90 in popluar number systems.

HEX 81 7F 90
Decimal 129 127 144
Binary 10000001 1111111 10010000
Octal 201 177 220

Shades and tints

Shades of #817F90

#817F90
(129,127,144)
#767483
(118,116,131)
#6B6976
(107,105,118)
#605E69
(96,94,105)
#55535C
(85,83,92)
#4A484F
(74,72,79)
#3F3D42
(63,61,66)
#343235
(52,50,53)
#292728
(41,39,40)
#1E1C1B
(30,28,27)
#13110E
(19,17,14)
#000000
(0,0,0)

Tints of #817F90

#817F90
(129,127,144)
#8C8A9A
(140,138,154)
#9795A4
(151,149,164)
#A2A0AE
(162,160,174)
#ADABB8
(173,171,184)
#B8B6C2
(184,182,194)
#C3C1CC
(195,193,204)
#CECCD6
(206,204,214)
#D9D7E0
(217,215,224)
#E4E2EA
(228,226,234)
#EFEDF4
(239,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #817F90; }

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

This text font color is #817F90.

Background Color

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

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

This div background color is #817F90.

Border color

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

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

This div border color is #817F90.

Opacity

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

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

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

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

This text has shadow with #817F90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #817F90.

Preview

Color preview on black background

This text has color #817F90 on black background.


Color preview on white background

This text has color #817F90 on white background.


Black color preview on #817F90 background

This text has black color on #817F90 background.


White color preview on #817F90 background

This text has white color on #817F90 background.


Related colors

Complementary color

Complementary color for #hex is #7E806F.


I love getcolorcode.com

Triadic colors

1 #90817F and #7F9081 with #817F90 are triadic colors.

2 #907F81 and #7F8190 with #817F90 are triadic colors.