COLOR #817CAF

HEX: #817CAF RGB: (129,124,175)

Color info

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

RGB color model

#817CAF color RGB value is (129,124,175).

RGB: (129,124,175) (51%, 49%, 69%)

RGB channels and saturation

R 129 of 255 = 51%
G 124 of 255 = 49%
B 175 of 255 = 69%

129
124
175

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

Portions of RGB colors in percentages

R + G + B = 129 + 124 + 175 = 428 (100%)
R 129 of 428 ~ 30.14%
G 124 of 428 ~ 28.97%
B 175 of 428 ~ 40.89'%

%30.14
%28.97
%40.89

CMYK color model

#817CAF color CMYK value is (26,29,0,31).

  • cyan value is 26.29%
  • magenta value is 29.14%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (26,29,0,31)
C26M29Y0K31 (26%, 29%, 0%, 31%)
(0.26 / 0.29 / 0.00 / 0.31)

CMYK percentages

%26.29
%29.14
%0
%31.37

Codes

Color #817CAF in popluar color models

81 7C AF
RGB 129 124 175
HSL 246° 24.17% 58.63%
HSB/HSV 246° 29.14% 68.63%
CMYK 26.29% 29.14% 0.00%
31.37%

Color #817CAF in popluar number systems.

HEX 81 7C AF
Decimal 129 124 175
Binary 10000001 1111100 10101111
Octal 201 174 257

Shades and tints

Shades of #817CAF

#817CAF
(129,124,175)
#7671A0
(118,113,160)
#6B6691
(107,102,145)
#605B82
(96,91,130)
#555073
(85,80,115)
#4A4564
(74,69,100)
#3F3A55
(63,58,85)
#342F46
(52,47,70)
#292437
(41,36,55)
#1E1928
(30,25,40)
#130E19
(19,14,25)
#000000
(0,0,0)

Tints of #817CAF

#817CAF
(129,124,175)
#8C87B6
(140,135,182)
#9792BD
(151,146,189)
#A29DC4
(162,157,196)
#ADA8CB
(173,168,203)
#B8B3D2
(184,179,210)
#C3BED9
(195,190,217)
#CEC9E0
(206,201,224)
#D9D4E7
(217,212,231)
#E4DFEE
(228,223,238)
#EFEAF5
(239,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #817CAF color. Also use rgb(129,124,175) instead hex code.

Text Font Color

.myTextColor { color: #817CAF; }

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

This text font color is #817CAF.

Background Color

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

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

This div background color is #817CAF.

Border color

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

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

This div border color is #817CAF.

Opacity

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

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

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

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

This text has shadow with #817CAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #817CAF.

Preview

Color preview on black background

This text has color #817CAF on black background.


Color preview on white background

This text has color #817CAF on white background.


Black color preview on #817CAF background

This text has black color on #817CAF background.


White color preview on #817CAF background

This text has white color on #817CAF background.


Related colors

Complementary color

Complementary color for #hex is #7E8350.


I love getcolorcode.com

Triadic colors

1 #AF817C and #7CAF81 with #817CAF are triadic colors.

2 #AF7C81 and #7C81AF with #817CAF are triadic colors.