Shades of Deluge #84799E
Tints of Deluge #84799E
RGB
CMYK
RGB Variations
Color information
#84799E (or 0x84799E) is known color: Deluge. HEX triplet: 84, 79 and 9E. RGB value is (132,121,158). Sum of RGB (Red+Green+Blue) = 132+121+158=411 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.12% from 411); Green value is 121 (47.66% from 255 or 29.44% from 411); Blue value is 158 (62.11% from 255 or 38.44% from 411); Max value from RGB is 158 - color contains mainly: blue. Hex color #84799E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84799E is #7B8661. Grayscale: #808080. Windows color (decimal): -8095330 or 10385796. OLE color: 10385796.
HSL color Cylindrical-coordinate representation of color #84799E: hue angle of 257.84º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #84799E is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 121 | 158 | - |
| CMYK | 0.16 | 0.23 | 0 | 0.38 |
| HSL | 257.84º | 0.16% | 0.55% | - |
| HSV(B) | 257.84º | 0.23% | 0.62% | - |
| XYZ | 22.52 | 21.05 | 35.22 | - |
| YUV | 128.51 | 144.64 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 121 | 158 | 0.16 | 0.23 | 0 | 0.38 | 257.84 | 0.16 | 0.55 |
| Hex | 84 | 79 | 9E | 10 | 17 | 0 | 26 | 102 | 10 | 37 |
| Octal | 204 | 171 | 236 | 20 | 27 | 0 | 46 | 402 | 20 | 67 |
| Binary | 10000100 | 1111001 | 10011110 | 10000 | 10111 | 0 | 100110 | 100000010 | 10000 | 110111 |
Color Harmonies of #84799E
Complementary color
Monochromatic Colors of #84799E
Black with #84799E
Text Example
Text Example
White with #84799E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84799E; }
p { color: rgb(132,121,158); }
H1.HeaderClassName
{
color: #84799E;
}
.AnyTagClassName
{
color: #84799E;
}
</style>
background-color css
<style>
a { background-color: #84799E; }
a { background-color: rgb(132,121,158); }
div.DivClassName
{
background-color: #84799E;
}
.BgClassName
{
background-color: #84799E;
}
</style>
border-color css
<style>
span { border-color: #84799E; }
span { border-color: rgb(132,121,158); }
td.TdClassName
{
border-color: #84799E;
}
.TagClassName
{
border-color: #84799E;
}
</style>