Shades of Deluge #847E99
Tints of Deluge #847E99
RGB
CMYK
RGB Variations
Color information
#847E99 (or 0x847E99) is known color: Deluge. HEX triplet: 84, 7E and 99. RGB value is (132,126,153). Sum of RGB (Red+Green+Blue) = 132+126+153=411 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.12% from 411); Green value is 126 (49.61% from 255 or 30.66% from 411); Blue value is 153 (60.16% from 255 or 37.23% from 411); Max value from RGB is 153 - color contains mainly: blue. Hex color #847E99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847E99 is #7B8166. Grayscale: #828282. Windows color (decimal): -8094055 or 10059396. OLE color: 10059396.
HSL color Cylindrical-coordinate representation of color #847E99: hue angle of 253.33º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #847E99 is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 132 | 126 | 153 | - |
| CMYK | 0.14 | 0.18 | 0 | 0.4 |
| HSL | 253.33º | 0.12% | 0.55% | - |
| HSV(B) | 253.33º | 0.18% | 0.6% | - |
| XYZ | 22.73 | 22.13 | 33.21 | - |
| YUV | 130.87 | 140.49 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 126 | 153 | 0.14 | 0.18 | 0 | 0.4 | 253.33 | 0.12 | 0.55 |
| Hex | 84 | 7E | 99 | E | 12 | 0 | 28 | FD | C | 37 |
| Octal | 204 | 176 | 231 | 16 | 22 | 0 | 50 | 375 | 14 | 67 |
| Binary | 10000100 | 1111110 | 10011001 | 1110 | 10010 | 0 | 101000 | 11111101 | 1100 | 110111 |
Color Harmonies of #847E99
Complementary color
Monochromatic Colors of #847E99
Black with #847E99
Text Example
Text Example
White with #847E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847E99; }
p { color: rgb(132,126,153); }
H1.HeaderClassName
{
color: #847E99;
}
.AnyTagClassName
{
color: #847E99;
}
</style>
background-color css
<style>
a { background-color: #847E99; }
a { background-color: rgb(132,126,153); }
div.DivClassName
{
background-color: #847E99;
}
.BgClassName
{
background-color: #847E99;
}
</style>
border-color css
<style>
span { border-color: #847E99; }
span { border-color: rgb(132,126,153); }
td.TdClassName
{
border-color: #847E99;
}
.TagClassName
{
border-color: #847E99;
}
</style>