Shades of Deluge #84769C
Tints of Deluge #84769C
RGB
CMYK
RGB Variations
Color information
#84769C (or 0x84769C) is known color: Deluge. HEX triplet: 84, 76 and 9C. RGB value is (132,118,156). Sum of RGB (Red+Green+Blue) = 132+118+156=406 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.51% from 406); Green value is 118 (46.48% from 255 or 29.06% from 406); Blue value is 156 (61.33% from 255 or 38.42% from 406); Max value from RGB is 156 - color contains mainly: blue. Hex color #84769C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84769C is #7B8963. Grayscale: #7E7E7E. Windows color (decimal): -8096100 or 10253956. OLE color: 10253956.
HSL color Cylindrical-coordinate representation of color #84769C: hue angle of 262.11º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #84769C is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 132 | 118 | 156 | - |
| CMYK | 0.15 | 0.24 | 0 | 0.39 |
| HSL | 262.11º | 0.16% | 0.54% | - |
| HSV(B) | 262.11º | 0.24% | 0.61% | - |
| XYZ | 21.99 | 20.26 | 34.2 | - |
| YUV | 126.52 | 144.64 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 118 | 156 | 0.15 | 0.24 | 0 | 0.39 | 262.11 | 0.16 | 0.54 |
| Hex | 84 | 76 | 9C | F | 18 | 0 | 27 | 106 | 10 | 36 |
| Octal | 204 | 166 | 234 | 17 | 30 | 0 | 47 | 406 | 20 | 66 |
| Binary | 10000100 | 1110110 | 10011100 | 1111 | 11000 | 0 | 100111 | 100000110 | 10000 | 110110 |
Color Harmonies of #84769C
Complementary color
Monochromatic Colors of #84769C
Black with #84769C
Text Example
Text Example
White with #84769C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84769C; }
p { color: rgb(132,118,156); }
H1.HeaderClassName
{
color: #84769C;
}
.AnyTagClassName
{
color: #84769C;
}
</style>
background-color css
<style>
a { background-color: #84769C; }
a { background-color: rgb(132,118,156); }
div.DivClassName
{
background-color: #84769C;
}
.BgClassName
{
background-color: #84769C;
}
</style>
border-color css
<style>
span { border-color: #84769C; }
span { border-color: rgb(132,118,156); }
td.TdClassName
{
border-color: #84769C;
}
.TagClassName
{
border-color: #84769C;
}
</style>