Shades of Deluge #84799B
Tints of Deluge #84799B
RGB
CMYK
RGB Variations
Color information
#84799B (or 0x84799B) is known color: Deluge. HEX triplet: 84, 79 and 9B. RGB value is (132,121,155). Sum of RGB (Red+Green+Blue) = 132+121+155=408 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.35% from 408); Green value is 121 (47.66% from 255 or 29.66% from 408); Blue value is 155 (60.94% from 255 or 37.99% from 408); Max value from RGB is 155 - color contains mainly: blue. Hex color #84799B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84799B is #7B8664. Grayscale: #808080. Windows color (decimal): -8095333 or 10189188. OLE color: 10189188.
HSL color Cylindrical-coordinate representation of color #84799B: hue angle of 259.41º 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 #84799B is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 132 | 121 | 155 | - |
| CMYK | 0.15 | 0.22 | 0 | 0.39 |
| HSL | 259.41º | 0.15% | 0.54% | - |
| HSV(B) | 259.41º | 0.22% | 0.61% | - |
| XYZ | 22.27 | 20.95 | 33.88 | - |
| YUV | 128.17 | 143.14 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 121 | 155 | 0.15 | 0.22 | 0 | 0.39 | 259.41 | 0.15 | 0.54 |
| Hex | 84 | 79 | 9B | F | 16 | 0 | 27 | 103 | F | 36 |
| Octal | 204 | 171 | 233 | 17 | 26 | 0 | 47 | 403 | 17 | 66 |
| Binary | 10000100 | 1111001 | 10011011 | 1111 | 10110 | 0 | 100111 | 100000011 | 1111 | 110110 |
Color Harmonies of #84799B
Complementary color
Monochromatic Colors of #84799B
Black with #84799B
Text Example
Text Example
White with #84799B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84799B; }
p { color: rgb(132,121,155); }
H1.HeaderClassName
{
color: #84799B;
}
.AnyTagClassName
{
color: #84799B;
}
</style>
background-color css
<style>
a { background-color: #84799B; }
a { background-color: rgb(132,121,155); }
div.DivClassName
{
background-color: #84799B;
}
.BgClassName
{
background-color: #84799B;
}
</style>
border-color css
<style>
span { border-color: #84799B; }
span { border-color: rgb(132,121,155); }
td.TdClassName
{
border-color: #84799B;
}
.TagClassName
{
border-color: #84799B;
}
</style>