#847DAE

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

Shades of Deluge #847DAE

Tints of Deluge #847DAE

Color information

#847DAE (or 0x847DAE) is unknown color: approx Deluge. HEX triplet: 84, 7D and AE. RGB value is (132,125,174). Sum of RGB (Red+Green+Blue) = 132+125+174=431 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.63% from 431); Green value is 125 (49.22% from 255 or 29.00% from 431); Blue value is 174 (68.36% from 255 or 40.37% from 431); Max value from RGB is 174 - color contains mainly: blue. Hex color #847DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847DAE is #7B8251. Grayscale: #848484. Windows color (decimal): -8094290 or 11435396. OLE color: 11435396.

HSL color Cylindrical-coordinate representation of color #847DAE: hue angle of 248.57º 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 #847DAE is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB132125174-
CMYK0.240.2800.32
HSL248.57º23.22%58.63%-
HSV(B)248.57º28.16%68.24%-
XYZ24.4922.6343.12-
YUV132.68151.32127.52-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.63%
GREEN value IS 125 (49.22% from 255) = 29.00%
BLUE value IS 174 (68.36% from 255) = 40.37%
R=30.63%
G=29.00%
B=40.37%

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
Decimal1321251740.240.2800.32248.5723.2258.63
Hex847DAE181C020f9173b
Octal20417525630340403712773
Binary10000100111110110101110110001110001000001111100110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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