Shades of Deluge #84709C
Tints of Deluge #84709C
RGB
CMYK
RGB Variations
Color information
#84709C (or 0x84709C) is known color: Deluge. HEX triplet: 84, 70 and 9C. RGB value is (132,112,156). Sum of RGB (Red+Green+Blue) = 132+112+156=400 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33% from 400); Green value is 112 (44.14% from 255 or 28% from 400); Blue value is 156 (61.33% from 255 or 39% from 400); Max value from RGB is 156 - color contains mainly: blue. Hex color #84709C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84709C is #7B8F63. Grayscale: #7A7A7A. Windows color (decimal): -8097636 or 10252420. OLE color: 10252420.
HSL color Cylindrical-coordinate representation of color #84709C: hue angle of 267.27º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #84709C is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 132 | 112 | 156 | - |
| CMYK | 0.15 | 0.28 | 0 | 0.39 |
| HSL | 267.27º | 0.18% | 0.53% | - |
| HSV(B) | 267.27º | 0.28% | 0.61% | - |
| XYZ | 21.31 | 18.89 | 33.98 | - |
| YUV | 123 | 146.63 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 112 | 156 | 0.15 | 0.28 | 0 | 0.39 | 267.27 | 0.18 | 0.53 |
| Hex | 84 | 70 | 9C | F | 1C | 0 | 27 | 10B | 12 | 35 |
| Octal | 204 | 160 | 234 | 17 | 34 | 0 | 47 | 413 | 22 | 65 |
| Binary | 10000100 | 1110000 | 10011100 | 1111 | 11100 | 0 | 100111 | 100001011 | 10010 | 110101 |
Color Harmonies of #84709C
Complementary color
Monochromatic Colors of #84709C
Black with #84709C
Text Example
Text Example
White with #84709C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84709C; }
p { color: rgb(132,112,156); }
H1.HeaderClassName
{
color: #84709C;
}
.AnyTagClassName
{
color: #84709C;
}
</style>
background-color css
<style>
a { background-color: #84709C; }
a { background-color: rgb(132,112,156); }
div.DivClassName
{
background-color: #84709C;
}
.BgClassName
{
background-color: #84709C;
}
</style>
border-color css
<style>
span { border-color: #84709C; }
span { border-color: rgb(132,112,156); }
td.TdClassName
{
border-color: #84709C;
}
.TagClassName
{
border-color: #84709C;
}
</style>