#847C96

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

Shades of Deluge #847C96

Tints of Deluge #847C96

Color information

#847C96 (or 0x847C96) is unknown color: approx Deluge. HEX triplet: 84, 7C and 96. RGB value is (132,124,150). Sum of RGB (Red+Green+Blue) = 132+124+150=406 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.51% from 406); Green value is 124 (48.83% from 255 or 30.54% from 406); Blue value is 150 (58.98% from 255 or 36.95% from 406); Max value from RGB is 150 - color contains mainly: blue. Hex color #847C96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847C96 is #7B8369. Grayscale: #818181. Windows color (decimal): -8094570 or 9862276. OLE color: 9862276.

HSL color Cylindrical-coordinate representation of color #847C96: hue angle of 258.46º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #847C96 is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB132124150-
CMYK0.120.1700.41
HSL258.46º11.02%53.73%-
HSV(B)258.46º17.33%58.82%-
XYZ22.2321.5231.84-
YUV129.36139.65129.89-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.51%
GREEN value IS 124 (48.83% from 255) = 30.54%
BLUE value IS 150 (58.98% from 255) = 36.95%
R=32.51%
G=30.54%
B=36.95%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1321241500.120.1700.41258.4611.0253.73
Hex847C96C11029102b36
Octal20417422614210514021366
Binary1000010011111001001011011001000101010011000000101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,124,150); }

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

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

 a { background-color: rgb(132,124,150); }

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

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

 span { border-color: rgb(132,124,150); }

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