COLOR #8B89D1

HEX: #8B89D1
RGB: (139,137,209)

Color info

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

RGB color model

#8B89D1 color RGB value is (139,137,209).

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

RGB channels and saturation

R 139 of 255 = 55%
G 137 of 255 = 54%
B 209 of 255 = 82%

139
137
209

R + G + B ~ 64%. #8B89D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
139 + 137 + 209 = 485 (100%)
R 139 of 485 ~ 28.66%
G 137 of 485 ~ 28.25%
B 209 of 485 ~ 43.09%

%28.66
%28.25
%43.09

CMYK color model

#8B89D1 color CMYK value is (33,34,0,18).

  • cyan value is 33.49%
  • magenta value is 34.45%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(33,34,0,18)
C33M34Y0K18 
(33%,34%,0%,18%)
(0.33/0.34/0.00/0.18)	

CMYK percentages

%33.49
%34.45
%0
%18.04

Codes

Color #8B89D1 in popluar color models

8B89D1
RGB139137209
HSL242°43.90%67.84%
HSB/HSV242°34.45%81.96%
CMYK33.49%34.45%0.00%
18.04%

Color #8B89D1 in popluar number systems.

HEX8B89D1
Decimal139137209
Binary100010111000100111010001
Octal213211321

Shades and tints

Shades of #8B89D1

#8B89D1
(139,137,209)
#7F7DBE
(127,125,190)
#7371AB
(115,113,171)
#676598
(103,101,152)
#5B5985
(91,89,133)
#4F4D72
(79,77,114)
#43415F
(67,65,95)
#37354C
(55,53,76)
#2B2939
(43,41,57)
#1F1D26
(31,29,38)
#131113
(19,17,19)
#000000
(0,0,0)

Tints of #8B89D1

#8B89D1
(139,137,209)
#9593D5
(149,147,213)
#9F9DD9
(159,157,217)
#A9A7DD
(169,167,221)
#B3B1E1
(179,177,225)
#BDBBE5
(189,187,229)
#C7C5E9
(199,197,233)
#D1CFED
(209,207,237)
#DBD9F1
(219,217,241)
#E5E3F5
(229,227,245)
#EFEDF9
(239,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B89D1; }

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

This text font color is #8B89D1.


Background Color

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

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

This div background color is #8B89D1.


Border color

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

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

This div border color is #8B89D1.


Opacity

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

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

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

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

This text has shadow with #8B89D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B89D1 on black background.


Color preview on white background

This text has color #8B89D1 on white background.



Black color preview on #8B89D1 background

This text has black color on #8B89D1 background.


White color preview on #8B89D1 background

This text has white color on #8B89D1 background.