COLOR #8868BD

HEX: #8868BD
RGB: (136,104,189)

Color info

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

RGB color model

#8868BD color RGB value is (136,104,189).

  • red value is 136;
  • green value is 104;
  • blue value is 189.
RGB:
(136,104,189)
(53%,41%,74%)

RGB channels and saturation

R 136 of 255 = 53%
G 104 of 255 = 41%
B 189 of 255 = 74%

136
104
189

R + G + B ~ 56%. #8868BD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 104 + 189 = 429 (100%)
R 136 of 429 ~ 31.7%
G 104 of 429 ~ 24.24%
B 189 of 429 ~ 44.06%

%31.7
%24.24
%44.06

CMYK color model

#8868BD color CMYK value is (28,45,0,26).

  • cyan value is 28.04%
  • magenta value is 44.97%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(28,45,0,26)
C28M45Y0K26 
(28%,45%,0%,26%)
(0.28/0.45/0.00/0.26)	

CMYK percentages

%28.04
%44.97
%0
%25.88

Codes

Color #8868BD in popluar color models

8868BD
RGB136104189
HSL263°39.17%57.45%
HSB/HSV263°44.97%74.12%
CMYK28.04%44.97%0.00%
25.88%

Color #8868BD in popluar number systems.

HEX8868BD
Decimal136104189
Binary10001000110100010111101
Octal210150275

Shades and tints

Shades of #8868BD

#8868BD
(136,104,189)
#7C5FAC
(124,95,172)
#70569B
(112,86,155)
#644D8A
(100,77,138)
#584479
(88,68,121)
#4C3B68
(76,59,104)
#403257
(64,50,87)
#342946
(52,41,70)
#282035
(40,32,53)
#1C1724
(28,23,36)
#100E13
(16,14,19)
#000000
(0,0,0)

Tints of #8868BD

#8868BD
(136,104,189)
#9275C3
(146,117,195)
#9C82C9
(156,130,201)
#A68FCF
(166,143,207)
#B09CD5
(176,156,213)
#BAA9DB
(186,169,219)
#C4B6E1
(196,182,225)
#CEC3E7
(206,195,231)
#D8D0ED
(216,208,237)
#E2DDF3
(226,221,243)
#ECEAF9
(236,234,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8868BD color. Also use rgb(136,104,189) instead hex code.

Text Font Color

.myTextColor { color: #8868BD; }

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

This text font color is #8868BD.


Background Color

.myBgColor { background-color: #8868BD; }

<div style="background-color:#8868BD">Inner text</div>

This div background color is #8868BD.


Border color

.myBorderColor { border: 1px solid #8868BD; }

<div style="border:3px solid #8868BD">Div</div>

This div border color is #8868BD.


Opacity

.myOpacity80 { color: #8868BD; opacity: 0.8; }

<p style="color:#8868BD;opacity:0.8;">80%</p>

Text with #8868BD 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 #8868BD;}

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

This text has shadow with #8868BD color.

.textShadow {text-shadow: 3px 3px 1px #8868BD, 3px 3px 1px red;}

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

This text has shadow with #8868BD primary color and red secondary color.


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

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

This text has shadow with #8868BD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8868BD on black background.


Color preview on white background

This text has color #8868BD on white background.



Black color preview on #8868BD background

This text has black color on #8868BD background.


White color preview on #8868BD background

This text has white color on #8868BD background.