#8E9FDE

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

Shades of Portage #8E9FDE

Tints of Portage #8E9FDE

Color information

#8E9FDE (or 0x8E9FDE) is unknown color: approx Portage. HEX triplet: 8E, 9F and DE. RGB value is (142,159,222). Sum of RGB (Red+Green+Blue) = 142+159+222=523 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.15% from 523); Green value is 159 (62.5% from 255 or 30.40% from 523); Blue value is 222 (87.11% from 255 or 42.45% from 523); Max value from RGB is 222 - color contains mainly: blue. Hex color #8E9FDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E9FDE is #716021. Grayscale: #A0A0A0. Windows color (decimal): -7430178 or 14589838. OLE color: 14589838.

HSL color Cylindrical-coordinate representation of color #8E9FDE: hue angle of 227.25º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8E9FDE is Cyan = 0.36, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB142159222-
CMYK0.360.2800.13
HSL227.25º54.79%71.37%-
HSV(B)227.25º36.04%87.06%-
XYZ36.7435.8274.09-
YUV161.1162.37114.38-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.15%
GREEN value IS 159 (62.5% from 255) = 30.40%
BLUE value IS 222 (87.11% from 255) = 42.45%
R=27.15%
G=30.40%
B=42.45%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1421592220.360.2800.13227.2554.7971.37
Hex8E9FDE241C0De33747
Octal216237336443401534367107
Binary1000111010011111110111101001001110001101111000111101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,159,222); }

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

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

 a { background-color: rgb(142,159,222); }

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

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

 span { border-color: rgb(142,159,222); }

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