COLOR #8989CF

HEX: #8989CF
RGB: (137,137,207)

Color info

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

RGB color model

#8989CF color RGB value is (137,137,207).

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

RGB channels and saturation

R 137 of 255 = 54%
G 137 of 255 = 54%
B 207 of 255 = 81%

137
137
207

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

Portions of RGB colors in percentages

R + G + B =
137 + 137 + 207 = 481 (100%)
R 137 of 481 ~ 28.48%
G 137 of 481 ~ 28.48%
B 207 of 481 ~ 43.04%

%28.48
%28.48
%43.04

CMYK color model

#8989CF color CMYK value is (34,34,0,19).

  • cyan value is 33.82%
  • magenta value is 33.82%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(34,34,0,19)
C34M34Y0K19 
(34%,34%,0%,19%)
(0.34/0.34/0.00/0.19)	

CMYK percentages

%33.82
%33.82
%0
%18.82

Codes

Color #8989CF in popluar color models

8989CF
RGB137137207
HSL240°42.17%67.45%
HSB/HSV240°33.82%81.18%
CMYK33.82%33.82%0.00%
18.82%

Color #8989CF in popluar number systems.

HEX8989CF
Decimal137137207
Binary100010011000100111001111
Octal211211317

Shades and tints

Shades of #8989CF

#8989CF
(137,137,207)
#7D7DBD
(125,125,189)
#7171AB
(113,113,171)
#656599
(101,101,153)
#595987
(89,89,135)
#4D4D75
(77,77,117)
#414163
(65,65,99)
#353551
(53,53,81)
#29293F
(41,41,63)
#1D1D2D
(29,29,45)
#11111B
(17,17,27)
#000000
(0,0,0)

Tints of #8989CF

#8989CF
(137,137,207)
#9393D3
(147,147,211)
#9D9DD7
(157,157,215)
#A7A7DB
(167,167,219)
#B1B1DF
(177,177,223)
#BBBBE3
(187,187,227)
#C5C5E7
(197,197,231)
#CFCFEB
(207,207,235)
#D9D9EF
(217,217,239)
#E3E3F3
(227,227,243)
#EDEDF7
(237,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8989CF; }

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

This text font color is #8989CF.


Background Color

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

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

This div background color is #8989CF.


Border color

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

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

This div border color is #8989CF.


Opacity

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

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

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

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

This text has shadow with #8989CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8989CF on black background.


Color preview on white background

This text has color #8989CF on white background.



Black color preview on #8989CF background

This text has black color on #8989CF background.


White color preview on #8989CF background

This text has white color on #8989CF background.