COLOR #8875BF

HEX: #8875BF
RGB: (136,117,191)

Color info

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

RGB color model

#8875BF color RGB value is (136,117,191).

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

RGB channels and saturation

R 136 of 255 = 53%
G 117 of 255 = 46%
B 191 of 255 = 75%

136
117
191

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

Portions of RGB colors in percentages

R + G + B =
136 + 117 + 191 = 444 (100%)
R 136 of 444 ~ 30.63%
G 117 of 444 ~ 26.35%
B 191 of 444 ~ 43.02%

%30.63
%26.35
%43.02

CMYK color model

#8875BF color CMYK value is (29,39,0,25).

  • cyan value is 28.80%
  • magenta value is 38.74%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(29,39,0,25)
C29M39Y0K25 
(29%,39%,0%,25%)
(0.29/0.39/0.00/0.25)	

CMYK percentages

%28.8
%38.74
%0
%25.1

Codes

Color #8875BF in popluar color models

8875BF
RGB136117191
HSL255°36.63%60.39%
HSB/HSV255°38.74%74.90%
CMYK28.80%38.74%0.00%
25.10%

Color #8875BF in popluar number systems.

HEX8875BF
Decimal136117191
Binary10001000111010110111111
Octal210165277

Shades and tints

Shades of #8875BF

#8875BF
(136,117,191)
#7C6BAE
(124,107,174)
#70619D
(112,97,157)
#64578C
(100,87,140)
#584D7B
(88,77,123)
#4C436A
(76,67,106)
#403959
(64,57,89)
#342F48
(52,47,72)
#282537
(40,37,55)
#1C1B26
(28,27,38)
#101115
(16,17,21)
#000000
(0,0,0)

Tints of #8875BF

#8875BF
(136,117,191)
#9281C4
(146,129,196)
#9C8DC9
(156,141,201)
#A699CE
(166,153,206)
#B0A5D3
(176,165,211)
#BAB1D8
(186,177,216)
#C4BDDD
(196,189,221)
#CEC9E2
(206,201,226)
#D8D5E7
(216,213,231)
#E2E1EC
(226,225,236)
#ECEDF1
(236,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8875BF; }

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

This text font color is #8875BF.


Background Color

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

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

This div background color is #8875BF.


Border color

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

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

This div border color is #8875BF.


Opacity

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

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

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

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

This text has shadow with #8875BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8875BF on black background.


Color preview on white background

This text has color #8875BF on white background.



Black color preview on #8875BF background

This text has black color on #8875BF background.


White color preview on #8875BF background

This text has white color on #8875BF background.