COLOR #8C90E6

HEX: #8C90E6 RGB: (140,144,230)

Color info

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

RGB color model

#8C90E6 color RGB value is (140,144,230).

RGB: (140,144,230) (55%, 56%, 90%)

RGB channels and saturation

R 140 of 255 = 55%
G 144 of 255 = 56%
B 230 of 255 = 90%

140
144
230

R + G + B ~ 67%. #8C90E6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 140 + 144 + 230 = 514 (100%)
R 140 of 514 ~ 27.24%
G 144 of 514 ~ 28.02%
B 230 of 514 ~ 44.75'%

%27.24
%28.02
%44.75

CMYK color model

#8C90E6 color CMYK value is (39,37,0,10).

  • cyan value is 39.13%
  • magenta value is 37.39%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (39,37,0,10)
C39M37Y0K10 (39%, 37%, 0%, 10%)
(0.39 / 0.37 / 0.00 / 0.10)

CMYK percentages

%39.13
%37.39
%0
%9.8

Codes

Color #8C90E6 in popluar color models

8C 90 E6
RGB 140 144 230
HSL 237° 64.29% 72.55%
HSB/HSV 237° 39.13% 90.20%
CMYK 39.13% 37.39% 0.00%
9.80%

Color #8C90E6 in popluar number systems.

HEX 8C 90 E6
Decimal 140 144 230
Binary 10001100 10010000 11100110
Octal 214 220 346

Shades and tints

Shades of #8C90E6

#8C90E6
(140,144,230)
#8083D2
(128,131,210)
#7476BE
(116,118,190)
#6869AA
(104,105,170)
#5C5C96
(92,92,150)
#504F82
(80,79,130)
#44426E
(68,66,110)
#38355A
(56,53,90)
#2C2846
(44,40,70)
#201B32
(32,27,50)
#140E1E
(20,14,30)
#000000
(0,0,0)

Tints of #8C90E6

#8C90E6
(140,144,230)
#969AE8
(150,154,232)
#A0A4EA
(160,164,234)
#AAAEEC
(170,174,236)
#B4B8EE
(180,184,238)
#BEC2F0
(190,194,240)
#C8CCF2
(200,204,242)
#D2D6F4
(210,214,244)
#DCE0F6
(220,224,246)
#E6EAF8
(230,234,248)
#F0F4FA
(240,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C90E6 color. Also use rgb(140,144,230) instead hex code.

Text Font Color

.myTextColor { color: #8C90E6; }

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

This text font color is #8C90E6.

Background Color

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

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

This div background color is #8C90E6.

Border color

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

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

This div border color is #8C90E6.

Opacity

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

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

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

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

This text has shadow with #8C90E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C90E6.

Preview

Color preview on black background

This text has color #8C90E6 on black background.


Color preview on white background

This text has color #8C90E6 on white background.


Black color preview on #8C90E6 background

This text has black color on #8C90E6 background.


White color preview on #8C90E6 background

This text has white color on #8C90E6 background.


Related colors

Complementary color

Complementary color for #hex is #736F19.


I love getcolorcode.com

Triadic colors

1 #E68C90 and #90E68C with #8C90E6 are triadic colors.

2 #E6908C and #908CE6 with #8C90E6 are triadic colors.