Shades of Deluge #84769B
Tints of Deluge #84769B
RGB
CMYK
RGB Variations
Color information
#84769B (or 0x84769B) is known color: Deluge. HEX triplet: 84, 76 and 9B. RGB value is (132,118,155). Sum of RGB (Red+Green+Blue) = 132+118+155=405 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.59% from 405); Green value is 118 (46.48% from 255 or 29.14% from 405); Blue value is 155 (60.94% from 255 or 38.27% from 405); Max value from RGB is 155 - color contains mainly: blue. Hex color #84769B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84769B is #7B8964. Grayscale: #7E7E7E. Windows color (decimal): -8096101 or 10188420. OLE color: 10188420.
HSL color Cylindrical-coordinate representation of color #84769B: hue angle of 262.7º 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 #84769B is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 132 | 118 | 155 | - |
| CMYK | 0.15 | 0.24 | 0 | 0.39 |
| HSL | 262.7º | 0.16% | 0.54% | - |
| HSV(B) | 262.7º | 0.24% | 0.61% | - |
| XYZ | 21.91 | 20.23 | 33.76 | - |
| YUV | 126.4 | 144.14 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 118 | 155 | 0.15 | 0.24 | 0 | 0.39 | 262.7 | 0.16 | 0.54 |
| Hex | 84 | 76 | 9B | F | 18 | 0 | 27 | 107 | 10 | 36 |
| Octal | 204 | 166 | 233 | 17 | 30 | 0 | 47 | 407 | 20 | 66 |
| Binary | 10000100 | 1110110 | 10011011 | 1111 | 11000 | 0 | 100111 | 100000111 | 10000 | 110110 |
Color Harmonies of #84769B
Complementary color
Monochromatic Colors of #84769B
Black with #84769B
Text Example
Text Example
White with #84769B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84769B; }
p { color: rgb(132,118,155); }
H1.HeaderClassName
{
color: #84769B;
}
.AnyTagClassName
{
color: #84769B;
}
</style>
background-color css
<style>
a { background-color: #84769B; }
a { background-color: rgb(132,118,155); }
div.DivClassName
{
background-color: #84769B;
}
.BgClassName
{
background-color: #84769B;
}
</style>
border-color css
<style>
span { border-color: #84769B; }
span { border-color: rgb(132,118,155); }
td.TdClassName
{
border-color: #84769B;
}
.TagClassName
{
border-color: #84769B;
}
</style>