Shades of Deluge #84749D
Tints of Deluge #84749D
RGB
CMYK
RGB Variations
Color information
#84749D (or 0x84749D) is known color: Deluge. HEX triplet: 84, 74 and 9D. RGB value is (132,116,157). Sum of RGB (Red+Green+Blue) = 132+116+157=405 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.59% from 405); Green value is 116 (45.70% from 255 or 28.64% from 405); Blue value is 157 (61.72% from 255 or 38.77% from 405); Max value from RGB is 157 - color contains mainly: blue. Hex color #84749D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84749D is #7B8B62. Grayscale: #7D7D7D. Windows color (decimal): -8096611 or 10318980. OLE color: 10318980.
HSL color Cylindrical-coordinate representation of color #84749D: hue angle of 263.41º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #84749D is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 116 | 157 | - |
| CMYK | 0.16 | 0.26 | 0 | 0.38 |
| HSL | 263.41º | 0.17% | 0.54% | - |
| HSV(B) | 263.41º | 0.26% | 0.62% | - |
| XYZ | 21.85 | 19.83 | 34.57 | - |
| YUV | 125.46 | 145.8 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 116 | 157 | 0.16 | 0.26 | 0 | 0.38 | 263.41 | 0.17 | 0.54 |
| Hex | 84 | 74 | 9D | 10 | 1A | 0 | 26 | 107 | 11 | 36 |
| Octal | 204 | 164 | 235 | 20 | 32 | 0 | 46 | 407 | 21 | 66 |
| Binary | 10000100 | 1110100 | 10011101 | 10000 | 11010 | 0 | 100110 | 100000111 | 10001 | 110110 |
Color Harmonies of #84749D
Complementary color
Monochromatic Colors of #84749D
Black with #84749D
Text Example
Text Example
White with #84749D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84749D; }
p { color: rgb(132,116,157); }
H1.HeaderClassName
{
color: #84749D;
}
.AnyTagClassName
{
color: #84749D;
}
</style>
background-color css
<style>
a { background-color: #84749D; }
a { background-color: rgb(132,116,157); }
div.DivClassName
{
background-color: #84749D;
}
.BgClassName
{
background-color: #84749D;
}
</style>
border-color css
<style>
span { border-color: #84749D; }
span { border-color: rgb(132,116,157); }
td.TdClassName
{
border-color: #84749D;
}
.TagClassName
{
border-color: #84749D;
}
</style>