COLOR #8B9CE5

HEX: #8B9CE5
RGB: (139,156,229)

Color info

#8B9CE5 contains mainly blue color. Web safe color of #8B9CE5 is #9999CC (or #99C).

RGB color model

#8B9CE5 color RGB value is (139,156,229).

  • red value is 139;
  • green value is 156;
  • blue value is 229.
RGB:
(139,156,229)
(55%,61%,90%)

RGB channels and saturation

R 139 of 255 = 55%
G 156 of 255 = 61%
B 229 of 255 = 90%

139
156
229

R + G + B ~ 69%. #8B9CE5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
139 + 156 + 229 = 524 (100%)
R 139 of 524 ~ 26.53%
G 156 of 524 ~ 29.77%
B 229 of 524 ~ 43.7%

%26.53
%29.77
%43.7

CMYK color model

#8B9CE5 color CMYK value is (39,32,0,10).

  • cyan value is 39.30%
  • magenta value is 31.88%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(39,32,0,10)
C39M32Y0K10 
(39%,32%,0%,10%)
(0.39/0.32/0.00/0.10)	

CMYK percentages

%39.3
%31.88
%0
%10.2

Codes

Color #8B9CE5 in popluar color models

8B9CE5
RGB139156229
HSL229°63.38%72.16%
HSB/HSV229°39.30%89.80%
CMYK39.30%31.88%0.00%
10.20%

Color #8B9CE5 in popluar number systems.

HEX8B9CE5
Decimal139156229
Binary100010111001110011100101
Octal213234345

Shades and tints

Shades of #8B9CE5

#8B9CE5
(139,156,229)
#7F8ED1
(127,142,209)
#7380BD
(115,128,189)
#6772A9
(103,114,169)
#5B6495
(91,100,149)
#4F5681
(79,86,129)
#43486D
(67,72,109)
#373A59
(55,58,89)
#2B2C45
(43,44,69)
#1F1E31
(31,30,49)
#13101D
(19,16,29)
#000000
(0,0,0)

Tints of #8B9CE5

#8B9CE5
(139,156,229)
#95A5E7
(149,165,231)
#9FAEE9
(159,174,233)
#A9B7EB
(169,183,235)
#B3C0ED
(179,192,237)
#BDC9EF
(189,201,239)
#C7D2F1
(199,210,241)
#D1DBF3
(209,219,243)
#DBE4F5
(219,228,245)
#E5EDF7
(229,237,247)
#EFF6F9
(239,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B9CE5 color. Also use rgb(139,156,229) instead hex code.

Text Font Color

.myTextColor { color: #8B9CE5; }

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

This text font color is #8B9CE5.


Background Color

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

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

This div background color is #8B9CE5.


Border color

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

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

This div border color is #8B9CE5.


Opacity

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

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

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

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

This text has shadow with #8B9CE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B9CE5 on black background.


Color preview on white background

This text has color #8B9CE5 on white background.



Black color preview on #8B9CE5 background

This text has black color on #8B9CE5 background.


White color preview on #8B9CE5 background

This text has white color on #8B9CE5 background.