#8C90EA

Color #8C90EA Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #8C90EA

Tints of Portage #8C90EA

Color information

#8C90EA (or 0x8C90EA) is unknown color: approx Portage. HEX triplet: 8C, 90 and EA. RGB value is (140,144,234). Sum of RGB (Red+Green+Blue) = 140+144+234=518 (68% of max value = 765). Red value is 140 (55.08% from 255 or 27.03% from 518); Green value is 144 (56.64% from 255 or 27.80% from 518); Blue value is 234 (91.80% from 255 or 45.17% from 518); Max value from RGB is 234 - color contains mainly: blue. Hex color #8C90EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C90EA is #736F15. Grayscale: #989898. Windows color (decimal): -7565078 or 15372428. OLE color: 15372428.

HSL color Cylindrical-coordinate representation of color #8C90EA: hue angle of 237.45º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8C90EA is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB140144234-
CMYK0.400.3800.08
HSL237.45º69.12%73.33%-
HSV(B)237.45º40.17%91.76%-
XYZ35.6431.4682.04-
YUV153.06173.67118.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 140 (55.08% from 255) = 27.03%
GREEN value IS 144 (56.64% from 255) = 27.80%
BLUE value IS 234 (91.80% from 255) = 45.17%
R=27.03%
G=27.80%
B=45.17%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1401442340.400.3800.08237.4569.1273.33
Hex8C90EA282608ed4549
Octal2142203525046010355105111
Binary100011001001000011101010101000100110010001110110110001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C90EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C90EA; }

 p { color: rgb(140,144,234); }

 H1.HeaderClassName
 {
   color: #8C90EA;
 }
 .AnyTagClassName
 {
   color: #8C90EA;
 }
</style>
background-color css

<style>
 a { background-color: #8C90EA; }

 a { background-color: rgb(140,144,234); }

 div.DivClassName
 {
   background-color: #8C90EA;
 }
 .BgClassName
 {
   background-color: #8C90EA;
 }
</style>
border-color css

<style>
 span { border-color: #8C90EA; }

 span { border-color: rgb(140,144,234); }

 td.TdClassName
 {
   border-color: #8C90EA;
 }
 .TagClassName
 {
   border-color: #8C90EA;
 }
</style>