#8E9ECD

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

Shades of Portage #8E9ECD

Tints of Portage #8E9ECD

Color information

#8E9ECD (or 0x8E9ECD) is unknown color: approx Portage. HEX triplet: 8E, 9E and CD. RGB value is (142,158,205). Sum of RGB (Red+Green+Blue) = 142+158+205=505 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.12% from 505); Green value is 158 (62.11% from 255 or 31.29% from 505); Blue value is 205 (80.47% from 255 or 40.59% from 505); Max value from RGB is 205 - color contains mainly: blue. Hex color #8E9ECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E9ECD is #716132. Grayscale: #9E9E9E. Windows color (decimal): -7430451 or 13475470. OLE color: 13475470.

HSL color Cylindrical-coordinate representation of color #8E9ECD: hue angle of 224.76º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8E9ECD is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB142158205-
CMYK0.310.2300.20
HSL224.76º38.65%68.04%-
HSV(B)224.76º30.73%80.39%-
XYZ34.434.6162.63-
YUV158.57154.2116.18-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.12%
GREEN value IS 158 (62.11% from 255) = 31.29%
BLUE value IS 205 (80.47% from 255) = 40.59%
R=28.12%
G=31.29%
B=40.59%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1421582050.310.2300.20224.7638.6568.04
Hex8E9ECD1F17014e12744
Octal216236315372702434147104
Binary1000111010011110110011011111110111010100111000011001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,158,205); }

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

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

 a { background-color: rgb(142,158,205); }

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

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

 span { border-color: rgb(142,158,205); }

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