Shades of Deluge #85749B
Tints of Deluge #85749B
RGB
CMYK
RGB Variations
Color information
#85749B (or 0x85749B) is known color: Deluge. HEX triplet: 85, 74 and 9B. RGB value is (133,116,155). Sum of RGB (Red+Green+Blue) = 133+116+155=404 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.92% from 404); Green value is 116 (45.70% from 255 or 28.71% from 404); Blue value is 155 (60.94% from 255 or 38.37% from 404); Max value from RGB is 155 - color contains mainly: blue. Hex color #85749B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85749B is #7A8B64. Grayscale: #7D7D7D. Windows color (decimal): -8031077 or 10187909. OLE color: 10187909.
HSL color Cylindrical-coordinate representation of color #85749B: hue angle of 266.15º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #85749B is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 133 | 116 | 155 | - |
| CMYK | 0.14 | 0.25 | 0 | 0.39 |
| HSL | 266.15º | 0.16% | 0.53% | - |
| HSV(B) | 266.15º | 0.25% | 0.61% | - |
| XYZ | 21.83 | 19.84 | 33.69 | - |
| YUV | 125.53 | 144.63 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 116 | 155 | 0.14 | 0.25 | 0 | 0.39 | 266.15 | 0.16 | 0.53 |
| Hex | 85 | 74 | 9B | E | 19 | 0 | 27 | 10A | 10 | 35 |
| Octal | 205 | 164 | 233 | 16 | 31 | 0 | 47 | 412 | 20 | 65 |
| Binary | 10000101 | 1110100 | 10011011 | 1110 | 11001 | 0 | 100111 | 100001010 | 10000 | 110101 |
Color Harmonies of #85749B
Complementary color
Monochromatic Colors of #85749B
Black with #85749B
Text Example
Text Example
White with #85749B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85749B; }
p { color: rgb(133,116,155); }
H1.HeaderClassName
{
color: #85749B;
}
.AnyTagClassName
{
color: #85749B;
}
</style>
background-color css
<style>
a { background-color: #85749B; }
a { background-color: rgb(133,116,155); }
div.DivClassName
{
background-color: #85749B;
}
.BgClassName
{
background-color: #85749B;
}
</style>
border-color css
<style>
span { border-color: #85749B; }
span { border-color: rgb(133,116,155); }
td.TdClassName
{
border-color: #85749B;
}
.TagClassName
{
border-color: #85749B;
}
</style>