COLOR #8090CA

HEX: #8090CA
RGB: (128,144,202)

Color info

#8090CA contains mainly green and blue colors. Web safe color of #8090CA is #6699CC (or #69C).

RGB color model

#8090CA color RGB value is (128,144,202).

  • red value is 128;
  • green value is 144;
  • blue value is 202.
RGB:
(128,144,202)
(50%,56%,79%)

RGB channels and saturation

R 128 of 255 = 50%
G 144 of 255 = 56%
B 202 of 255 = 79%

128
144
202

R + G + B ~ 62%. #8090CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
128 + 144 + 202 = 474 (100%)
R 128 of 474 ~ 27%
G 144 of 474 ~ 30.38%
B 202 of 474 ~ 42.62%

%27
%30.38
%42.62

CMYK color model

#8090CA color CMYK value is (37,29,0,21).

  • cyan value is 36.63%
  • magenta value is 28.71%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(37,29,0,21)
C37M29Y0K21 
(37%,29%,0%,21%)
(0.37/0.29/0.00/0.21)	

CMYK percentages

%36.63
%28.71
%0
%20.78

Codes

Color #8090CA in popluar color models

8090CA
RGB128144202
HSL227°41.11%64.71%
HSB/HSV227°36.63%79.22%
CMYK36.63%28.71%0.00%
20.78%

Color #8090CA in popluar number systems.

HEX8090CA
Decimal128144202
Binary100000001001000011001010
Octal200220312

Shades and tints

Shades of #8090CA

#8090CA
(128,144,202)
#7583B8
(117,131,184)
#6A76A6
(106,118,166)
#5F6994
(95,105,148)
#545C82
(84,92,130)
#494F70
(73,79,112)
#3E425E
(62,66,94)
#33354C
(51,53,76)
#28283A
(40,40,58)
#1D1B28
(29,27,40)
#120E16
(18,14,22)
#000000
(0,0,0)

Tints of #8090CA

#8090CA
(128,144,202)
#8B9ACE
(139,154,206)
#96A4D2
(150,164,210)
#A1AED6
(161,174,214)
#ACB8DA
(172,184,218)
#B7C2DE
(183,194,222)
#C2CCE2
(194,204,226)
#CDD6E6
(205,214,230)
#D8E0EA
(216,224,234)
#E3EAEE
(227,234,238)
#EEF4F2
(238,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8090CA color. Also use rgb(128,144,202) instead hex code.

Text Font Color

.myTextColor { color: #8090CA; }

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

This text font color is #8090CA.


Background Color

.myBgColor { background-color: #8090CA; }

<div style="background-color:#8090CA">Inner text</div>

This div background color is #8090CA.


Border color

.myBorderColor { border: 1px solid #8090CA; }

<div style="border:3px solid #8090CA">Div</div>

This div border color is #8090CA.


Opacity

.myOpacity80 { color: #8090CA; opacity: 0.8; }

<p style="color:#8090CA;opacity:0.8;">80%</p>

Text with #8090CA 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 #8090CA;}

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

This text has shadow with #8090CA color.

.textShadow {text-shadow: 3px 3px 1px #8090CA, 3px 3px 1px red;}

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

This text has shadow with #8090CA primary color and red secondary color.


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

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

This text has shadow with #8090CA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8090CA on black background.


Color preview on white background

This text has color #8090CA on white background.



Black color preview on #8090CA background

This text has black color on #8090CA background.


White color preview on #8090CA background

This text has white color on #8090CA background.