#8E7EAA

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

Shades of Deluge #8E7EAA

Tints of Deluge #8E7EAA

Color information

#8E7EAA (or 0x8E7EAA) is unknown color: approx Deluge. HEX triplet: 8E, 7E and AA. RGB value is (142,126,170). Sum of RGB (Red+Green+Blue) = 142+126+170=438 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.42% from 438); Green value is 126 (49.61% from 255 or 28.77% from 438); Blue value is 170 (66.80% from 255 or 38.81% from 438); Max value from RGB is 170 - color contains mainly: blue. Hex color #8E7EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E7EAA is #718155. Grayscale: #878787. Windows color (decimal): -7438678 or 11173518. OLE color: 11173518.

HSL color Cylindrical-coordinate representation of color #8E7EAA: hue angle of 261.82º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8E7EAA is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB142126170-
CMYK0.160.2600.33
HSL261.82º20.56%58.04%-
HSV(B)261.82º25.88%66.67%-
XYZ25.8723.5741.22-
YUV135.8147.3132.42-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.42%
GREEN value IS 126 (49.61% from 255) = 28.77%
BLUE value IS 170 (66.80% from 255) = 38.81%
R=32.42%
G=28.77%
B=38.81%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1421261700.160.2600.33261.8220.5658.04
Hex8E7EAA101A021106153a
Octal21617625220320414062572
Binary100011101111110101010101000011010010000110000011010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,126,170); }

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

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

 a { background-color: rgb(142,126,170); }

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

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

 span { border-color: rgb(142,126,170); }

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