COLOR #8876DA

HEX: #8876DA
RGB: (136,118,218)

Color info

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

RGB color model

#8876DA color RGB value is (136,118,218).

  • red value is 136;
  • green value is 118;
  • blue value is 218.
RGB:
(136,118,218)
(53%,46%,85%)

RGB channels and saturation

R 136 of 255 = 53%
G 118 of 255 = 46%
B 218 of 255 = 85%

136
118
218

R + G + B ~ 61%. #8876DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 118 + 218 = 472 (100%)
R 136 of 472 ~ 28.81%
G 118 of 472 ~ 25%
B 218 of 472 ~ 46.19%

%28.81
%25
%46.19

CMYK color model

#8876DA color CMYK value is (38,46,0,15).

  • cyan value is 37.61%
  • magenta value is 45.87%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(38,46,0,15)
C38M46Y0K15 
(38%,46%,0%,15%)
(0.38/0.46/0.00/0.15)	

CMYK percentages

%37.61
%45.87
%0
%14.51

Codes

Color #8876DA in popluar color models

8876DA
RGB136118218
HSL251°57.47%65.88%
HSB/HSV251°45.87%85.49%
CMYK37.61%45.87%0.00%
14.51%

Color #8876DA in popluar number systems.

HEX8876DA
Decimal136118218
Binary10001000111011011011010
Octal210166332

Shades and tints

Shades of #8876DA

#8876DA
(136,118,218)
#7C6CC7
(124,108,199)
#7062B4
(112,98,180)
#6458A1
(100,88,161)
#584E8E
(88,78,142)
#4C447B
(76,68,123)
#403A68
(64,58,104)
#343055
(52,48,85)
#282642
(40,38,66)
#1C1C2F
(28,28,47)
#10121C
(16,18,28)
#000000
(0,0,0)

Tints of #8876DA

#8876DA
(136,118,218)
#9282DD
(146,130,221)
#9C8EE0
(156,142,224)
#A69AE3
(166,154,227)
#B0A6E6
(176,166,230)
#BAB2E9
(186,178,233)
#C4BEEC
(196,190,236)
#CECAEF
(206,202,239)
#D8D6F2
(216,214,242)
#E2E2F5
(226,226,245)
#ECEEF8
(236,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8876DA color. Also use rgb(136,118,218) instead hex code.

Text Font Color

.myTextColor { color: #8876DA; }

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

This text font color is #8876DA.


Background Color

.myBgColor { background-color: #8876DA; }

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

This div background color is #8876DA.


Border color

.myBorderColor { border: 1px solid #8876DA; }

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

This div border color is #8876DA.


Opacity

.myOpacity80 { color: #8876DA; opacity: 0.8; }

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

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

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

This text has shadow with #8876DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8876DA on black background.


Color preview on white background

This text has color #8876DA on white background.



Black color preview on #8876DA background

This text has black color on #8876DA background.


White color preview on #8876DA background

This text has white color on #8876DA background.