Shades of Deluge #85729C
Tints of Deluge #85729C
RGB
CMYK
RGB Variations
Color information
#85729C (or 0x85729C) is known color: Deluge. HEX triplet: 85, 72 and 9C. RGB value is (133,114,156). Sum of RGB (Red+Green+Blue) = 133+114+156=403 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.00% from 403); Green value is 114 (44.92% from 255 or 28.29% from 403); Blue value is 156 (61.33% from 255 or 38.71% from 403); Max value from RGB is 156 - color contains mainly: blue. Hex color #85729C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85729C is #7A8D63. Grayscale: #7C7C7C. Windows color (decimal): -8031588 or 10252933. OLE color: 10252933.
HSL color Cylindrical-coordinate representation of color #85729C: hue angle of 267.14º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #85729C is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 133 | 114 | 156 | - |
| CMYK | 0.15 | 0.27 | 0 | 0.39 |
| HSL | 267.14º | 0.18% | 0.53% | - |
| HSV(B) | 267.14º | 0.27% | 0.61% | - |
| XYZ | 21.69 | 19.42 | 34.06 | - |
| YUV | 124.47 | 145.79 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 114 | 156 | 0.15 | 0.27 | 0 | 0.39 | 267.14 | 0.18 | 0.53 |
| Hex | 85 | 72 | 9C | F | 1B | 0 | 27 | 10B | 12 | 35 |
| Octal | 205 | 162 | 234 | 17 | 33 | 0 | 47 | 413 | 22 | 65 |
| Binary | 10000101 | 1110010 | 10011100 | 1111 | 11011 | 0 | 100111 | 100001011 | 10010 | 110101 |
Color Harmonies of #85729C
Complementary color
Monochromatic Colors of #85729C
Black with #85729C
Text Example
Text Example
White with #85729C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85729C; }
p { color: rgb(133,114,156); }
H1.HeaderClassName
{
color: #85729C;
}
.AnyTagClassName
{
color: #85729C;
}
</style>
background-color css
<style>
a { background-color: #85729C; }
a { background-color: rgb(133,114,156); }
div.DivClassName
{
background-color: #85729C;
}
.BgClassName
{
background-color: #85729C;
}
</style>
border-color css
<style>
span { border-color: #85729C; }
span { border-color: rgb(133,114,156); }
td.TdClassName
{
border-color: #85729C;
}
.TagClassName
{
border-color: #85729C;
}
</style>