Shades of Deluge #85759B
Tints of Deluge #85759B
RGB
CMYK
RGB Variations
Color information
#85759B (or 0x85759B) is known color: Deluge. HEX triplet: 85, 75 and 9B. RGB value is (133,117,155). Sum of RGB (Red+Green+Blue) = 133+117+155=405 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.84% from 405); Green value is 117 (46.09% from 255 or 28.89% 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 #85759B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85759B is #7A8A64. Grayscale: #7D7D7D. Windows color (decimal): -8030821 or 10188165. OLE color: 10188165.
HSL color Cylindrical-coordinate representation of color #85759B: hue angle of 265.26º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #85759B is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 133 | 117 | 155 | - |
| CMYK | 0.14 | 0.25 | 0 | 0.39 |
| HSL | 265.26º | 0.16% | 0.53% | - |
| HSV(B) | 265.26º | 0.25% | 0.61% | - |
| XYZ | 21.95 | 20.08 | 33.73 | - |
| YUV | 126.12 | 144.3 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 117 | 155 | 0.14 | 0.25 | 0 | 0.39 | 265.26 | 0.16 | 0.53 |
| Hex | 85 | 75 | 9B | E | 19 | 0 | 27 | 109 | 10 | 35 |
| Octal | 205 | 165 | 233 | 16 | 31 | 0 | 47 | 411 | 20 | 65 |
| Binary | 10000101 | 1110101 | 10011011 | 1110 | 11001 | 0 | 100111 | 100001001 | 10000 | 110101 |
Color Harmonies of #85759B
Complementary color
Monochromatic Colors of #85759B
Black with #85759B
Text Example
Text Example
White with #85759B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85759B; }
p { color: rgb(133,117,155); }
H1.HeaderClassName
{
color: #85759B;
}
.AnyTagClassName
{
color: #85759B;
}
</style>
background-color css
<style>
a { background-color: #85759B; }
a { background-color: rgb(133,117,155); }
div.DivClassName
{
background-color: #85759B;
}
.BgClassName
{
background-color: #85759B;
}
</style>
border-color css
<style>
span { border-color: #85759B; }
span { border-color: rgb(133,117,155); }
td.TdClassName
{
border-color: #85759B;
}
.TagClassName
{
border-color: #85759B;
}
</style>