Shades of Deluge #857EA0
Tints of Deluge #857EA0
RGB
CMYK
RGB Variations
Color information
#857EA0 (or 0x857EA0) is known color: Deluge. HEX triplet: 85, 7E and A0. RGB value is (133,126,160). Sum of RGB (Red+Green+Blue) = 133+126+160=419 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.74% from 419); Green value is 126 (49.61% from 255 or 30.07% from 419); Blue value is 160 (62.89% from 255 or 38.19% from 419); Max value from RGB is 160 - color contains mainly: blue. Hex color #857EA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857EA0 is #7A815F. Grayscale: #838383. Windows color (decimal): -8028512 or 10518149. OLE color: 10518149.
HSL color Cylindrical-coordinate representation of color #857EA0: hue angle of 252.35º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #857EA0 is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 133 | 126 | 160 | - |
| CMYK | 0.17 | 0.21 | 0 | 0.37 |
| HSL | 252.35º | 0.15% | 0.56% | - |
| HSV(B) | 252.35º | 0.21% | 0.63% | - |
| XYZ | 23.48 | 22.45 | 36.35 | - |
| YUV | 131.97 | 143.82 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 126 | 160 | 0.17 | 0.21 | 0 | 0.37 | 252.35 | 0.15 | 0.56 |
| Hex | 85 | 7E | A0 | 11 | 15 | 0 | 25 | FC | F | 38 |
| Octal | 205 | 176 | 240 | 21 | 25 | 0 | 45 | 374 | 17 | 70 |
| Binary | 10000101 | 1111110 | 10100000 | 10001 | 10101 | 0 | 100101 | 11111100 | 1111 | 111000 |
Color Harmonies of #857EA0
Complementary color
Monochromatic Colors of #857EA0
Black with #857EA0
Text Example
Text Example
White with #857EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857EA0; }
p { color: rgb(133,126,160); }
H1.HeaderClassName
{
color: #857EA0;
}
.AnyTagClassName
{
color: #857EA0;
}
</style>
background-color css
<style>
a { background-color: #857EA0; }
a { background-color: rgb(133,126,160); }
div.DivClassName
{
background-color: #857EA0;
}
.BgClassName
{
background-color: #857EA0;
}
</style>
border-color css
<style>
span { border-color: #857EA0; }
span { border-color: rgb(133,126,160); }
td.TdClassName
{
border-color: #857EA0;
}
.TagClassName
{
border-color: #857EA0;
}
</style>