#8E81A4

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

Shades of Deluge #8E81A4

Tints of Deluge #8E81A4

Color information

#8E81A4 (or 0x8E81A4) is unknown color: approx Deluge. HEX triplet: 8E, 81 and A4. RGB value is (142,129,164). Sum of RGB (Red+Green+Blue) = 142+129+164=435 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.64% from 435); Green value is 129 (50.78% from 255 or 29.66% from 435); Blue value is 164 (64.45% from 255 or 37.70% from 435); Max value from RGB is 164 - color contains mainly: blue. Hex color #8E81A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E81A4 is #717E5B. Grayscale: #888888. Windows color (decimal): -7437916 or 10781070. OLE color: 10781070.

HSL color Cylindrical-coordinate representation of color #8E81A4: hue angle of 262.29º degrees, saturation: 0.16, 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 #8E81A4 is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB142129164-
CMYK0.130.2100.36
HSL262.29º16.13%57.45%-
HSV(B)262.29º21.34%64.31%-
XYZ25.7124.1338.42-
YUV136.88143.31131.65-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.64%
GREEN value IS 129 (50.78% from 255) = 29.66%
BLUE value IS 164 (64.45% from 255) = 37.70%
R=32.64%
G=29.66%
B=37.70%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1421291640.130.2100.36262.2916.1357.45
Hex8E81A4D150241061039
Octal21620124415250444062071
Binary100011101000000110100100110110101010010010000011010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E81A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,129,164); }

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

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

 a { background-color: rgb(142,129,164); }

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

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

 span { border-color: rgb(142,129,164); }

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