Shades of Deluge #857DA0
Tints of Deluge #857DA0
RGB
CMYK
RGB Variations
Color information
#857DA0 (or 0x857DA0) is known color: Deluge. HEX triplet: 85, 7D and A0. RGB value is (133,125,160). Sum of RGB (Red+Green+Blue) = 133+125+160=418 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.82% from 418); Green value is 125 (49.22% from 255 or 29.90% from 418); Blue value is 160 (62.89% from 255 or 38.28% from 418); Max value from RGB is 160 - color contains mainly: blue. Hex color #857DA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857DA0 is #7A825F. Grayscale: #838383. Windows color (decimal): -8028768 or 10517893. OLE color: 10517893.
HSL color Cylindrical-coordinate representation of color #857DA0: hue angle of 253.71º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #857DA0 is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 133 | 125 | 160 | - |
| CMYK | 0.17 | 0.22 | 0 | 0.37 |
| HSL | 253.71º | 0.16% | 0.56% | - |
| HSV(B) | 253.71º | 0.22% | 0.63% | - |
| XYZ | 23.35 | 22.19 | 36.31 | - |
| YUV | 131.38 | 144.15 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 125 | 160 | 0.17 | 0.22 | 0 | 0.37 | 253.71 | 0.16 | 0.56 |
| Hex | 85 | 7D | A0 | 11 | 16 | 0 | 25 | FE | 10 | 38 |
| Octal | 205 | 175 | 240 | 21 | 26 | 0 | 45 | 376 | 20 | 70 |
| Binary | 10000101 | 1111101 | 10100000 | 10001 | 10110 | 0 | 100101 | 11111110 | 10000 | 111000 |
Color Harmonies of #857DA0
Complementary color
Monochromatic Colors of #857DA0
Black with #857DA0
Text Example
Text Example
White with #857DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857DA0; }
p { color: rgb(133,125,160); }
H1.HeaderClassName
{
color: #857DA0;
}
.AnyTagClassName
{
color: #857DA0;
}
</style>
background-color css
<style>
a { background-color: #857DA0; }
a { background-color: rgb(133,125,160); }
div.DivClassName
{
background-color: #857DA0;
}
.BgClassName
{
background-color: #857DA0;
}
</style>
border-color css
<style>
span { border-color: #857DA0; }
span { border-color: rgb(133,125,160); }
td.TdClassName
{
border-color: #857DA0;
}
.TagClassName
{
border-color: #857DA0;
}
</style>