Shades of Deluge #85769C
Tints of Deluge #85769C
RGB
CMYK
RGB Variations
Color information
#85769C (or 0x85769C) is known color: Deluge. HEX triplet: 85, 76 and 9C. RGB value is (133,118,156). Sum of RGB (Red+Green+Blue) = 133+118+156=407 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.68% from 407); Green value is 118 (46.48% from 255 or 28.99% from 407); Blue value is 156 (61.33% from 255 or 38.33% from 407); Max value from RGB is 156 - color contains mainly: blue. Hex color #85769C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85769C is #7A8963. Grayscale: #7E7E7E. Windows color (decimal): -8030564 or 10253957. OLE color: 10253957.
HSL color Cylindrical-coordinate representation of color #85769C: hue angle of 263.68º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #85769C is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 133 | 118 | 156 | - |
| CMYK | 0.15 | 0.24 | 0 | 0.39 |
| HSL | 263.68º | 0.16% | 0.54% | - |
| HSV(B) | 263.68º | 0.24% | 0.61% | - |
| XYZ | 22.15 | 20.34 | 34.21 | - |
| YUV | 126.82 | 144.47 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 118 | 156 | 0.15 | 0.24 | 0 | 0.39 | 263.68 | 0.16 | 0.54 |
| Hex | 85 | 76 | 9C | F | 18 | 0 | 27 | 108 | 10 | 36 |
| Octal | 205 | 166 | 234 | 17 | 30 | 0 | 47 | 410 | 20 | 66 |
| Binary | 10000101 | 1110110 | 10011100 | 1111 | 11000 | 0 | 100111 | 100001000 | 10000 | 110110 |
Color Harmonies of #85769C
Complementary color
Monochromatic Colors of #85769C
Black with #85769C
Text Example
Text Example
White with #85769C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85769C; }
p { color: rgb(133,118,156); }
H1.HeaderClassName
{
color: #85769C;
}
.AnyTagClassName
{
color: #85769C;
}
</style>
background-color css
<style>
a { background-color: #85769C; }
a { background-color: rgb(133,118,156); }
div.DivClassName
{
background-color: #85769C;
}
.BgClassName
{
background-color: #85769C;
}
</style>
border-color css
<style>
span { border-color: #85769C; }
span { border-color: rgb(133,118,156); }
td.TdClassName
{
border-color: #85769C;
}
.TagClassName
{
border-color: #85769C;
}
</style>