Shades of Deluge #85749C
Tints of Deluge #85749C
RGB
CMYK
RGB Variations
Color information
#85749C (or 0x85749C) is known color: Deluge. HEX triplet: 85, 74 and 9C. RGB value is (133,116,156). Sum of RGB (Red+Green+Blue) = 133+116+156=405 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.84% from 405); Green value is 116 (45.70% from 255 or 28.64% from 405); Blue value is 156 (61.33% from 255 or 38.52% from 405); Max value from RGB is 156 - color contains mainly: blue. Hex color #85749C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85749C is #7A8B63. Grayscale: #7D7D7D. Windows color (decimal): -8031076 or 10253445. OLE color: 10253445.
HSL color Cylindrical-coordinate representation of color #85749C: hue angle of 265.5º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #85749C is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 133 | 116 | 156 | - |
| CMYK | 0.15 | 0.26 | 0 | 0.39 |
| HSL | 265.5º | 0.17% | 0.53% | - |
| HSV(B) | 265.5º | 0.26% | 0.61% | - |
| XYZ | 21.92 | 19.88 | 34.13 | - |
| YUV | 125.64 | 145.13 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 116 | 156 | 0.15 | 0.26 | 0 | 0.39 | 265.5 | 0.17 | 0.53 |
| Hex | 85 | 74 | 9C | F | 1A | 0 | 27 | 10A | 11 | 35 |
| Octal | 205 | 164 | 234 | 17 | 32 | 0 | 47 | 412 | 21 | 65 |
| Binary | 10000101 | 1110100 | 10011100 | 1111 | 11010 | 0 | 100111 | 100001010 | 10001 | 110101 |
Color Harmonies of #85749C
Complementary color
Monochromatic Colors of #85749C
Black with #85749C
Text Example
Text Example
White with #85749C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85749C; }
p { color: rgb(133,116,156); }
H1.HeaderClassName
{
color: #85749C;
}
.AnyTagClassName
{
color: #85749C;
}
</style>
background-color css
<style>
a { background-color: #85749C; }
a { background-color: rgb(133,116,156); }
div.DivClassName
{
background-color: #85749C;
}
.BgClassName
{
background-color: #85749C;
}
</style>
border-color css
<style>
span { border-color: #85749C; }
span { border-color: rgb(133,116,156); }
td.TdClassName
{
border-color: #85749C;
}
.TagClassName
{
border-color: #85749C;
}
</style>