Shades of Deluge #857C9C
Tints of Deluge #857C9C
RGB
CMYK
RGB Variations
Color information
#857C9C (or 0x857C9C) is known color: Deluge. HEX triplet: 85, 7C and 9C. RGB value is (133,124,156). Sum of RGB (Red+Green+Blue) = 133+124+156=413 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.20% from 413); Green value is 124 (48.83% from 255 or 30.02% from 413); Blue value is 156 (61.33% from 255 or 37.77% from 413); Max value from RGB is 156 - color contains mainly: blue. Hex color #857C9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857C9C is #7A8363. Grayscale: #828282. Windows color (decimal): -8029028 or 10255493. OLE color: 10255493.
HSL color Cylindrical-coordinate representation of color #857C9C: hue angle of 256.88º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #857C9C is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 133 | 124 | 156 | - |
| CMYK | 0.15 | 0.21 | 0 | 0.39 |
| HSL | 256.88º | 0.14% | 0.55% | - |
| HSV(B) | 256.88º | 0.21% | 0.61% | - |
| XYZ | 22.88 | 21.8 | 34.45 | - |
| YUV | 130.34 | 142.48 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 124 | 156 | 0.15 | 0.21 | 0 | 0.39 | 256.88 | 0.14 | 0.55 |
| Hex | 85 | 7C | 9C | F | 15 | 0 | 27 | 101 | E | 37 |
| Octal | 205 | 174 | 234 | 17 | 25 | 0 | 47 | 401 | 16 | 67 |
| Binary | 10000101 | 1111100 | 10011100 | 1111 | 10101 | 0 | 100111 | 100000001 | 1110 | 110111 |
Color Harmonies of #857C9C
Complementary color
Monochromatic Colors of #857C9C
Black with #857C9C
Text Example
Text Example
White with #857C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857C9C; }
p { color: rgb(133,124,156); }
H1.HeaderClassName
{
color: #857C9C;
}
.AnyTagClassName
{
color: #857C9C;
}
</style>
background-color css
<style>
a { background-color: #857C9C; }
a { background-color: rgb(133,124,156); }
div.DivClassName
{
background-color: #857C9C;
}
.BgClassName
{
background-color: #857C9C;
}
</style>
border-color css
<style>
span { border-color: #857C9C; }
span { border-color: rgb(133,124,156); }
td.TdClassName
{
border-color: #857C9C;
}
.TagClassName
{
border-color: #857C9C;
}
</style>