Shades of Deluge #85739B
Tints of Deluge #85739B
RGB
CMYK
RGB Variations
Color information
#85739B (or 0x85739B) is known color: Deluge. HEX triplet: 85, 73 and 9B. RGB value is (133,115,155). Sum of RGB (Red+Green+Blue) = 133+115+155=403 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.00% from 403); Green value is 115 (45.31% from 255 or 28.54% from 403); Blue value is 155 (60.94% from 255 or 38.46% from 403); Max value from RGB is 155 - color contains mainly: blue. Hex color #85739B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85739B is #7A8C64. Grayscale: #7C7C7C. Windows color (decimal): -8031333 or 10187653. OLE color: 10187653.
HSL color Cylindrical-coordinate representation of color #85739B: hue angle of 267º 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 #85739B is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 133 | 115 | 155 | - |
| CMYK | 0.14 | 0.26 | 0 | 0.39 |
| HSL | 267º | 0.17% | 0.53% | - |
| HSV(B) | 267º | 0.26% | 0.61% | - |
| XYZ | 21.72 | 19.61 | 33.65 | - |
| YUV | 124.94 | 144.96 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 115 | 155 | 0.14 | 0.26 | 0 | 0.39 | 267 | 0.17 | 0.53 |
| Hex | 85 | 73 | 9B | E | 1A | 0 | 27 | 10B | 11 | 35 |
| Octal | 205 | 163 | 233 | 16 | 32 | 0 | 47 | 413 | 21 | 65 |
| Binary | 10000101 | 1110011 | 10011011 | 1110 | 11010 | 0 | 100111 | 100001011 | 10001 | 110101 |
Color Harmonies of #85739B
Complementary color
Monochromatic Colors of #85739B
Black with #85739B
Text Example
Text Example
White with #85739B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85739B; }
p { color: rgb(133,115,155); }
H1.HeaderClassName
{
color: #85739B;
}
.AnyTagClassName
{
color: #85739B;
}
</style>
background-color css
<style>
a { background-color: #85739B; }
a { background-color: rgb(133,115,155); }
div.DivClassName
{
background-color: #85739B;
}
.BgClassName
{
background-color: #85739B;
}
</style>
border-color css
<style>
span { border-color: #85739B; }
span { border-color: rgb(133,115,155); }
td.TdClassName
{
border-color: #85739B;
}
.TagClassName
{
border-color: #85739B;
}
</style>