Shades of Deluge #857D96
Tints of Deluge #857D96
RGB
CMYK
RGB Variations
Color information
#857D96 (or 0x857D96) is known color: Deluge. HEX triplet: 85, 7D and 96. RGB value is (133,125,150). Sum of RGB (Red+Green+Blue) = 133+125+150=408 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.60% from 408); Green value is 125 (49.22% from 255 or 30.64% from 408); Blue value is 150 (58.98% from 255 or 36.76% from 408); Max value from RGB is 150 - color contains mainly: blue. Hex color #857D96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857D96 is #7A8269. Grayscale: #828282. Windows color (decimal): -8028778 or 9862533. OLE color: 9862533.
HSL color Cylindrical-coordinate representation of color #857D96: hue angle of 259.2º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #857D96 is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 133 | 125 | 150 | - |
| CMYK | 0.11 | 0.17 | 0 | 0.41 |
| HSL | 259.2º | 0.11% | 0.54% | - |
| HSV(B) | 259.2º | 0.17% | 0.59% | - |
| XYZ | 22.51 | 21.86 | 31.89 | - |
| YUV | 130.24 | 139.15 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 125 | 150 | 0.11 | 0.17 | 0 | 0.41 | 259.2 | 0.11 | 0.54 |
| Hex | 85 | 7D | 96 | B | 11 | 0 | 29 | 103 | B | 36 |
| Octal | 205 | 175 | 226 | 13 | 21 | 0 | 51 | 403 | 13 | 66 |
| Binary | 10000101 | 1111101 | 10010110 | 1011 | 10001 | 0 | 101001 | 100000011 | 1011 | 110110 |
Color Harmonies of #857D96
Complementary color
Monochromatic Colors of #857D96
Black with #857D96
Text Example
Text Example
White with #857D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857D96; }
p { color: rgb(133,125,150); }
H1.HeaderClassName
{
color: #857D96;
}
.AnyTagClassName
{
color: #857D96;
}
</style>
background-color css
<style>
a { background-color: #857D96; }
a { background-color: rgb(133,125,150); }
div.DivClassName
{
background-color: #857D96;
}
.BgClassName
{
background-color: #857D96;
}
</style>
border-color css
<style>
span { border-color: #857D96; }
span { border-color: rgb(133,125,150); }
td.TdClassName
{
border-color: #857D96;
}
.TagClassName
{
border-color: #857D96;
}
</style>