#8E9CED

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

Shades of Portage #8E9CED

Tints of Portage #8E9CED

Color information

#8E9CED (or 0x8E9CED) is unknown color: approx Portage. HEX triplet: 8E, 9C and ED. RGB value is (142,156,237). Sum of RGB (Red+Green+Blue) = 142+156+237=535 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.54% from 535); Green value is 156 (61.33% from 255 or 29.16% from 535); Blue value is 237 (92.97% from 255 or 44.30% from 535); Max value from RGB is 237 - color contains mainly: blue. Hex color #8E9CED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E9CED is #716312. Grayscale: #A0A0A0. Windows color (decimal): -7430931 or 15572110. OLE color: 15572110.

HSL color Cylindrical-coordinate representation of color #8E9CED: hue angle of 231.16º degrees, saturation: 0.73, 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 #8E9CED is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB142156237-
CMYK0.400.3400.07
HSL231.16º72.52%74.31%-
HSV(B)231.16º40.08%92.94%-
XYZ38.3335.6484.98-
YUV161.05170.86114.41-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.54%
GREEN value IS 156 (61.33% from 255) = 29.16%
BLUE value IS 237 (92.97% from 255) = 44.30%
R=26.54%
G=29.16%
B=44.30%

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
Decimal1421562370.400.3400.07231.1672.5274.31
Hex8E9CED282207e7494a
Octal216234355504207347111112
Binary10001110100111001110110110100010001001111110011110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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