Shades of Deluge #85779D
Tints of Deluge #85779D
RGB
CMYK
RGB Variations
Color information
#85779D (or 0x85779D) is known color: Deluge. HEX triplet: 85, 77 and 9D. RGB value is (133,119,157). Sum of RGB (Red+Green+Blue) = 133+119+157=409 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.52% from 409); Green value is 119 (46.88% from 255 or 29.10% from 409); Blue value is 157 (61.72% from 255 or 38.39% from 409); Max value from RGB is 157 - color contains mainly: blue. Hex color #85779D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85779D is #7A8862. Grayscale: #7F7F7F. Windows color (decimal): -8030307 or 10319749. OLE color: 10319749.
HSL color Cylindrical-coordinate representation of color #85779D: hue angle of 262.11º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #85779D is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 119 | 157 | - |
| CMYK | 0.15 | 0.24 | 0 | 0.38 |
| HSL | 262.11º | 0.16% | 0.54% | - |
| HSV(B) | 262.11º | 0.24% | 0.62% | - |
| XYZ | 22.36 | 20.61 | 34.7 | - |
| YUV | 127.52 | 144.64 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 119 | 157 | 0.15 | 0.24 | 0 | 0.38 | 262.11 | 0.16 | 0.54 |
| Hex | 85 | 77 | 9D | F | 18 | 0 | 26 | 106 | 10 | 36 |
| Octal | 205 | 167 | 235 | 17 | 30 | 0 | 46 | 406 | 20 | 66 |
| Binary | 10000101 | 1110111 | 10011101 | 1111 | 11000 | 0 | 100110 | 100000110 | 10000 | 110110 |
Color Harmonies of #85779D
Complementary color
Monochromatic Colors of #85779D
Black with #85779D
Text Example
Text Example
White with #85779D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85779D; }
p { color: rgb(133,119,157); }
H1.HeaderClassName
{
color: #85779D;
}
.AnyTagClassName
{
color: #85779D;
}
</style>
background-color css
<style>
a { background-color: #85779D; }
a { background-color: rgb(133,119,157); }
div.DivClassName
{
background-color: #85779D;
}
.BgClassName
{
background-color: #85779D;
}
</style>
border-color css
<style>
span { border-color: #85779D; }
span { border-color: rgb(133,119,157); }
td.TdClassName
{
border-color: #85779D;
}
.TagClassName
{
border-color: #85779D;
}
</style>