COLOR #817FA5

HEX: #817FA5
RGB: (129,127,165)

Color info

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

RGB color model

#817FA5 color RGB value is (129,127,165).

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

RGB channels and saturation

R 129 of 255 = 51%
G 127 of 255 = 50%
B 165 of 255 = 65%

129
127
165

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

Portions of RGB colors in percentages

R + G + B =
129 + 127 + 165 = 421 (100%)
R 129 of 421 ~ 30.64%
G 127 of 421 ~ 30.17%
B 165 of 421 ~ 39.19%

%30.64
%30.17
%39.19

CMYK color model

#817FA5 color CMYK value is (22,23,0,35).

  • cyan value is 21.82%
  • magenta value is 23.03%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK: (22,23,0,35) C22M23Y0K35 (22%,23%,0%,35%) (0.22/0.23/0.00/0.35)

CMYK percentages

%21.82
%23.03
%0
%35.29

Codes

Color #817FA5 in popluar color models

817FA5
RGB129127165
HSL243°17.43%57.25%
HSB/HSV243°23.03%64.71%
CMYK21.82%23.03%0.00%
35.29%

Color #817FA5 in popluar number systems.

HEX817FA5
Decimal129127165
Binary10000001111111110100101
Octal201177245

Shades and tints

Shades of #817FA5

#817FA5
(129,127,165)
#767496
(118,116,150)
#6B6987
(107,105,135)
#605E78
(96,94,120)
#555369
(85,83,105)
#4A485A
(74,72,90)
#3F3D4B
(63,61,75)
#34323C
(52,50,60)
#29272D
(41,39,45)
#1E1C1E
(30,28,30)
#13110F
(19,17,15)
#000000
(0,0,0)

Tints of #817FA5

#817FA5
(129,127,165)
#8C8AAD
(140,138,173)
#9795B5
(151,149,181)
#A2A0BD
(162,160,189)
#ADABC5
(173,171,197)
#B8B6CD
(184,182,205)
#C3C1D5
(195,193,213)
#CECCDD
(206,204,221)
#D9D7E5
(217,215,229)
#E4E2ED
(228,226,237)
#EFEDF5
(239,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #817FA5; }

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

This text font color is #817FA5.


Background Color

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

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

This div background color is #817FA5.


Border color

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

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

This div border color is #817FA5.


Opacity

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

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

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

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

This text has shadow with #817FA5 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #817FA5 on black background.


Color preview on white background

This text has color #817FA5 on white background.



Black color preview on #817FA5 background

This text has black color on #817FA5 background.


White color preview on #817FA5 background

This text has white color on #817FA5 background.