Shades of Deluge #85759A
Tints of Deluge #85759A
RGB
CMYK
RGB Variations
Color information
#85759A (or 0x85759A) is known color: Deluge. HEX triplet: 85, 75 and 9A. RGB value is (133,117,154). Sum of RGB (Red+Green+Blue) = 133+117+154=404 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.92% from 404); Green value is 117 (46.09% from 255 or 28.96% from 404); Blue value is 154 (60.55% from 255 or 38.12% from 404); Max value from RGB is 154 - color contains mainly: blue. Hex color #85759A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85759A is #7A8A65. Grayscale: #7D7D7D. Windows color (decimal): -8030822 or 10122629. OLE color: 10122629.
HSL color Cylindrical-coordinate representation of color #85759A: hue angle of 265.95º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #85759A is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 133 | 117 | 154 | - |
| CMYK | 0.14 | 0.24 | 0 | 0.40 |
| HSL | 265.95º | 0.15% | 0.53% | - |
| HSV(B) | 265.95º | 0.24% | 0.6% | - |
| XYZ | 21.87 | 20.04 | 33.29 | - |
| YUV | 126 | 143.8 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 117 | 154 | 0.14 | 0.24 | 0 | 0.40 | 265.95 | 0.15 | 0.53 |
| Hex | 85 | 75 | 9A | E | 18 | 0 | 28 | 10A | F | 35 |
| Octal | 205 | 165 | 232 | 16 | 30 | 0 | 50 | 412 | 17 | 65 |
| Binary | 10000101 | 1110101 | 10011010 | 1110 | 11000 | 0 | 101000 | 100001010 | 1111 | 110101 |
Color Harmonies of #85759A
Complementary color
Monochromatic Colors of #85759A
Black with #85759A
Text Example
Text Example
White with #85759A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85759A; }
p { color: rgb(133,117,154); }
H1.HeaderClassName
{
color: #85759A;
}
.AnyTagClassName
{
color: #85759A;
}
</style>
background-color css
<style>
a { background-color: #85759A; }
a { background-color: rgb(133,117,154); }
div.DivClassName
{
background-color: #85759A;
}
.BgClassName
{
background-color: #85759A;
}
</style>
border-color css
<style>
span { border-color: #85759A; }
span { border-color: rgb(133,117,154); }
td.TdClassName
{
border-color: #85759A;
}
.TagClassName
{
border-color: #85759A;
}
</style>