Shades of Deluge #85779A
Tints of Deluge #85779A
RGB
CMYK
RGB Variations
Color information
#85779A (or 0x85779A) is known color: Deluge. HEX triplet: 85, 77 and 9A. RGB value is (133,119,154). Sum of RGB (Red+Green+Blue) = 133+119+154=406 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.76% from 406); Green value is 119 (46.88% from 255 or 29.31% from 406); Blue value is 154 (60.55% from 255 or 37.93% from 406); Max value from RGB is 154 - color contains mainly: blue. Hex color #85779A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85779A is #7A8865. Grayscale: #7F7F7F. Windows color (decimal): -8030310 or 10123141. OLE color: 10123141.
HSL color Cylindrical-coordinate representation of color #85779A: hue angle of 264º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #85779A is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 133 | 119 | 154 | - |
| CMYK | 0.14 | 0.23 | 0 | 0.40 |
| HSL | 264º | 0.15% | 0.54% | - |
| HSV(B) | 264º | 0.23% | 0.6% | - |
| XYZ | 22.1 | 20.51 | 33.37 | - |
| YUV | 127.18 | 143.14 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 119 | 154 | 0.14 | 0.23 | 0 | 0.40 | 264 | 0.15 | 0.54 |
| Hex | 85 | 77 | 9A | E | 17 | 0 | 28 | 108 | F | 36 |
| Octal | 205 | 167 | 232 | 16 | 27 | 0 | 50 | 410 | 17 | 66 |
| Binary | 10000101 | 1110111 | 10011010 | 1110 | 10111 | 0 | 101000 | 100001000 | 1111 | 110110 |
Color Harmonies of #85779A
Complementary color
Monochromatic Colors of #85779A
Black with #85779A
Text Example
Text Example
White with #85779A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85779A; }
p { color: rgb(133,119,154); }
H1.HeaderClassName
{
color: #85779A;
}
.AnyTagClassName
{
color: #85779A;
}
</style>
background-color css
<style>
a { background-color: #85779A; }
a { background-color: rgb(133,119,154); }
div.DivClassName
{
background-color: #85779A;
}
.BgClassName
{
background-color: #85779A;
}
</style>
border-color css
<style>
span { border-color: #85779A; }
span { border-color: rgb(133,119,154); }
td.TdClassName
{
border-color: #85779A;
}
.TagClassName
{
border-color: #85779A;
}
</style>