COLOR #8A90B6

HEX: #8A90B6 RGB: (138,144,182)

Color info

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

RGB color model

#8A90B6 color RGB value is (138,144,182).

RGB: (138,144,182) (54%, 56%, 71%)

RGB channels and saturation

R 138 of 255 = 54%
G 144 of 255 = 56%
B 182 of 255 = 71%

138
144
182

R + G + B ~ 60%. #8A90B6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 138 + 144 + 182 = 464 (100%)
R 138 of 464 ~ 29.74%
G 144 of 464 ~ 31.03%
B 182 of 464 ~ 39.22'%

%29.74
%31.03
%39.22

CMYK color model

#8A90B6 color CMYK value is (24,21,0,29).

  • cyan value is 24.18%
  • magenta value is 20.88%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK: (24,21,0,29) C24M21Y0K29 (24%,21%,0%,29%) (0.24/0.21/0.00/0.29) 

CMYK percentages

%24.18
%20.88
%0
%28.63

Codes

Color #8A90B6 in popluar color models

8A 90 B6
RGB 138 144 182
HSL 232° 23.16% 62.75%
HSB/HSV 232° 24.18% 71.37%
CMYK 24.18% 20.88% 0.00%
28.63%

Color #8A90B6 in popluar number systems.

HEX 8A 90 B6
Decimal 138 144 182
Binary 10001010 10010000 10110110
Octal 212 220 266

Shades and tints

Shades of #8A90B6

#8A90B6
(138,144,182)
#7E83A6
(126,131,166)
#727696
(114,118,150)
#666986
(102,105,134)
#5A5C76
(90,92,118)
#4E4F66
(78,79,102)
#424256
(66,66,86)
#363546
(54,53,70)
#2A2836
(42,40,54)
#1E1B26
(30,27,38)
#120E16
(18,14,22)
#000000
(0,0,0)

Tints of #8A90B6

#8A90B6
(138,144,182)
#949ABC
(148,154,188)
#9EA4C2
(158,164,194)
#A8AEC8
(168,174,200)
#B2B8CE
(178,184,206)
#BCC2D4
(188,194,212)
#C6CCDA
(198,204,218)
#D0D6E0
(208,214,224)
#DAE0E6
(218,224,230)
#E4EAEC
(228,234,236)
#EEF4F2
(238,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A90B6 color. Also use rgb(138,144,182) instead hex code.

Text Font Color

.myTextColor { color: #8A90B6; }

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

This text font color is #8A90B6.

Background Color

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

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

This div background color is #8A90B6.

Border color

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

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

This div border color is #8A90B6.

Opacity

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

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

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

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

This text has shadow with #8A90B6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A90B6.

Preview

Color preview on black background

This text has color #8A90B6 on black background.


Color preview on white background

This text has color #8A90B6 on white background.


Black color preview on #8A90B6 background

This text has black color on #8A90B6 background.


White color preview on #8A90B6 background

This text has white color on #8A90B6 background.


Related colors

Complementary color

Complementary color for #hex is #756F49.


I love getcolorcode.com

Triadic colors

1 #B68A90 and #90B68A with #8A90B6 are triadic colors.

2 #B6908A and #908AB6 with #8A90B6 are triadic colors.