#8E96FA

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

Shades of Portage #8E96FA

Tints of Portage #8E96FA

Color information

#8E96FA (or 0x8E96FA) is unknown color: approx Portage. HEX triplet: 8E, 96 and FA. RGB value is (142,150,250). Sum of RGB (Red+Green+Blue) = 142+150+250=542 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.20% from 542); Green value is 150 (58.98% from 255 or 27.68% from 542); Blue value is 250 (98.05% from 255 or 46.13% from 542); Max value from RGB is 250 - color contains mainly: blue. Hex color #8E96FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E96FA is #716905. Grayscale: #9E9E9E. Windows color (decimal): -7432454 or 16422542. OLE color: 16422542.

HSL color Cylindrical-coordinate representation of color #8E96FA: hue angle of 235.56º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8E96FA is Cyan = 0.43, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB142150250-
CMYK0.430.400.02
HSL235.56º91.53%76.86%-
HSV(B)235.56º43.2%98.04%-
XYZ39.3234.4795.02-
YUV159.01179.35115.87-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.20%
GREEN value IS 150 (58.98% from 255) = 27.68%
BLUE value IS 250 (98.05% from 255) = 46.13%
R=26.20%
G=27.68%
B=46.13%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1421502500.430.400.02235.5691.5376.86
Hex8E96FA2B2802ec5c4d
Octal216226372535002354134115
Binary1000111010010110111110101010111010000101110110010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E96FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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