#8E9CEC

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

Shades of Portage #8E9CEC

Tints of Portage #8E9CEC

Color information

#8E9CEC (or 0x8E9CEC) is unknown color: approx Portage. HEX triplet: 8E, 9C and EC. RGB value is (142,156,236). Sum of RGB (Red+Green+Blue) = 142+156+236=534 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.59% from 534); Green value is 156 (61.33% from 255 or 29.21% from 534); Blue value is 236 (92.58% from 255 or 44.19% from 534); Max value from RGB is 236 - color contains mainly: blue. Hex color #8E9CEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E9CEC is #716313. Grayscale: #A0A0A0. Windows color (decimal): -7430932 or 15506574. OLE color: 15506574.

HSL color Cylindrical-coordinate representation of color #8E9CEC: hue angle of 231.06º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8E9CEC is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB142156236-
CMYK0.400.3400.07
HSL231.06º71.21%74.12%-
HSV(B)231.06º39.83%92.55%-
XYZ38.1835.5884.21-
YUV160.93170.36114.5-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.59%
GREEN value IS 156 (61.33% from 255) = 29.21%
BLUE value IS 236 (92.58% from 255) = 44.19%
R=26.59%
G=29.21%
B=44.19%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1421562360.400.3400.07231.0671.2174.12
Hex8E9CEC282207e7474a
Octal216234354504207347107112
Binary10001110100111001110110010100010001001111110011110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9CEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,156,236); }

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

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

 a { background-color: rgb(142,156,236); }

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

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

 span { border-color: rgb(142,156,236); }

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