Shades of Deluge #84709D
Tints of Deluge #84709D
RGB
CMYK
RGB Variations
Color information
#84709D (or 0x84709D) is known color: Deluge. HEX triplet: 84, 70 and 9D. RGB value is (132,112,157). Sum of RGB (Red+Green+Blue) = 132+112+157=401 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.92% from 401); Green value is 112 (44.14% from 255 or 27.93% from 401); Blue value is 157 (61.72% from 255 or 39.15% from 401); Max value from RGB is 157 - color contains mainly: blue. Hex color #84709D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84709D is #7B8F62. Grayscale: #7A7A7A. Windows color (decimal): -8097635 or 10317956. OLE color: 10317956.
HSL color Cylindrical-coordinate representation of color #84709D: hue angle of 266.67º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #84709D is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 112 | 157 | - |
| CMYK | 0.16 | 0.29 | 0 | 0.38 |
| HSL | 266.67º | 0.19% | 0.53% | - |
| HSV(B) | 266.67º | 0.29% | 0.62% | - |
| XYZ | 21.4 | 18.93 | 34.42 | - |
| YUV | 123.11 | 147.13 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 112 | 157 | 0.16 | 0.29 | 0 | 0.38 | 266.67 | 0.19 | 0.53 |
| Hex | 84 | 70 | 9D | 10 | 1D | 0 | 26 | 10B | 13 | 35 |
| Octal | 204 | 160 | 235 | 20 | 35 | 0 | 46 | 413 | 23 | 65 |
| Binary | 10000100 | 1110000 | 10011101 | 10000 | 11101 | 0 | 100110 | 100001011 | 10011 | 110101 |
Color Harmonies of #84709D
Complementary color
Monochromatic Colors of #84709D
Black with #84709D
Text Example
Text Example
White with #84709D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84709D; }
p { color: rgb(132,112,157); }
H1.HeaderClassName
{
color: #84709D;
}
.AnyTagClassName
{
color: #84709D;
}
</style>
background-color css
<style>
a { background-color: #84709D; }
a { background-color: rgb(132,112,157); }
div.DivClassName
{
background-color: #84709D;
}
.BgClassName
{
background-color: #84709D;
}
</style>
border-color css
<style>
span { border-color: #84709D; }
span { border-color: rgb(132,112,157); }
td.TdClassName
{
border-color: #84709D;
}
.TagClassName
{
border-color: #84709D;
}
</style>