COLOR #876FAF

HEX: #876FAF RGB: (135,111,175)

Color info

#876FAF contains mainly red and blue colors. Web safe color of #876FAF is #996699 (or #969).

RGB color model

#876FAF color RGB value is (135,111,175).

RGB: (135,111,175) (53%, 44%, 69%)

RGB channels and saturation

R 135 of 255 = 53%
G 111 of 255 = 44%
B 175 of 255 = 69%

135
111
175

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

Portions of RGB colors in percentages

R + G + B = 135 + 111 + 175 = 421 (100%)
R 135 of 421 ~ 32.07%
G 111 of 421 ~ 26.37%
B 175 of 421 ~ 41.57'%

%32.07
%26.37
%41.57

CMYK color model

#876FAF color CMYK value is (23,37,0,31).

  • cyan value is 22.86%
  • magenta value is 36.57%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK: (23,37,0,31) C23M37Y0K31 (23%,37%,0%,31%) (0.23/0.37/0.00/0.31) 

CMYK percentages

%22.86
%36.57
%0
%31.37

Codes

Color #876FAF in popluar color models

87 6F AF
RGB 135 111 175
HSL 263° 28.57% 56.08%
HSB/HSV 263° 36.57% 68.63%
CMYK 22.86% 36.57% 0.00%
31.37%

Color #876FAF in popluar number systems.

HEX 87 6F AF
Decimal 135 111 175
Binary 10000111 1101111 10101111
Octal 207 157 257

Shades and tints

Shades of #876FAF

#876FAF
(135,111,175)
#7B65A0
(123,101,160)
#6F5B91
(111,91,145)
#635182
(99,81,130)
#574773
(87,71,115)
#4B3D64
(75,61,100)
#3F3355
(63,51,85)
#332946
(51,41,70)
#271F37
(39,31,55)
#1B1528
(27,21,40)
#0F0B19
(15,11,25)
#000000
(0,0,0)

Tints of #876FAF

#876FAF
(135,111,175)
#917CB6
(145,124,182)
#9B89BD
(155,137,189)
#A596C4
(165,150,196)
#AFA3CB
(175,163,203)
#B9B0D2
(185,176,210)
#C3BDD9
(195,189,217)
#CDCAE0
(205,202,224)
#D7D7E7
(215,215,231)
#E1E4EE
(225,228,238)
#EBF1F5
(235,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #876FAF color. Also use rgb(135,111,175) instead hex code.

Text Font Color

.myTextColor { color: #876FAF; }

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

This text font color is #876FAF.

Background Color

.myBgColor { background-color: #876FAF; }

<div style="background-color:#876FAF">Inner text</div>

This div background color is #876FAF.

Border color

.myBorderColor { border: 1px solid #876FAF; }

<div style="border:3px solid #876FAF">Div</div>

This div border color is #876FAF.

Opacity

.myOpacity80 { color: #876FAF; opacity: 0.8; }

<p style="color:#876FAF;opacity:0.8;">80%</p>

Text with #876FAF 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 #876FAF;}

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

This text has shadow with #876FAF color.


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

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

This text has shadow with #876FAF primary color and red secondary color.


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

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

This text has shadow with #876FAF and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #876FAF.

Preview

Color preview on black background

This text has color #876FAF on black background.


Color preview on white background

This text has color #876FAF on white background.


Black color preview on #876FAF background

This text has black color on #876FAF background.


White color preview on #876FAF background

This text has white color on #876FAF background.


Related colors

Complementary color

Complementary color for #hex is #789050.


I love getcolorcode.com

Triadic colors

1 #AF876F and #6FAF87 with #876FAF are triadic colors.

2 #AF6F87 and #6F87AF with #876FAF are triadic colors.