#8E9FE7

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

Shades of Portage #8E9FE7

Tints of Portage #8E9FE7

Color information

#8E9FE7 (or 0x8E9FE7) is unknown color: approx Portage. HEX triplet: 8E, 9F and E7. RGB value is (142,159,231). Sum of RGB (Red+Green+Blue) = 142+159+231=532 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.69% from 532); Green value is 159 (62.5% from 255 or 29.89% from 532); Blue value is 231 (90.62% from 255 or 43.42% from 532); Max value from RGB is 231 - color contains mainly: blue. Hex color #8E9FE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E9FE7 is #716018. Grayscale: #A1A1A1. Windows color (decimal): -7430169 or 15179662. OLE color: 15179662.

HSL color Cylindrical-coordinate representation of color #8E9FE7: hue angle of 228.54º degrees, saturation: 0.65, 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 #8E9FE7 is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB142159231-
CMYK0.390.3100.09
HSL228.54º64.96%73.14%-
HSV(B)228.54º38.53%90.59%-
XYZ37.9836.3280.61-
YUV162.12166.87113.65-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.69%
GREEN value IS 159 (62.5% from 255) = 29.89%
BLUE value IS 231 (90.62% from 255) = 43.42%
R=26.69%
G=29.89%
B=43.42%

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
Decimal1421592310.390.3100.09228.5464.9673.14
Hex8E9FE7271F09e54149
Octal2162373474737011345101111
Binary10001110100111111110011110011111111010011110010110000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9FE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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