#8E96EA

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

Shades of Portage #8E96EA

Tints of Portage #8E96EA

Color information

#8E96EA (or 0x8E96EA) is unknown color: approx Portage. HEX triplet: 8E, 96 and EA. RGB value is (142,150,234). Sum of RGB (Red+Green+Blue) = 142+150+234=526 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.00% from 526); Green value is 150 (58.98% from 255 or 28.52% from 526); Blue value is 234 (91.80% from 255 or 44.49% from 526); Max value from RGB is 234 - color contains mainly: blue. Hex color #8E96EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E96EA is #716915. Grayscale: #9C9C9C. Windows color (decimal): -7432470 or 15373966. OLE color: 15373966.

HSL color Cylindrical-coordinate representation of color #8E96EA: hue angle of 234.78º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8E96EA is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB142150234-
CMYK0.390.3600.08
HSL234.78º68.66%73.73%-
HSV(B)234.78º39.32%91.76%-
XYZ36.9133.582.36-
YUV157.18171.35117.17-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.00%
GREEN value IS 150 (58.98% from 255) = 28.52%
BLUE value IS 234 (91.80% from 255) = 44.49%
R=27.00%
G=28.52%
B=44.49%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1421502340.390.3600.08234.7868.6673.73
Hex8E96EA272408eb454a
Octal2162263524744010353105112
Binary100011101001011011101010100111100100010001110101110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E96EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,150,234); }

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

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

 a { background-color: rgb(142,150,234); }

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

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

 span { border-color: rgb(142,150,234); }

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