COLOR #876AD1

HEX: #876AD1
RGB: (135,106,209)

Color info

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

RGB color model

#876AD1 color RGB value is (135,106,209).

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

RGB channels and saturation

R 135 of 255 = 53%
G 106 of 255 = 42%
B 209 of 255 = 82%

135
106
209

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

Portions of RGB colors in percentages

R + G + B =
135 + 106 + 209 = 450 (100%)
R 135 of 450 ~ 30%
G 106 of 450 ~ 23.56%
B 209 of 450 ~ 46.44%

%30
%23.56
%46.44

CMYK color model

#876AD1 color CMYK value is (35,49,0,18).

  • cyan value is 35.41%
  • magenta value is 49.28%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(35,49,0,18)
C35M49Y0K18 
(35%,49%,0%,18%)
(0.35/0.49/0.00/0.18)	

CMYK percentages

%35.41
%49.28
%0
%18.04

Codes

Color #876AD1 in popluar color models

876AD1
RGB135106209
HSL257°52.82%61.76%
HSB/HSV257°49.28%81.96%
CMYK35.41%49.28%0.00%
18.04%

Color #876AD1 in popluar number systems.

HEX876AD1
Decimal135106209
Binary10000111110101011010001
Octal207152321

Shades and tints

Shades of #876AD1

#876AD1
(135,106,209)
#7B61BE
(123,97,190)
#6F58AB
(111,88,171)
#634F98
(99,79,152)
#574685
(87,70,133)
#4B3D72
(75,61,114)
#3F345F
(63,52,95)
#332B4C
(51,43,76)
#272239
(39,34,57)
#1B1926
(27,25,38)
#0F1013
(15,16,19)
#000000
(0,0,0)

Tints of #876AD1

#876AD1
(135,106,209)
#9177D5
(145,119,213)
#9B84D9
(155,132,217)
#A591DD
(165,145,221)
#AF9EE1
(175,158,225)
#B9ABE5
(185,171,229)
#C3B8E9
(195,184,233)
#CDC5ED
(205,197,237)
#D7D2F1
(215,210,241)
#E1DFF5
(225,223,245)
#EBECF9
(235,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #876AD1; }

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

This text font color is #876AD1.


Background Color

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

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

This div background color is #876AD1.


Border color

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

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

This div border color is #876AD1.


Opacity

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

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

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

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

This text has shadow with #876AD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876AD1 on black background.


Color preview on white background

This text has color #876AD1 on white background.



Black color preview on #876AD1 background

This text has black color on #876AD1 background.


White color preview on #876AD1 background

This text has white color on #876AD1 background.