#8E9CF5

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

Shades of Portage #8E9CF5

Tints of Portage #8E9CF5

Color information

#8E9CF5 (or 0x8E9CF5) is unknown color: approx Portage. HEX triplet: 8E, 9C and F5. RGB value is (142,156,245). Sum of RGB (Red+Green+Blue) = 142+156+245=543 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.15% from 543); Green value is 156 (61.33% from 255 or 28.73% from 543); Blue value is 245 (96.09% from 255 or 45.12% from 543); Max value from RGB is 245 - color contains mainly: blue. Hex color #8E9CF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E9CF5 is #71630A. Grayscale: #A1A1A1. Windows color (decimal): -7430923 or 16096398. OLE color: 16096398.

HSL color Cylindrical-coordinate representation of color #8E9CF5: hue angle of 231.84º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8E9CF5 is Cyan = 0.42, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB142156245-
CMYK0.420.3600.04
HSL231.84º83.74%75.88%-
HSV(B)231.84º42.04%96.08%-
XYZ39.5336.1291.27-
YUV161.96174.86113.76-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.15%
GREEN value IS 156 (61.33% from 255) = 28.73%
BLUE value IS 245 (96.09% from 255) = 45.12%
R=26.15%
G=28.73%
B=45.12%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1421562450.420.3600.04231.8483.7475.88
Hex8E9CF52A2404e8544c
Octal216234365524404350124114
Binary10001110100111001111010110101010010001001110100010101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9CF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,156,245); }

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

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

 a { background-color: rgb(142,156,245); }

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

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

 span { border-color: rgb(142,156,245); }

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