COLOR #8B8EB5

HEX: #8B8EB5 RGB: (139,142,181)

Color info

#8B8EB5 contains red, green and blue colors in about the same proportion. Web safe color of #8B8EB5 is #9999CC (or #99C).

RGB color model

#8B8EB5 color RGB value is (139,142,181).

RGB: (139,142,181) (55%, 56%, 71%)

RGB channels and saturation

R 139 of 255 = 55%
G 142 of 255 = 56%
B 181 of 255 = 71%

139
142
181

R + G + B ~ 61%. #8B8EB5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 139 + 142 + 181 = 462 (100%)
R 139 of 462 ~ 30.09%
G 142 of 462 ~ 30.74%
B 181 of 462 ~ 39.18'%

%30.09
%30.74
%39.18

CMYK color model

#8B8EB5 color CMYK value is (23,22,0,29).

  • cyan value is 23.20%
  • magenta value is 21.55%
  • yellow value is 0.00%
  • key color value is 29.02%

CMYK: (23,22,0,29)
C23M22Y0K29 (23%, 22%, 0%, 29%)
(0.23 / 0.22 / 0.00 / 0.29)

CMYK percentages

%23.2
%21.55
%0
%29.02

Codes

Color #8B8EB5 in popluar color models

8B 8E B5
RGB 139 142 181
HSL 236° 22.11% 62.75%
HSB/HSV 236° 23.20% 70.98%
CMYK 23.20% 21.55% 0.00%
29.02%

Color #8B8EB5 in popluar number systems.

HEX 8B 8E B5
Decimal 139 142 181
Binary 10001011 10001110 10110101
Octal 213 216 265

Shades and tints

Shades of #8B8EB5

#8B8EB5
(139,142,181)
#7F82A5
(127,130,165)
#737695
(115,118,149)
#676A85
(103,106,133)
#5B5E75
(91,94,117)
#4F5265
(79,82,101)
#434655
(67,70,85)
#373A45
(55,58,69)
#2B2E35
(43,46,53)
#1F2225
(31,34,37)
#131615
(19,22,21)
#000000
(0,0,0)

Tints of #8B8EB5

#8B8EB5
(139,142,181)
#9598BB
(149,152,187)
#9FA2C1
(159,162,193)
#A9ACC7
(169,172,199)
#B3B6CD
(179,182,205)
#BDC0D3
(189,192,211)
#C7CAD9
(199,202,217)
#D1D4DF
(209,212,223)
#DBDEE5
(219,222,229)
#E5E8EB
(229,232,235)
#EFF2F1
(239,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B8EB5 color. Also use rgb(139,142,181) instead hex code.

Text Font Color

.myTextColor { color: #8B8EB5; }

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

This text font color is #8B8EB5.

Background Color

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

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

This div background color is #8B8EB5.

Border color

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

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

This div border color is #8B8EB5.

Opacity

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

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

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

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

This text has shadow with #8B8EB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B8EB5.

Preview

Color preview on black background

This text has color #8B8EB5 on black background.


Color preview on white background

This text has color #8B8EB5 on white background.


Black color preview on #8B8EB5 background

This text has black color on #8B8EB5 background.


White color preview on #8B8EB5 background

This text has white color on #8B8EB5 background.


Related colors

Complementary color

Complementary color for #hex is #74714A.


I love getcolorcode.com

Triadic colors

1 #B58B8E and #8EB58B with #8B8EB5 are triadic colors.

2 #B58E8B and #8E8BB5 with #8B8EB5 are triadic colors.