Shades of Deluge #84749F
Tints of Deluge #84749F
RGB
CMYK
RGB Variations
Color information
#84749F (or 0x84749F) is known color: Deluge. HEX triplet: 84, 74 and 9F. RGB value is (132,116,159). Sum of RGB (Red+Green+Blue) = 132+116+159=407 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.43% from 407); Green value is 116 (45.70% from 255 or 28.50% from 407); Blue value is 159 (62.5% from 255 or 39.07% from 407); Max value from RGB is 159 - color contains mainly: blue. Hex color #84749F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84749F is #7B8B60. Grayscale: #7D7D7D. Windows color (decimal): -8096609 or 10450052. OLE color: 10450052.
HSL color Cylindrical-coordinate representation of color #84749F: hue angle of 262.33º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #84749F is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 116 | 159 | - |
| CMYK | 0.17 | 0.27 | 0 | 0.38 |
| HSL | 262.33º | 0.18% | 0.54% | - |
| HSV(B) | 262.33º | 0.27% | 0.62% | - |
| XYZ | 22.02 | 19.9 | 35.48 | - |
| YUV | 125.69 | 146.8 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 116 | 159 | 0.17 | 0.27 | 0 | 0.38 | 262.33 | 0.18 | 0.54 |
| Hex | 84 | 74 | 9F | 11 | 1B | 0 | 26 | 106 | 12 | 36 |
| Octal | 204 | 164 | 237 | 21 | 33 | 0 | 46 | 406 | 22 | 66 |
| Binary | 10000100 | 1110100 | 10011111 | 10001 | 11011 | 0 | 100110 | 100000110 | 10010 | 110110 |
Color Harmonies of #84749F
Complementary color
Monochromatic Colors of #84749F
Black with #84749F
Text Example
Text Example
White with #84749F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84749F; }
p { color: rgb(132,116,159); }
H1.HeaderClassName
{
color: #84749F;
}
.AnyTagClassName
{
color: #84749F;
}
</style>
background-color css
<style>
a { background-color: #84749F; }
a { background-color: rgb(132,116,159); }
div.DivClassName
{
background-color: #84749F;
}
.BgClassName
{
background-color: #84749F;
}
</style>
border-color css
<style>
span { border-color: #84749F; }
span { border-color: rgb(132,116,159); }
td.TdClassName
{
border-color: #84749F;
}
.TagClassName
{
border-color: #84749F;
}
</style>