#8E9AE0

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

Shades of Portage #8E9AE0

Tints of Portage #8E9AE0

Color information

#8E9AE0 (or 0x8E9AE0) is unknown color: approx Portage. HEX triplet: 8E, 9A and E0. RGB value is (142,154,224). Sum of RGB (Red+Green+Blue) = 142+154+224=520 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.31% from 520); Green value is 154 (60.55% from 255 or 29.62% from 520); Blue value is 224 (87.89% from 255 or 43.08% from 520); Max value from RGB is 224 - color contains mainly: blue. Hex color #8E9AE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E9AE0 is #71651F. Grayscale: #9E9E9E. Windows color (decimal): -7431456 or 14719630. OLE color: 14719630.

HSL color Cylindrical-coordinate representation of color #8E9AE0: hue angle of 231.22º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8E9AE0 is Cyan = 0.37, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB142154224-
CMYK0.370.3100.12
HSL231.22º56.94%71.76%-
HSV(B)231.22º36.61%87.84%-
XYZ36.1734.2475.22-
YUV158.39165.02116.31-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.31%
GREEN value IS 154 (60.55% from 255) = 29.62%
BLUE value IS 224 (87.89% from 255) = 43.08%
R=27.31%
G=29.62%
B=43.08%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1421542240.370.3100.12231.2256.9471.76
Hex8E9AE0251F0Ce73948
Octal216232340453701434771110
Binary1000111010011010111000001001011111101100111001111110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9AE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,154,224); }

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

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

 a { background-color: rgb(142,154,224); }

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

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

 span { border-color: rgb(142,154,224); }

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