Shades of Deluge #84799C
Tints of Deluge #84799C
RGB
CMYK
RGB Variations
Color information
#84799C (or 0x84799C) is known color: Deluge. HEX triplet: 84, 79 and 9C. RGB value is (132,121,156). Sum of RGB (Red+Green+Blue) = 132+121+156=409 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.27% from 409); Green value is 121 (47.66% from 255 or 29.58% from 409); Blue value is 156 (61.33% from 255 or 38.14% from 409); Max value from RGB is 156 - color contains mainly: blue. Hex color #84799C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84799C is #7B8663. Grayscale: #808080. Windows color (decimal): -8095332 or 10254724. OLE color: 10254724.
HSL color Cylindrical-coordinate representation of color #84799C: hue angle of 258.86º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #84799C is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 132 | 121 | 156 | - |
| CMYK | 0.15 | 0.22 | 0 | 0.39 |
| HSL | 258.86º | 0.15% | 0.54% | - |
| HSV(B) | 258.86º | 0.22% | 0.61% | - |
| XYZ | 22.35 | 20.98 | 34.32 | - |
| YUV | 128.28 | 143.64 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 121 | 156 | 0.15 | 0.22 | 0 | 0.39 | 258.86 | 0.15 | 0.54 |
| Hex | 84 | 79 | 9C | F | 16 | 0 | 27 | 103 | F | 36 |
| Octal | 204 | 171 | 234 | 17 | 26 | 0 | 47 | 403 | 17 | 66 |
| Binary | 10000100 | 1111001 | 10011100 | 1111 | 10110 | 0 | 100111 | 100000011 | 1111 | 110110 |
Color Harmonies of #84799C
Complementary color
Monochromatic Colors of #84799C
Black with #84799C
Text Example
Text Example
White with #84799C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84799C; }
p { color: rgb(132,121,156); }
H1.HeaderClassName
{
color: #84799C;
}
.AnyTagClassName
{
color: #84799C;
}
</style>
background-color css
<style>
a { background-color: #84799C; }
a { background-color: rgb(132,121,156); }
div.DivClassName
{
background-color: #84799C;
}
.BgClassName
{
background-color: #84799C;
}
</style>
border-color css
<style>
span { border-color: #84799C; }
span { border-color: rgb(132,121,156); }
td.TdClassName
{
border-color: #84799C;
}
.TagClassName
{
border-color: #84799C;
}
</style>