Shades of Deluge #84769D
Tints of Deluge #84769D
RGB
CMYK
RGB Variations
Color information
#84769D (or 0x84769D) is known color: Deluge. HEX triplet: 84, 76 and 9D. RGB value is (132,118,157). Sum of RGB (Red+Green+Blue) = 132+118+157=407 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.43% from 407); Green value is 118 (46.48% from 255 or 28.99% from 407); Blue value is 157 (61.72% from 255 or 38.57% from 407); Max value from RGB is 157 - color contains mainly: blue. Hex color #84769D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84769D is #7B8962. Grayscale: #7E7E7E. Windows color (decimal): -8096099 or 10319492. OLE color: 10319492.
HSL color Cylindrical-coordinate representation of color #84769D: hue angle of 261.54º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #84769D is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 118 | 157 | - |
| CMYK | 0.16 | 0.25 | 0 | 0.38 |
| HSL | 261.54º | 0.17% | 0.54% | - |
| HSV(B) | 261.54º | 0.25% | 0.62% | - |
| XYZ | 22.08 | 20.3 | 34.65 | - |
| YUV | 126.63 | 145.14 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 118 | 157 | 0.16 | 0.25 | 0 | 0.38 | 261.54 | 0.17 | 0.54 |
| Hex | 84 | 76 | 9D | 10 | 19 | 0 | 26 | 106 | 11 | 36 |
| Octal | 204 | 166 | 235 | 20 | 31 | 0 | 46 | 406 | 21 | 66 |
| Binary | 10000100 | 1110110 | 10011101 | 10000 | 11001 | 0 | 100110 | 100000110 | 10001 | 110110 |
Color Harmonies of #84769D
Complementary color
Monochromatic Colors of #84769D
Black with #84769D
Text Example
Text Example
White with #84769D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84769D; }
p { color: rgb(132,118,157); }
H1.HeaderClassName
{
color: #84769D;
}
.AnyTagClassName
{
color: #84769D;
}
</style>
background-color css
<style>
a { background-color: #84769D; }
a { background-color: rgb(132,118,157); }
div.DivClassName
{
background-color: #84769D;
}
.BgClassName
{
background-color: #84769D;
}
</style>
border-color css
<style>
span { border-color: #84769D; }
span { border-color: rgb(132,118,157); }
td.TdClassName
{
border-color: #84769D;
}
.TagClassName
{
border-color: #84769D;
}
</style>