#8E9FF2

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

Shades of Portage #8E9FF2

Tints of Portage #8E9FF2

Color information

#8E9FF2 (or 0x8E9FF2) is unknown color: approx Portage. HEX triplet: 8E, 9F and F2. RGB value is (142,159,242). Sum of RGB (Red+Green+Blue) = 142+159+242=543 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.15% from 543); Green value is 159 (62.5% from 255 or 29.28% from 543); Blue value is 242 (94.92% from 255 or 44.57% from 543); Max value from RGB is 242 - color contains mainly: blue. Hex color #8E9FF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E9FF2 is #71600D. Grayscale: #A3A3A3. Windows color (decimal): -7430158 or 15900558. OLE color: 15900558.

HSL color Cylindrical-coordinate representation of color #8E9FF2: hue angle of 229.8º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8E9FF2 is Cyan = 0.41, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB142159242-
CMYK0.410.3400.05
HSL229.8º79.37%75.29%-
HSV(B)229.8º41.32%94.9%-
XYZ39.5836.9689.05-
YUV163.38172.37112.75-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.15%
GREEN value IS 159 (62.5% from 255) = 29.28%
BLUE value IS 242 (94.92% from 255) = 44.57%
R=26.15%
G=29.28%
B=44.57%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1421592420.410.3400.05229.879.3775.29
Hex8E9FF2292205e64f4b
Octal216237362514205346117113
Binary10001110100111111111001010100110001001011110011010011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9FF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,159,242); }

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

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

 a { background-color: rgb(142,159,242); }

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

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

 span { border-color: rgb(142,159,242); }

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