#847D95

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

Shades of Deluge #847D95

Tints of Deluge #847D95

Color information

#847D95 (or 0x847D95) is unknown color: approx Deluge. HEX triplet: 84, 7D and 95. RGB value is (132,125,149). Sum of RGB (Red+Green+Blue) = 132+125+149=406 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.51% from 406); Green value is 125 (49.22% from 255 or 30.79% from 406); Blue value is 149 (58.59% from 255 or 36.70% from 406); Max value from RGB is 149 - color contains mainly: blue. Hex color #847D95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847D95 is #7B826A. Grayscale: #818181. Windows color (decimal): -8094315 or 9796996. OLE color: 9796996.

HSL color Cylindrical-coordinate representation of color #847D95: hue angle of 257.5º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #847D95 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB132125149-
CMYK0.110.1600.42
HSL257.5º10.17%53.73%-
HSV(B)257.5º16.11%58.43%-
XYZ22.2721.7431.46-
YUV129.83138.82129.55-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.51%
GREEN value IS 125 (49.22% from 255) = 30.79%
BLUE value IS 149 (58.59% from 255) = 36.70%
R=32.51%
G=30.79%
B=36.70%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1321251490.110.1600.42257.510.1753.73
Hex847D95B1002A102a36
Octal20417522513200524021266
Binary1000010011111011001010110111000001010101000000101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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