COLOR #8875BC

HEX: #8875BC
RGB: (136,117,188)

Color info

#8875BC contains mainly red and blue colors. Web safe color of #8875BC is #9966CC (or #96C).

RGB color model

#8875BC color RGB value is (136,117,188).

  • red value is 136;
  • green value is 117;
  • blue value is 188.
RGB:
(136,117,188)
(53%,46%,74%)

RGB channels and saturation

R 136 of 255 = 53%
G 117 of 255 = 46%
B 188 of 255 = 74%

136
117
188

R + G + B ~ 58%. #8875BC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 117 + 188 = 441 (100%)
R 136 of 441 ~ 30.84%
G 117 of 441 ~ 26.53%
B 188 of 441 ~ 42.63%

%30.84
%26.53
%42.63

CMYK color model

#8875BC color CMYK value is (28,38,0,26).

  • cyan value is 27.66%
  • magenta value is 37.77%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(28,38,0,26)
C28M38Y0K26 
(28%,38%,0%,26%)
(0.28/0.38/0.00/0.26)	

CMYK percentages

%27.66
%37.77
%0
%26.27

Codes

Color #8875BC in popluar color models

8875BC
RGB136117188
HSL256°34.63%59.80%
HSB/HSV256°37.77%73.73%
CMYK27.66%37.77%0.00%
26.27%

Color #8875BC in popluar number systems.

HEX8875BC
Decimal136117188
Binary10001000111010110111100
Octal210165274

Shades and tints

Shades of #8875BC

#8875BC
(136,117,188)
#7C6BAB
(124,107,171)
#70619A
(112,97,154)
#645789
(100,87,137)
#584D78
(88,77,120)
#4C4367
(76,67,103)
#403956
(64,57,86)
#342F45
(52,47,69)
#282534
(40,37,52)
#1C1B23
(28,27,35)
#101112
(16,17,18)
#000000
(0,0,0)

Tints of #8875BC

#8875BC
(136,117,188)
#9281C2
(146,129,194)
#9C8DC8
(156,141,200)
#A699CE
(166,153,206)
#B0A5D4
(176,165,212)
#BAB1DA
(186,177,218)
#C4BDE0
(196,189,224)
#CEC9E6
(206,201,230)
#D8D5EC
(216,213,236)
#E2E1F2
(226,225,242)
#ECEDF8
(236,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8875BC color. Also use rgb(136,117,188) instead hex code.

Text Font Color

.myTextColor { color: #8875BC; }

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

This text font color is #8875BC.


Background Color

.myBgColor { background-color: #8875BC; }

<div style="background-color:#8875BC">Inner text</div>

This div background color is #8875BC.


Border color

.myBorderColor { border: 1px solid #8875BC; }

<div style="border:3px solid #8875BC">Div</div>

This div border color is #8875BC.


Opacity

.myOpacity80 { color: #8875BC; opacity: 0.8; }

<p style="color:#8875BC;opacity:0.8;">80%</p>

Text with #8875BC 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 #8875BC;}

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

This text has shadow with #8875BC color.

.textShadow {text-shadow: 3px 3px 1px #8875BC, 3px 3px 1px red;}

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

This text has shadow with #8875BC primary color and red secondary color.


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

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

This text has shadow with #8875BC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8875BC on black background.


Color preview on white background

This text has color #8875BC on white background.



Black color preview on #8875BC background

This text has black color on #8875BC background.


White color preview on #8875BC background

This text has white color on #8875BC background.