#8E9ACA

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

Shades of Portage #8E9ACA

Tints of Portage #8E9ACA

Color information

#8E9ACA (or 0x8E9ACA) is unknown color: approx Portage. HEX triplet: 8E, 9A and CA. RGB value is (142,154,202). Sum of RGB (Red+Green+Blue) = 142+154+202=498 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.51% from 498); Green value is 154 (60.55% from 255 or 30.92% from 498); Blue value is 202 (79.30% from 255 or 40.56% from 498); Max value from RGB is 202 - color contains mainly: blue. Hex color #8E9ACA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E9ACA is #716535. Grayscale: #9B9B9B. Windows color (decimal): -7431478 or 13277838. OLE color: 13277838.

HSL color Cylindrical-coordinate representation of color #8E9ACA: hue angle of 228º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8E9ACA is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB142154202-
CMYK0.300.2400.21
HSL228º36.14%67.45%-
HSV(B)228º29.7%79.22%-
XYZ33.3733.1360.51-
YUV155.88154.02118.1-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.51%
GREEN value IS 154 (60.55% from 255) = 30.92%
BLUE value IS 202 (79.30% from 255) = 40.56%
R=28.51%
G=30.92%
B=40.56%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1421542020.300.2400.2122836.1467.45
Hex8E9ACA1E18015e42443
Octal216232312363002534444103
Binary1000111010011010110010101111011000010101111001001001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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