#847EAE

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

Shades of Deluge #847EAE

Tints of Deluge #847EAE

Color information

#847EAE (or 0x847EAE) is unknown color: approx Deluge. HEX triplet: 84, 7E and AE. RGB value is (132,126,174). Sum of RGB (Red+Green+Blue) = 132+126+174=432 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.56% from 432); Green value is 126 (49.61% from 255 or 29.17% from 432); Blue value is 174 (68.36% from 255 or 40.28% from 432); Max value from RGB is 174 - color contains mainly: blue. Hex color #847EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847EAE is #7B8151. Grayscale: #858585. Windows color (decimal): -8094034 or 11435652. OLE color: 11435652.

HSL color Cylindrical-coordinate representation of color #847EAE: hue angle of 247.5º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #847EAE is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB132126174-
CMYK0.240.2800.32
HSL247.5º22.86%58.82%-
HSV(B)247.5º27.59%68.24%-
XYZ24.6222.8843.16-
YUV133.27150.99127.1-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.56%
GREEN value IS 126 (49.61% from 255) = 29.17%
BLUE value IS 174 (68.36% from 255) = 40.28%
R=30.56%
G=29.17%
B=40.28%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1321261740.240.2800.32247.522.8658.82
Hex847EAE181C020f8173b
Octal20417625630340403702773
Binary10000100111111010101110110001110001000001111100010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847EAE; }

 p { color: rgb(132,126,174); }

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

<style>
 a { background-color: #847EAE; }

 a { background-color: rgb(132,126,174); }

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

<style>
 span { border-color: #847EAE; }

 span { border-color: rgb(132,126,174); }

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