COLOR #8990CD

HEX: #8990CD RGB: (137,144,205)

Color info

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

RGB color model

#8990CD color RGB value is (137,144,205).

RGB: (137,144,205) (54%, 56%, 80%)

RGB channels and saturation

R 137 of 255 = 54%
G 144 of 255 = 56%
B 205 of 255 = 80%

137
144
205

R + G + B ~ 63%. #8990CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 137 + 144 + 205 = 486 (100%)
R 137 of 486 ~ 28.19%
G 144 of 486 ~ 29.63%
B 205 of 486 ~ 42.18'%

%28.19
%29.63
%42.18

CMYK color model

#8990CD color CMYK value is (33,30,0,20).

  • cyan value is 33.17%
  • magenta value is 29.76%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (33,30,0,20)
C33M30Y0K20 (33%, 30%, 0%, 20%)
(0.33 / 0.30 / 0.00 / 0.20)

CMYK percentages

%33.17
%29.76
%0
%19.61

Codes

Color #8990CD in popluar color models

89 90 CD
RGB 137 144 205
HSL 234° 40.48% 67.06%
HSB/HSV 234° 33.17% 80.39%
CMYK 33.17% 29.76% 0.00%
19.61%

Color #8990CD in popluar number systems.

HEX 89 90 CD
Decimal 137 144 205
Binary 10001001 10010000 11001101
Octal 211 220 315

Shades and tints

Shades of #8990CD

#8990CD
(137,144,205)
#7D83BB
(125,131,187)
#7176A9
(113,118,169)
#656997
(101,105,151)
#595C85
(89,92,133)
#4D4F73
(77,79,115)
#414261
(65,66,97)
#35354F
(53,53,79)
#29283D
(41,40,61)
#1D1B2B
(29,27,43)
#110E19
(17,14,25)
#000000
(0,0,0)

Tints of #8990CD

#8990CD
(137,144,205)
#939AD1
(147,154,209)
#9DA4D5
(157,164,213)
#A7AED9
(167,174,217)
#B1B8DD
(177,184,221)
#BBC2E1
(187,194,225)
#C5CCE5
(197,204,229)
#CFD6E9
(207,214,233)
#D9E0ED
(217,224,237)
#E3EAF1
(227,234,241)
#EDF4F5
(237,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8990CD color. Also use rgb(137,144,205) instead hex code.

Text Font Color

.myTextColor { color: #8990CD; }

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

This text font color is #8990CD.

Background Color

.myBgColor { background-color: #8990CD; }

<div style="background-color:#8990CD">Inner text</div>

This div background color is #8990CD.

Border color

.myBorderColor { border: 1px solid #8990CD; }

<div style="border:3px solid #8990CD">Div</div>

This div border color is #8990CD.

Opacity

.myOpacity80 { color: #8990CD; opacity: 0.8; }

<p style="color:#8990CD;opacity:0.8;">80%</p>

Text with #8990CD 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 #8990CD;}

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

This text has shadow with #8990CD color.


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

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

This text has shadow with #8990CD primary color and red secondary color.


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

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

This text has shadow with #8990CD and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8990CD.

Preview

Color preview on black background

This text has color #8990CD on black background.


Color preview on white background

This text has color #8990CD on white background.


Black color preview on #8990CD background

This text has black color on #8990CD background.


White color preview on #8990CD background

This text has white color on #8990CD background.


Related colors

Complementary color

Complementary color for #hex is #766F32.


I love getcolorcode.com

Triadic colors

1 #CD8990 and #90CD89 with #8990CD are triadic colors.

2 #CD9089 and #9089CD with #8990CD are triadic colors.