COLOR #8B89BB

HEX: #8B89BB
RGB: (139,137,187)

Color info

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

RGB color model

#8B89BB color RGB value is (139,137,187).

  • red value is 139;
  • green value is 137;
  • blue value is 187.
RGB:
(139,137,187)
(55%,54%,73%)

RGB channels and saturation

R 139 of 255 = 55%
G 137 of 255 = 54%
B 187 of 255 = 73%

139
137
187

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

Portions of RGB colors in percentages

R + G + B =
139 + 137 + 187 = 463 (100%)
R 139 of 463 ~ 30.02%
G 137 of 463 ~ 29.59%
B 187 of 463 ~ 40.39%

%30.02
%29.59
%40.39

CMYK color model

#8B89BB color CMYK value is (26,27,0,27).

  • cyan value is 25.67%
  • magenta value is 26.74%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(26,27,0,27)
C26M27Y0K27 
(26%,27%,0%,27%)
(0.26/0.27/0.00/0.27)	

CMYK percentages

%25.67
%26.74
%0
%26.67

Codes

Color #8B89BB in popluar color models

8B89BB
RGB139137187
HSL242°26.88%63.53%
HSB/HSV242°26.74%73.33%
CMYK25.67%26.74%0.00%
26.67%

Color #8B89BB in popluar number systems.

HEX8B89BB
Decimal139137187
Binary100010111000100110111011
Octal213211273

Shades and tints

Shades of #8B89BB

#8B89BB
(139,137,187)
#7F7DAA
(127,125,170)
#737199
(115,113,153)
#676588
(103,101,136)
#5B5977
(91,89,119)
#4F4D66
(79,77,102)
#434155
(67,65,85)
#373544
(55,53,68)
#2B2933
(43,41,51)
#1F1D22
(31,29,34)
#131111
(19,17,17)
#000000
(0,0,0)

Tints of #8B89BB

#8B89BB
(139,137,187)
#9593C1
(149,147,193)
#9F9DC7
(159,157,199)
#A9A7CD
(169,167,205)
#B3B1D3
(179,177,211)
#BDBBD9
(189,187,217)
#C7C5DF
(199,197,223)
#D1CFE5
(209,207,229)
#DBD9EB
(219,217,235)
#E5E3F1
(229,227,241)
#EFEDF7
(239,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B89BB color. Also use rgb(139,137,187) instead hex code.

Text Font Color

.myTextColor { color: #8B89BB; }

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

This text font color is #8B89BB.


Background Color

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

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

This div background color is #8B89BB.


Border color

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

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

This div border color is #8B89BB.


Opacity

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

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

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

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

This text has shadow with #8B89BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B89BB on black background.


Color preview on white background

This text has color #8B89BB on white background.



Black color preview on #8B89BB background

This text has black color on #8B89BB background.


White color preview on #8B89BB background

This text has white color on #8B89BB background.