#847599

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

Shades of Deluge #847599

Tints of Deluge #847599

Color information

#847599 (or 0x847599) is unknown color: approx Deluge. HEX triplet: 84, 75 and 99. RGB value is (132,117,153). Sum of RGB (Red+Green+Blue) = 132+117+153=402 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.84% from 402); Green value is 117 (46.09% from 255 or 29.10% from 402); Blue value is 153 (60.16% from 255 or 38.06% from 402); Max value from RGB is 153 - color contains mainly: blue. Hex color #847599 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847599 is #7B8A66. Grayscale: #7D7D7D. Windows color (decimal): -8096359 or 10057092. OLE color: 10057092.

HSL color Cylindrical-coordinate representation of color #847599: hue angle of 265º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #847599 is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB132117153-
CMYK0.140.2400.4
HSL265º15%52.94%-
HSV(B)265º23.53%60%-
XYZ21.6319.9332.84-
YUV125.59143.47132.57-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.84%
GREEN value IS 117 (46.09% from 255) = 29.10%
BLUE value IS 153 (60.16% from 255) = 38.06%
R=32.84%
G=29.10%
B=38.06%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1321171530.140.2400.42651552.94
Hex847599E18028109f35
Octal20416523116300504111765
Binary1000010011101011001100111101100001010001000010011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847599; }

 p { color: rgb(132,117,153); }

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

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

 a { background-color: rgb(132,117,153); }

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

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

 span { border-color: rgb(132,117,153); }

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