COLOR #876892

HEX: #876892
RGB: (135,104,146)

Color info

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

RGB color model

#876892 color RGB value is (135,104,146).

  • red value is 135;
  • green value is 104;
  • blue value is 146.
RGB:
(135,104,146)
(53%,41%,57%)

RGB channels and saturation

R 135 of 255 = 53%
G 104 of 255 = 41%
B 146 of 255 = 57%

135
104
146

R + G + B ~ 50%. #876892 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 104 + 146 = 385 (100%)
R 135 of 385 ~ 35.06%
G 104 of 385 ~ 27.01%
B 146 of 385 ~ 37.92%

%35.06
%27.01
%37.92

CMYK color model

#876892 color CMYK value is (8,29,0,43).

  • cyan value is 7.53%
  • magenta value is 28.77%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(8,29,0,43)
C8M29Y0K43 
(8%,29%,0%,43%)
(0.08/0.29/0.00/0.43)	

CMYK percentages

%7.53
%28.77
%0
%42.75

Codes

Color #876892 in popluar color models

876892
RGB135104146
HSL284°16.80%49.02%
HSB/HSV284°28.77%57.25%
CMYK7.53%28.77%0.00%
42.75%

Color #876892 in popluar number systems.

HEX876892
Decimal135104146
Binary10000111110100010010010
Octal207150222

Shades and tints

Shades of #876892

#876892
(135,104,146)
#7B5F85
(123,95,133)
#6F5678
(111,86,120)
#634D6B
(99,77,107)
#57445E
(87,68,94)
#4B3B51
(75,59,81)
#3F3244
(63,50,68)
#332937
(51,41,55)
#27202A
(39,32,42)
#1B171D
(27,23,29)
#0F0E10
(15,14,16)
#000000
(0,0,0)

Tints of #876892

#876892
(135,104,146)
#91759B
(145,117,155)
#9B82A4
(155,130,164)
#A58FAD
(165,143,173)
#AF9CB6
(175,156,182)
#B9A9BF
(185,169,191)
#C3B6C8
(195,182,200)
#CDC3D1
(205,195,209)
#D7D0DA
(215,208,218)
#E1DDE3
(225,221,227)
#EBEAEC
(235,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #876892 color. Also use rgb(135,104,146) instead hex code.

Text Font Color

.myTextColor { color: #876892; }

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

This text font color is #876892.


Background Color

.myBgColor { background-color: #876892; }

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

This div background color is #876892.


Border color

.myBorderColor { border: 1px solid #876892; }

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

This div border color is #876892.


Opacity

.myOpacity80 { color: #876892; opacity: 0.8; }

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

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

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

This text has shadow with #876892 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876892 on black background.


Color preview on white background

This text has color #876892 on white background.



Black color preview on #876892 background

This text has black color on #876892 background.


White color preview on #876892 background

This text has white color on #876892 background.