#8E96FE

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

Shades of Portage #8E96FE

Tints of Portage #8E96FE

Color information

#8E96FE (or 0x8E96FE) is unknown color: approx Portage. HEX triplet: 8E, 96 and FE. RGB value is (142,150,254). Sum of RGB (Red+Green+Blue) = 142+150+254=546 (72% of max value = 765). Red value is 142 (55.86% from 255 or 26.01% from 546); Green value is 150 (58.98% from 255 or 27.47% from 546); Blue value is 254 (99.61% from 255 or 46.52% from 546); Max value from RGB is 254 - color contains mainly: blue. Hex color #8E96FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E96FE is #716901. Grayscale: #9F9F9F. Windows color (decimal): -7432450 or 16684686. OLE color: 16684686.

HSL color Cylindrical-coordinate representation of color #8E96FE: hue angle of 235.71º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8E96FE is Cyan = 0.44, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB142150254-
CMYK0.440.4100.00
HSL235.71º98.25%77.65%-
HSV(B)235.71º44.09%99.61%-
XYZ39.9534.7298.36-
YUV159.46181.35115.54-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.01%
GREEN value IS 150 (58.98% from 255) = 27.47%
BLUE value IS 254 (99.61% from 255) = 46.52%
R=26.01%
G=27.47%
B=46.52%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1421502540.440.4100.00235.7198.2577.65
Hex8E96FE2C2900ec624e
Octal216226376545100354142116
Binary100011101001011011111110101100101001001110110011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E96FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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