COLOR #876EE8

HEX: #876EE8
RGB: (135,110,232)

Color info

#876EE8 contains mainly blue color. Web safe color of #876EE8 is #9966FF (or #96F).

RGB color model

#876EE8 color RGB value is (135,110,232).

  • red value is 135;
  • green value is 110;
  • blue value is 232.
RGB:
(135,110,232)
(53%,43%,91%)

RGB channels and saturation

R 135 of 255 = 53%
G 110 of 255 = 43%
B 232 of 255 = 91%

135
110
232

R + G + B ~ 62%. #876EE8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 110 + 232 = 477 (100%)
R 135 of 477 ~ 28.3%
G 110 of 477 ~ 23.06%
B 232 of 477 ~ 48.64%

%28.3
%23.06
%48.64

CMYK color model

#876EE8 color CMYK value is (42,53,0,9).

  • cyan value is 41.81%
  • magenta value is 52.59%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(42,53,0,9)
C42M53Y0K9 
(42%,53%,0%,9%)
(0.42/0.53/0.00/0.09)	

CMYK percentages

%41.81
%52.59
%0
%9.02

Codes

Color #876EE8 in popluar color models

876EE8
RGB135110232
HSL252°72.62%67.06%
HSB/HSV252°52.59%90.98%
CMYK41.81%52.59%0.00%
9.02%

Color #876EE8 in popluar number systems.

HEX876EE8
Decimal135110232
Binary10000111110111011101000
Octal207156350

Shades and tints

Shades of #876EE8

#876EE8
(135,110,232)
#7B64D3
(123,100,211)
#6F5ABE
(111,90,190)
#6350A9
(99,80,169)
#574694
(87,70,148)
#4B3C7F
(75,60,127)
#3F326A
(63,50,106)
#332855
(51,40,85)
#271E40
(39,30,64)
#1B142B
(27,20,43)
#0F0A16
(15,10,22)
#000000
(0,0,0)

Tints of #876EE8

#876EE8
(135,110,232)
#917BEA
(145,123,234)
#9B88EC
(155,136,236)
#A595EE
(165,149,238)
#AFA2F0
(175,162,240)
#B9AFF2
(185,175,242)
#C3BCF4
(195,188,244)
#CDC9F6
(205,201,246)
#D7D6F8
(215,214,248)
#E1E3FA
(225,227,250)
#EBF0FC
(235,240,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #876EE8 color. Also use rgb(135,110,232) instead hex code.

Text Font Color

.myTextColor { color: #876EE8; }

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

This text font color is #876EE8.


Background Color

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

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

This div background color is #876EE8.


Border color

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

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

This div border color is #876EE8.


Opacity

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

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

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

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

This text has shadow with #876EE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876EE8 on black background.


Color preview on white background

This text has color #876EE8 on white background.



Black color preview on #876EE8 background

This text has black color on #876EE8 background.


White color preview on #876EE8 background

This text has white color on #876EE8 background.