Shades of Deluge #85789A
Tints of Deluge #85789A
RGB
CMYK
RGB Variations
Color information
#85789A (or 0x85789A) is known color: Deluge. HEX triplet: 85, 78 and 9A. RGB value is (133,120,154). Sum of RGB (Red+Green+Blue) = 133+120+154=407 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.68% from 407); Green value is 120 (47.27% from 255 or 29.48% from 407); Blue value is 154 (60.55% from 255 or 37.84% from 407); Max value from RGB is 154 - color contains mainly: blue. Hex color #85789A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85789A is #7A8765. Grayscale: #7F7F7F. Windows color (decimal): -8030054 or 10123397. OLE color: 10123397.
HSL color Cylindrical-coordinate representation of color #85789A: hue angle of 262.94º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #85789A is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 133 | 120 | 154 | - |
| CMYK | 0.14 | 0.22 | 0 | 0.40 |
| HSL | 262.94º | 0.14% | 0.54% | - |
| HSV(B) | 262.94º | 0.22% | 0.6% | - |
| XYZ | 22.22 | 20.75 | 33.41 | - |
| YUV | 127.76 | 142.81 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 120 | 154 | 0.14 | 0.22 | 0 | 0.40 | 262.94 | 0.14 | 0.54 |
| Hex | 85 | 78 | 9A | E | 16 | 0 | 28 | 107 | E | 36 |
| Octal | 205 | 170 | 232 | 16 | 26 | 0 | 50 | 407 | 16 | 66 |
| Binary | 10000101 | 1111000 | 10011010 | 1110 | 10110 | 0 | 101000 | 100000111 | 1110 | 110110 |
Color Harmonies of #85789A
Complementary color
Monochromatic Colors of #85789A
Black with #85789A
Text Example
Text Example
White with #85789A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85789A; }
p { color: rgb(133,120,154); }
H1.HeaderClassName
{
color: #85789A;
}
.AnyTagClassName
{
color: #85789A;
}
</style>
background-color css
<style>
a { background-color: #85789A; }
a { background-color: rgb(133,120,154); }
div.DivClassName
{
background-color: #85789A;
}
.BgClassName
{
background-color: #85789A;
}
</style>
border-color css
<style>
span { border-color: #85789A; }
span { border-color: rgb(133,120,154); }
td.TdClassName
{
border-color: #85789A;
}
.TagClassName
{
border-color: #85789A;
}
</style>