#8E80A2

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

Shades of Deluge #8E80A2

Tints of Deluge #8E80A2

Color information

#8E80A2 (or 0x8E80A2) is unknown color: approx Deluge. HEX triplet: 8E, 80 and A2. RGB value is (142,128,162). Sum of RGB (Red+Green+Blue) = 142+128+162=432 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.87% from 432); Green value is 128 (50.39% from 255 or 29.63% from 432); Blue value is 162 (63.67% from 255 or 37.5% from 432); Max value from RGB is 162 - color contains mainly: blue. Hex color #8E80A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E80A2 is #717F5D. Grayscale: #878787. Windows color (decimal): -7438174 or 10649742. OLE color: 10649742.

HSL color Cylindrical-coordinate representation of color #8E80A2: hue angle of 264.71º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8E80A2 is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB142128162-
CMYK0.120.2100.36
HSL264.71º15.45%56.86%-
HSV(B)264.71º20.99%63.53%-
XYZ25.423.837.44-
YUV136.06142.64132.24-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.87%
GREEN value IS 128 (50.39% from 255) = 29.63%
BLUE value IS 162 (63.67% from 255) = 37.5%
R=32.87%
G=29.63%
B=37.5%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1421281620.120.2100.36264.7115.4556.86
Hex8E80A2C15024109f39
Octal21620024214250444111771
Binary10001110100000001010001011001010101001001000010011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E80A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,128,162); }

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

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

 a { background-color: rgb(142,128,162); }

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

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

 span { border-color: rgb(142,128,162); }

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