COLOR #8B86EE

HEX: #8B86EE
RGB: (139,134,238)

Color info

#8B86EE contains mainly blue color. Web safe color of #8B86EE is #9999FF (or #99F).

RGB color model

#8B86EE color RGB value is (139,134,238).

  • red value is 139;
  • green value is 134;
  • blue value is 238.
RGB:
(139,134,238)
(55%,53%,93%)

RGB channels and saturation

R 139 of 255 = 55%
G 134 of 255 = 53%
B 238 of 255 = 93%

139
134
238

R + G + B ~ 67%. #8B86EE is quite light color.

Portions of RGB colors in percentages

R + G + B =
139 + 134 + 238 = 511 (100%)
R 139 of 511 ~ 27.2%
G 134 of 511 ~ 26.22%
B 238 of 511 ~ 46.58%

%27.2
%26.22
%46.58

CMYK color model

#8B86EE color CMYK value is (42,44,0,7).

  • cyan value is 41.60%
  • magenta value is 43.70%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(42,44,0,7)
C42M44Y0K7 
(42%,44%,0%,7%)
(0.42/0.44/0.00/0.07)	

CMYK percentages

%41.6
%43.7
%0
%6.67

Codes

Color #8B86EE in popluar color models

8B86EE
RGB139134238
HSL243°75.36%72.94%
HSB/HSV243°43.70%93.33%
CMYK41.60%43.70%0.00%
6.67%

Color #8B86EE in popluar number systems.

HEX8B86EE
Decimal139134238
Binary100010111000011011101110
Octal213206356

Shades and tints

Shades of #8B86EE

#8B86EE
(139,134,238)
#7F7AD9
(127,122,217)
#736EC4
(115,110,196)
#6762AF
(103,98,175)
#5B569A
(91,86,154)
#4F4A85
(79,74,133)
#433E70
(67,62,112)
#37325B
(55,50,91)
#2B2646
(43,38,70)
#1F1A31
(31,26,49)
#130E1C
(19,14,28)
#000000
(0,0,0)

Tints of #8B86EE

#8B86EE
(139,134,238)
#9591EF
(149,145,239)
#9F9CF0
(159,156,240)
#A9A7F1
(169,167,241)
#B3B2F2
(179,178,242)
#BDBDF3
(189,189,243)
#C7C8F4
(199,200,244)
#D1D3F5
(209,211,245)
#DBDEF6
(219,222,246)
#E5E9F7
(229,233,247)
#EFF4F8
(239,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B86EE color. Also use rgb(139,134,238) instead hex code.

Text Font Color

.myTextColor { color: #8B86EE; }

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

This text font color is #8B86EE.


Background Color

.myBgColor { background-color: #8B86EE; }

<div style="background-color:#8B86EE">Inner text</div>

This div background color is #8B86EE.


Border color

.myBorderColor { border: 1px solid #8B86EE; }

<div style="border:3px solid #8B86EE">Div</div>

This div border color is #8B86EE.


Opacity

.myOpacity80 { color: #8B86EE; opacity: 0.8; }

<p style="color:#8B86EE;opacity:0.8;">80%</p>

Text with #8B86EE 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 #8B86EE;}

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

This text has shadow with #8B86EE color.

.textShadow {text-shadow: 3px 3px 1px #8B86EE, 3px 3px 1px red;}

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

This text has shadow with #8B86EE primary color and red secondary color.


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

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

This text has shadow with #8B86EE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B86EE on black background.


Color preview on white background

This text has color #8B86EE on white background.



Black color preview on #8B86EE background

This text has black color on #8B86EE background.


White color preview on #8B86EE background

This text has white color on #8B86EE background.