#8E97EE

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

Shades of Portage #8E97EE

Tints of Portage #8E97EE

Color information

#8E97EE (or 0x8E97EE) is unknown color: approx Portage. HEX triplet: 8E, 97 and EE. RGB value is (142,151,238). Sum of RGB (Red+Green+Blue) = 142+151+238=531 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.74% from 531); Green value is 151 (59.38% from 255 or 28.44% from 531); Blue value is 238 (93.36% from 255 or 44.82% from 531); Max value from RGB is 238 - color contains mainly: blue. Hex color #8E97EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E97EE is #716811. Grayscale: #9D9D9D. Windows color (decimal): -7432210 or 15636366. OLE color: 15636366.

HSL color Cylindrical-coordinate representation of color #8E97EE: hue angle of 234.38º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8E97EE is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB142151238-
CMYK0.400.3700.07
HSL234.38º73.85%74.51%-
HSV(B)234.38º40.34%93.33%-
XYZ37.6534.0685.48-
YUV158.23173.02116.43-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.74%
GREEN value IS 151 (59.38% from 255) = 28.44%
BLUE value IS 238 (93.36% from 255) = 44.82%
R=26.74%
G=28.44%
B=44.82%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1421512380.400.3700.07234.3873.8574.51
Hex8E97EE282507ea4a4b
Octal216227356504507352112113
Binary10001110100101111110111010100010010101111110101010010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E97EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,151,238); }

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

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

 a { background-color: rgb(142,151,238); }

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

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

 span { border-color: rgb(142,151,238); }

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