Shades of Deluge #85719C
Tints of Deluge #85719C
RGB
CMYK
RGB Variations
Color information
#85719C (or 0x85719C) is known color: Deluge. HEX triplet: 85, 71 and 9C. RGB value is (133,113,156). Sum of RGB (Red+Green+Blue) = 133+113+156=402 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.08% from 402); Green value is 113 (44.53% from 255 or 28.11% from 402); Blue value is 156 (61.33% from 255 or 38.81% from 402); Max value from RGB is 156 - color contains mainly: blue. Hex color #85719C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85719C is #7A8E63. Grayscale: #7B7B7B. Windows color (decimal): -8031844 or 10252677. OLE color: 10252677.
HSL color Cylindrical-coordinate representation of color #85719C: hue angle of 267.91º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #85719C is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 133 | 113 | 156 | - |
| CMYK | 0.15 | 0.28 | 0 | 0.39 |
| HSL | 267.91º | 0.18% | 0.53% | - |
| HSV(B) | 267.91º | 0.28% | 0.61% | - |
| XYZ | 21.58 | 19.2 | 34.02 | - |
| YUV | 123.88 | 146.13 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 113 | 156 | 0.15 | 0.28 | 0 | 0.39 | 267.91 | 0.18 | 0.53 |
| Hex | 85 | 71 | 9C | F | 1C | 0 | 27 | 10C | 12 | 35 |
| Octal | 205 | 161 | 234 | 17 | 34 | 0 | 47 | 414 | 22 | 65 |
| Binary | 10000101 | 1110001 | 10011100 | 1111 | 11100 | 0 | 100111 | 100001100 | 10010 | 110101 |
Color Harmonies of #85719C
Complementary color
Monochromatic Colors of #85719C
Black with #85719C
Text Example
Text Example
White with #85719C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85719C; }
p { color: rgb(133,113,156); }
H1.HeaderClassName
{
color: #85719C;
}
.AnyTagClassName
{
color: #85719C;
}
</style>
background-color css
<style>
a { background-color: #85719C; }
a { background-color: rgb(133,113,156); }
div.DivClassName
{
background-color: #85719C;
}
.BgClassName
{
background-color: #85719C;
}
</style>
border-color css
<style>
span { border-color: #85719C; }
span { border-color: rgb(133,113,156); }
td.TdClassName
{
border-color: #85719C;
}
.TagClassName
{
border-color: #85719C;
}
</style>