Shades of Deluge #857D9B
Tints of Deluge #857D9B
RGB
CMYK
RGB Variations
Color information
#857D9B (or 0x857D9B) is known color: Deluge. HEX triplet: 85, 7D and 9B. RGB value is (133,125,155). Sum of RGB (Red+Green+Blue) = 133+125+155=413 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.20% from 413); Green value is 125 (49.22% from 255 or 30.27% from 413); Blue value is 155 (60.94% from 255 or 37.53% from 413); Max value from RGB is 155 - color contains mainly: blue. Hex color #857D9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857D9B is #7A8264. Grayscale: #828282. Windows color (decimal): -8028773 or 10190213. OLE color: 10190213.
HSL color Cylindrical-coordinate representation of color #857D9B: hue angle of 256º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #857D9B is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 133 | 125 | 155 | - |
| CMYK | 0.14 | 0.19 | 0 | 0.39 |
| HSL | 256º | 0.13% | 0.55% | - |
| HSV(B) | 256º | 0.19% | 0.61% | - |
| XYZ | 22.92 | 22.02 | 34.05 | - |
| YUV | 130.81 | 141.65 | 129.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 125 | 155 | 0.14 | 0.19 | 0 | 0.39 | 256 | 0.13 | 0.55 |
| Hex | 85 | 7D | 9B | E | 13 | 0 | 27 | 100 | D | 37 |
| Octal | 205 | 175 | 233 | 16 | 23 | 0 | 47 | 400 | 15 | 67 |
| Binary | 10000101 | 1111101 | 10011011 | 1110 | 10011 | 0 | 100111 | 100000000 | 1101 | 110111 |
Color Harmonies of #857D9B
Complementary color
Monochromatic Colors of #857D9B
Black with #857D9B
Text Example
Text Example
White with #857D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857D9B; }
p { color: rgb(133,125,155); }
H1.HeaderClassName
{
color: #857D9B;
}
.AnyTagClassName
{
color: #857D9B;
}
</style>
background-color css
<style>
a { background-color: #857D9B; }
a { background-color: rgb(133,125,155); }
div.DivClassName
{
background-color: #857D9B;
}
.BgClassName
{
background-color: #857D9B;
}
</style>
border-color css
<style>
span { border-color: #857D9B; }
span { border-color: rgb(133,125,155); }
td.TdClassName
{
border-color: #857D9B;
}
.TagClassName
{
border-color: #857D9B;
}
</style>