Shades of Deluge #84789B
Tints of Deluge #84789B
RGB
CMYK
RGB Variations
Color information
#84789B (or 0x84789B) is known color: Deluge. HEX triplet: 84, 78 and 9B. RGB value is (132,120,155). Sum of RGB (Red+Green+Blue) = 132+120+155=407 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.43% from 407); Green value is 120 (47.27% from 255 or 29.48% from 407); Blue value is 155 (60.94% from 255 or 38.08% from 407); Max value from RGB is 155 - color contains mainly: blue. Hex color #84789B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84789B is #7B8764. Grayscale: #7F7F7F. Windows color (decimal): -8095589 or 10188932. OLE color: 10188932.
HSL color Cylindrical-coordinate representation of color #84789B: hue angle of 260.57º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #84789B is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 132 | 120 | 155 | - |
| CMYK | 0.15 | 0.23 | 0 | 0.39 |
| HSL | 260.57º | 0.15% | 0.54% | - |
| HSV(B) | 260.57º | 0.23% | 0.61% | - |
| XYZ | 22.15 | 20.71 | 33.84 | - |
| YUV | 127.58 | 143.48 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 120 | 155 | 0.15 | 0.23 | 0 | 0.39 | 260.57 | 0.15 | 0.54 |
| Hex | 84 | 78 | 9B | F | 17 | 0 | 27 | 105 | F | 36 |
| Octal | 204 | 170 | 233 | 17 | 27 | 0 | 47 | 405 | 17 | 66 |
| Binary | 10000100 | 1111000 | 10011011 | 1111 | 10111 | 0 | 100111 | 100000101 | 1111 | 110110 |
Color Harmonies of #84789B
Complementary color
Monochromatic Colors of #84789B
Black with #84789B
Text Example
Text Example
White with #84789B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84789B; }
p { color: rgb(132,120,155); }
H1.HeaderClassName
{
color: #84789B;
}
.AnyTagClassName
{
color: #84789B;
}
</style>
background-color css
<style>
a { background-color: #84789B; }
a { background-color: rgb(132,120,155); }
div.DivClassName
{
background-color: #84789B;
}
.BgClassName
{
background-color: #84789B;
}
</style>
border-color css
<style>
span { border-color: #84789B; }
span { border-color: rgb(132,120,155); }
td.TdClassName
{
border-color: #84789B;
}
.TagClassName
{
border-color: #84789B;
}
</style>