Shades of Deluge #847D9E
Tints of Deluge #847D9E
RGB
CMYK
RGB Variations
Color information
#847D9E (or 0x847D9E) is known color: Deluge. HEX triplet: 84, 7D and 9E. RGB value is (132,125,158). Sum of RGB (Red+Green+Blue) = 132+125+158=415 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.81% from 415); Green value is 125 (49.22% from 255 or 30.12% from 415); Blue value is 158 (62.11% from 255 or 38.07% from 415); Max value from RGB is 158 - color contains mainly: blue. Hex color #847D9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847D9E is #7B8261. Grayscale: #828282. Windows color (decimal): -8094306 or 10386820. OLE color: 10386820.
HSL color Cylindrical-coordinate representation of color #847D9E: hue angle of 252.73º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #847D9E is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 125 | 158 | - |
| CMYK | 0.16 | 0.21 | 0 | 0.38 |
| HSL | 252.73º | 0.15% | 0.55% | - |
| HSV(B) | 252.73º | 0.21% | 0.62% | - |
| XYZ | 23.02 | 22.04 | 35.39 | - |
| YUV | 130.86 | 143.32 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 125 | 158 | 0.16 | 0.21 | 0 | 0.38 | 252.73 | 0.15 | 0.55 |
| Hex | 84 | 7D | 9E | 10 | 15 | 0 | 26 | FD | F | 37 |
| Octal | 204 | 175 | 236 | 20 | 25 | 0 | 46 | 375 | 17 | 67 |
| Binary | 10000100 | 1111101 | 10011110 | 10000 | 10101 | 0 | 100110 | 11111101 | 1111 | 110111 |
Color Harmonies of #847D9E
Complementary color
Monochromatic Colors of #847D9E
Black with #847D9E
Text Example
Text Example
White with #847D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847D9E; }
p { color: rgb(132,125,158); }
H1.HeaderClassName
{
color: #847D9E;
}
.AnyTagClassName
{
color: #847D9E;
}
</style>
background-color css
<style>
a { background-color: #847D9E; }
a { background-color: rgb(132,125,158); }
div.DivClassName
{
background-color: #847D9E;
}
.BgClassName
{
background-color: #847D9E;
}
</style>
border-color css
<style>
span { border-color: #847D9E; }
span { border-color: rgb(132,125,158); }
td.TdClassName
{
border-color: #847D9E;
}
.TagClassName
{
border-color: #847D9E;
}
</style>