Shades of Deluge #85709C
Tints of Deluge #85709C
RGB
CMYK
RGB Variations
Color information
#85709C (or 0x85709C) is known color: Deluge. HEX triplet: 85, 70 and 9C. RGB value is (133,112,156). Sum of RGB (Red+Green+Blue) = 133+112+156=401 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.17% from 401); Green value is 112 (44.14% from 255 or 27.93% from 401); Blue value is 156 (61.33% from 255 or 38.90% from 401); Max value from RGB is 156 - color contains mainly: blue. Hex color #85709C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85709C is #7A8F63. Grayscale: #7B7B7B. Windows color (decimal): -8032100 or 10252421. OLE color: 10252421.
HSL color Cylindrical-coordinate representation of color #85709C: hue angle of 268.64º 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 #85709C is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 133 | 112 | 156 | - |
| CMYK | 0.15 | 0.28 | 0 | 0.39 |
| HSL | 268.64º | 0.18% | 0.53% | - |
| HSV(B) | 268.64º | 0.28% | 0.61% | - |
| XYZ | 21.47 | 18.98 | 33.98 | - |
| YUV | 123.3 | 146.46 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 112 | 156 | 0.15 | 0.28 | 0 | 0.39 | 268.64 | 0.18 | 0.53 |
| Hex | 85 | 70 | 9C | F | 1C | 0 | 27 | 10D | 12 | 35 |
| Octal | 205 | 160 | 234 | 17 | 34 | 0 | 47 | 415 | 22 | 65 |
| Binary | 10000101 | 1110000 | 10011100 | 1111 | 11100 | 0 | 100111 | 100001101 | 10010 | 110101 |
Color Harmonies of #85709C
Complementary color
Monochromatic Colors of #85709C
Black with #85709C
Text Example
Text Example
White with #85709C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85709C; }
p { color: rgb(133,112,156); }
H1.HeaderClassName
{
color: #85709C;
}
.AnyTagClassName
{
color: #85709C;
}
</style>
background-color css
<style>
a { background-color: #85709C; }
a { background-color: rgb(133,112,156); }
div.DivClassName
{
background-color: #85709C;
}
.BgClassName
{
background-color: #85709C;
}
</style>
border-color css
<style>
span { border-color: #85709C; }
span { border-color: rgb(133,112,156); }
td.TdClassName
{
border-color: #85709C;
}
.TagClassName
{
border-color: #85709C;
}
</style>