#8E9FE8

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

Shades of Portage #8E9FE8

Tints of Portage #8E9FE8

Color information

#8E9FE8 (or 0x8E9FE8) is unknown color: approx Portage. HEX triplet: 8E, 9F and E8. RGB value is (142,159,232). Sum of RGB (Red+Green+Blue) = 142+159+232=533 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.64% from 533); Green value is 159 (62.5% from 255 or 29.83% from 533); Blue value is 232 (91.02% from 255 or 43.53% from 533); Max value from RGB is 232 - color contains mainly: blue. Hex color #8E9FE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E9FE8 is #716017. Grayscale: #A1A1A1. Windows color (decimal): -7430168 or 15245198. OLE color: 15245198.

HSL color Cylindrical-coordinate representation of color #8E9FE8: hue angle of 228.67º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8E9FE8 is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB142159232-
CMYK0.390.3100.09
HSL228.67º66.18%73.33%-
HSV(B)228.67º38.79%90.98%-
XYZ38.1236.3781.36-
YUV162.24167.37113.56-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.64%
GREEN value IS 159 (62.5% from 255) = 29.83%
BLUE value IS 232 (91.02% from 255) = 43.53%
R=26.64%
G=29.83%
B=43.53%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1421592320.390.3100.09228.6766.1873.33
Hex8E9FE8271F09e54249
Octal2162373504737011345102111
Binary10001110100111111110100010011111111010011110010110000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9FE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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