COLOR #8989D2

HEX: #8989D2
RGB: (137,137,210)

Color info

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

RGB color model

#8989D2 color RGB value is (137,137,210).

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

RGB channels and saturation

R 137 of 255 = 54%
G 137 of 255 = 54%
B 210 of 255 = 82%

137
137
210

R + G + B ~ 63%. #8989D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 137 + 210 = 484 (100%)
R 137 of 484 ~ 28.31%
G 137 of 484 ~ 28.31%
B 210 of 484 ~ 43.39%

%28.31
%28.31
%43.39

CMYK color model

#8989D2 color CMYK value is (35,35,0,18).

  • cyan value is 34.76%
  • magenta value is 34.76%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(35,35,0,18)
C35M35Y0K18 
(35%,35%,0%,18%)
(0.35/0.35/0.00/0.18)	

CMYK percentages

%34.76
%34.76
%0
%17.65

Codes

Color #8989D2 in popluar color models

8989D2
RGB137137210
HSL240°44.79%68.04%
HSB/HSV240°34.76%82.35%
CMYK34.76%34.76%0.00%
17.65%

Color #8989D2 in popluar number systems.

HEX8989D2
Decimal137137210
Binary100010011000100111010010
Octal211211322

Shades and tints

Shades of #8989D2

#8989D2
(137,137,210)
#7D7DBF
(125,125,191)
#7171AC
(113,113,172)
#656599
(101,101,153)
#595986
(89,89,134)
#4D4D73
(77,77,115)
#414160
(65,65,96)
#35354D
(53,53,77)
#29293A
(41,41,58)
#1D1D27
(29,29,39)
#111114
(17,17,20)
#000000
(0,0,0)

Tints of #8989D2

#8989D2
(137,137,210)
#9393D6
(147,147,214)
#9D9DDA
(157,157,218)
#A7A7DE
(167,167,222)
#B1B1E2
(177,177,226)
#BBBBE6
(187,187,230)
#C5C5EA
(197,197,234)
#CFCFEE
(207,207,238)
#D9D9F2
(217,217,242)
#E3E3F6
(227,227,246)
#EDEDFA
(237,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8989D2 color. Also use rgb(137,137,210) instead hex code.

Text Font Color

.myTextColor { color: #8989D2; }

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

This text font color is #8989D2.


Background Color

.myBgColor { background-color: #8989D2; }

<div style="background-color:#8989D2">Inner text</div>

This div background color is #8989D2.


Border color

.myBorderColor { border: 1px solid #8989D2; }

<div style="border:3px solid #8989D2">Div</div>

This div border color is #8989D2.


Opacity

.myOpacity80 { color: #8989D2; opacity: 0.8; }

<p style="color:#8989D2;opacity:0.8;">80%</p>

Text with #8989D2 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 #8989D2;}

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

This text has shadow with #8989D2 color.

.textShadow {text-shadow: 3px 3px 1px #8989D2, 3px 3px 1px red;}

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

This text has shadow with #8989D2 primary color and red secondary color.


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

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

This text has shadow with #8989D2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8989D2 on black background.


Color preview on white background

This text has color #8989D2 on white background.



Black color preview on #8989D2 background

This text has black color on #8989D2 background.


White color preview on #8989D2 background

This text has white color on #8989D2 background.