COLOR #8B9EE4

HEX: #8B9EE4 RGB: (139,158,228)

Color info

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

RGB color model

#8B9EE4 color RGB value is (139,158,228).

RGB: (139,158,228) (55%, 62%, 89%)

RGB channels and saturation

R 139 of 255 = 55%
G 158 of 255 = 62%
B 228 of 255 = 89%

139
158
228

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

Portions of RGB colors in percentages

R + G + B = 139 + 158 + 228 = 525 (100%)
R 139 of 525 ~ 26.48%
G 158 of 525 ~ 30.1%
B 228 of 525 ~ 43.43'%

%26.48
%30.1
%43.43

CMYK color model

#8B9EE4 color CMYK value is (39,31,0,11).

  • cyan value is 39.04%
  • magenta value is 30.70%
  • yellow value is 0.00%
  • key color value is 10.59%

CMYK: (39,31,0,11)
C39M31Y0K11 (39%, 31%, 0%, 11%)
(0.39 / 0.31 / 0.00 / 0.11)

CMYK percentages

%39.04
%30.7
%0
%10.59

Codes

Color #8B9EE4 in popluar color models

8B 9E E4
RGB 139 158 228
HSL 227° 62.24% 71.96%
HSB/HSV 227° 39.04% 89.41%
CMYK 39.04% 30.70% 0.00%
10.59%

Color #8B9EE4 in popluar number systems.

HEX 8B 9E E4
Decimal 139 158 228
Binary 10001011 10011110 11100100
Octal 213 236 344

Shades and tints

Shades of #8B9EE4

#8B9EE4
(139,158,228)
#7F90D0
(127,144,208)
#7382BC
(115,130,188)
#6774A8
(103,116,168)
#5B6694
(91,102,148)
#4F5880
(79,88,128)
#434A6C
(67,74,108)
#373C58
(55,60,88)
#2B2E44
(43,46,68)
#1F2030
(31,32,48)
#13121C
(19,18,28)
#000000
(0,0,0)

Tints of #8B9EE4

#8B9EE4
(139,158,228)
#95A6E6
(149,166,230)
#9FAEE8
(159,174,232)
#A9B6EA
(169,182,234)
#B3BEEC
(179,190,236)
#BDC6EE
(189,198,238)
#C7CEF0
(199,206,240)
#D1D6F2
(209,214,242)
#DBDEF4
(219,222,244)
#E5E6F6
(229,230,246)
#EFEEF8
(239,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B9EE4 color. Also use rgb(139,158,228) instead hex code.

Text Font Color

.myTextColor { color: #8B9EE4; }

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

This text font color is #8B9EE4.

Background Color

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

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

This div background color is #8B9EE4.

Border color

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

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

This div border color is #8B9EE4.

Opacity

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

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

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

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

This text has shadow with #8B9EE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B9EE4.

Preview

Color preview on black background

This text has color #8B9EE4 on black background.


Color preview on white background

This text has color #8B9EE4 on white background.


Black color preview on #8B9EE4 background

This text has black color on #8B9EE4 background.


White color preview on #8B9EE4 background

This text has white color on #8B9EE4 background.


Related colors

Complementary color

Complementary color for #hex is #74611B.


I love getcolorcode.com

Triadic colors

1 #E48B9E and #9EE48B with #8B9EE4 are triadic colors.

2 #E49E8B and #9E8BE4 with #8B9EE4 are triadic colors.