COLOR #876DB3

HEX: #876DB3 RGB: (135,109,179)

Color info

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

RGB color model

#876DB3 color RGB value is (135,109,179).

RGB: (135,109,179) (53%, 43%, 70%)

RGB channels and saturation

R 135 of 255 = 53%
G 109 of 255 = 43%
B 179 of 255 = 70%

135
109
179

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

Portions of RGB colors in percentages

R + G + B = 135 + 109 + 179 = 423 (100%)
R 135 of 423 ~ 31.91%
G 109 of 423 ~ 25.77%
B 179 of 423 ~ 42.32'%

%31.91
%25.77
%42.32

CMYK color model

#876DB3 color CMYK value is (25,39,0,30).

  • cyan value is 24.58%
  • magenta value is 39.11%
  • yellow value is 0.00%
  • key color value is 29.80%

CMYK: (25,39,0,30)
C25M39Y0K30 (25%, 39%, 0%, 30%)
(0.25 / 0.39 / 0.00 / 0.30)

CMYK percentages

%24.58
%39.11
%0
%29.8

Codes

Color #876DB3 in popluar color models

87 6D B3
RGB 135 109 179
HSL 262° 31.53% 56.47%
HSB/HSV 262° 39.11% 70.20%
CMYK 24.58% 39.11% 0.00%
29.80%

Color #876DB3 in popluar number systems.

HEX 87 6D B3
Decimal 135 109 179
Binary 10000111 1101101 10110011
Octal 207 155 263

Shades and tints

Shades of #876DB3

#876DB3
(135,109,179)
#7B64A3
(123,100,163)
#6F5B93
(111,91,147)
#635283
(99,82,131)
#574973
(87,73,115)
#4B4063
(75,64,99)
#3F3753
(63,55,83)
#332E43
(51,46,67)
#272533
(39,37,51)
#1B1C23
(27,28,35)
#0F1313
(15,19,19)
#000000
(0,0,0)

Tints of #876DB3

#876DB3
(135,109,179)
#917AB9
(145,122,185)
#9B87BF
(155,135,191)
#A594C5
(165,148,197)
#AFA1CB
(175,161,203)
#B9AED1
(185,174,209)
#C3BBD7
(195,187,215)
#CDC8DD
(205,200,221)
#D7D5E3
(215,213,227)
#E1E2E9
(225,226,233)
#EBEFEF
(235,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #876DB3; }

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

This text font color is #876DB3.

Background Color

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

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

This div background color is #876DB3.

Border color

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

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

This div border color is #876DB3.

Opacity

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

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

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

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

This text has shadow with #876DB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #876DB3.

Preview

Color preview on black background

This text has color #876DB3 on black background.


Color preview on white background

This text has color #876DB3 on white background.


Black color preview on #876DB3 background

This text has black color on #876DB3 background.


White color preview on #876DB3 background

This text has white color on #876DB3 background.


Related colors

Complementary color

Complementary color for #hex is #78924C.


I love getcolorcode.com

Triadic colors

1 #B3876D and #6DB387 with #876DB3 are triadic colors.

2 #B36D87 and #6D87B3 with #876DB3 are triadic colors.