Shades of Deluge #857A9E
Tints of Deluge #857A9E
RGB
CMYK
RGB Variations
Color information
#857A9E (or 0x857A9E) is known color: Deluge. HEX triplet: 85, 7A and 9E. RGB value is (133,122,158). Sum of RGB (Red+Green+Blue) = 133+122+158=413 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.20% from 413); Green value is 122 (48.05% from 255 or 29.54% from 413); Blue value is 158 (62.11% from 255 or 38.26% from 413); Max value from RGB is 158 - color contains mainly: blue. Hex color #857A9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857A9E is #7A8561. Grayscale: #818181. Windows color (decimal): -8029538 or 10386053. OLE color: 10386053.
HSL color Cylindrical-coordinate representation of color #857A9E: hue angle of 258.33º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #857A9E is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 122 | 158 | - |
| CMYK | 0.16 | 0.23 | 0 | 0.38 |
| HSL | 258.33º | 0.16% | 0.55% | - |
| HSV(B) | 258.33º | 0.23% | 0.62% | - |
| XYZ | 22.8 | 21.37 | 35.27 | - |
| YUV | 129.39 | 144.14 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 122 | 158 | 0.16 | 0.23 | 0 | 0.38 | 258.33 | 0.16 | 0.55 |
| Hex | 85 | 7A | 9E | 10 | 17 | 0 | 26 | 102 | 10 | 37 |
| Octal | 205 | 172 | 236 | 20 | 27 | 0 | 46 | 402 | 20 | 67 |
| Binary | 10000101 | 1111010 | 10011110 | 10000 | 10111 | 0 | 100110 | 100000010 | 10000 | 110111 |
Color Harmonies of #857A9E
Complementary color
Monochromatic Colors of #857A9E
Black with #857A9E
Text Example
Text Example
White with #857A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857A9E; }
p { color: rgb(133,122,158); }
H1.HeaderClassName
{
color: #857A9E;
}
.AnyTagClassName
{
color: #857A9E;
}
</style>
background-color css
<style>
a { background-color: #857A9E; }
a { background-color: rgb(133,122,158); }
div.DivClassName
{
background-color: #857A9E;
}
.BgClassName
{
background-color: #857A9E;
}
</style>
border-color css
<style>
span { border-color: #857A9E; }
span { border-color: rgb(133,122,158); }
td.TdClassName
{
border-color: #857A9E;
}
.TagClassName
{
border-color: #857A9E;
}
</style>