COLOR #8B89BD

HEX: #8B89BD RGB: (139,137,189)

Color info

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

RGB color model

#8B89BD color RGB value is (139,137,189).

RGB: (139,137,189) (55%, 54%, 74%)

RGB channels and saturation

R 139 of 255 = 55%
G 137 of 255 = 54%
B 189 of 255 = 74%

139
137
189

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

Portions of RGB colors in percentages

R + G + B = 139 + 137 + 189 = 465 (100%)
R 139 of 465 ~ 29.89%
G 137 of 465 ~ 29.46%
B 189 of 465 ~ 40.65'%

%29.89
%29.46
%40.65

CMYK color model

#8B89BD color CMYK value is (26,28,0,26).

  • cyan value is 26.46%
  • magenta value is 27.51%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (26,28,0,26)
C26M28Y0K26 (26%, 28%, 0%, 26%)
(0.26 / 0.28 / 0.00 / 0.26)

CMYK percentages

%26.46
%27.51
%0
%25.88

Codes

Color #8B89BD in popluar color models

8B 89 BD
RGB 139 137 189
HSL 242° 28.26% 63.92%
HSB/HSV 242° 27.51% 74.12%
CMYK 26.46% 27.51% 0.00%
25.88%

Color #8B89BD in popluar number systems.

HEX 8B 89 BD
Decimal 139 137 189
Binary 10001011 10001001 10111101
Octal 213 211 275

Shades and tints

Shades of #8B89BD

#8B89BD
(139,137,189)
#7F7DAC
(127,125,172)
#73719B
(115,113,155)
#67658A
(103,101,138)
#5B5979
(91,89,121)
#4F4D68
(79,77,104)
#434157
(67,65,87)
#373546
(55,53,70)
#2B2935
(43,41,53)
#1F1D24
(31,29,36)
#131113
(19,17,19)
#000000
(0,0,0)

Tints of #8B89BD

#8B89BD
(139,137,189)
#9593C3
(149,147,195)
#9F9DC9
(159,157,201)
#A9A7CF
(169,167,207)
#B3B1D5
(179,177,213)
#BDBBDB
(189,187,219)
#C7C5E1
(199,197,225)
#D1CFE7
(209,207,231)
#DBD9ED
(219,217,237)
#E5E3F3
(229,227,243)
#EFEDF9
(239,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B89BD; }

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

This text font color is #8B89BD.

Background Color

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

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

This div background color is #8B89BD.

Border color

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

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

This div border color is #8B89BD.

Opacity

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

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

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

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

This text has shadow with #8B89BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B89BD.

Preview

Color preview on black background

This text has color #8B89BD on black background.


Color preview on white background

This text has color #8B89BD on white background.


Black color preview on #8B89BD background

This text has black color on #8B89BD background.


White color preview on #8B89BD background

This text has white color on #8B89BD background.


Related colors

Complementary color

Complementary color for #hex is #747642.


I love getcolorcode.com

Triadic colors

1 #BD8B89 and #89BD8B with #8B89BD are triadic colors.

2 #BD898B and #898BBD with #8B89BD are triadic colors.