COLOR #876DD1

HEX: #876DD1
RGB: (135,109,209)

Color info

#876DD1 contains mainly blue color. Web safe color of #876DD1 is #9966CC (or #96C).

RGB color model

#876DD1 color RGB value is (135,109,209).

  • red value is 135;
  • green value is 109;
  • blue value is 209.
RGB:
(135,109,209)
(53%,43%,82%)

RGB channels and saturation

R 135 of 255 = 53%
G 109 of 255 = 43%
B 209 of 255 = 82%

135
109
209

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

Portions of RGB colors in percentages

R + G + B =
135 + 109 + 209 = 453 (100%)
R 135 of 453 ~ 29.8%
G 109 of 453 ~ 24.06%
B 209 of 453 ~ 46.14%

%29.8
%24.06
%46.14

CMYK color model

#876DD1 color CMYK value is (35,48,0,18).

  • cyan value is 35.41%
  • magenta value is 47.85%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(35,48,0,18)
C35M48Y0K18 
(35%,48%,0%,18%)
(0.35/0.48/0.00/0.18)	

CMYK percentages

%35.41
%47.85
%0
%18.04

Codes

Color #876DD1 in popluar color models

876DD1
RGB135109209
HSL256°52.08%62.35%
HSB/HSV256°47.85%81.96%
CMYK35.41%47.85%0.00%
18.04%

Color #876DD1 in popluar number systems.

HEX876DD1
Decimal135109209
Binary10000111110110111010001
Octal207155321

Shades and tints

Shades of #876DD1

#876DD1
(135,109,209)
#7B64BE
(123,100,190)
#6F5BAB
(111,91,171)
#635298
(99,82,152)
#574985
(87,73,133)
#4B4072
(75,64,114)
#3F375F
(63,55,95)
#332E4C
(51,46,76)
#272539
(39,37,57)
#1B1C26
(27,28,38)
#0F1313
(15,19,19)
#000000
(0,0,0)

Tints of #876DD1

#876DD1
(135,109,209)
#917AD5
(145,122,213)
#9B87D9
(155,135,217)
#A594DD
(165,148,221)
#AFA1E1
(175,161,225)
#B9AEE5
(185,174,229)
#C3BBE9
(195,187,233)
#CDC8ED
(205,200,237)
#D7D5F1
(215,213,241)
#E1E2F5
(225,226,245)
#EBEFF9
(235,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #876DD1 color. Also use rgb(135,109,209) instead hex code.

Text Font Color

.myTextColor { color: #876DD1; }

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

This text font color is #876DD1.


Background Color

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

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

This div background color is #876DD1.


Border color

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

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

This div border color is #876DD1.


Opacity

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

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

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

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

This text has shadow with #876DD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876DD1 on black background.


Color preview on white background

This text has color #876DD1 on white background.



Black color preview on #876DD1 background

This text has black color on #876DD1 background.


White color preview on #876DD1 background

This text has white color on #876DD1 background.