Shades of Deluge #857AA1
Tints of Deluge #857AA1
RGB
CMYK
RGB Variations
Color information
#857AA1 (or 0x857AA1) is known color: Deluge. HEX triplet: 85, 7A and A1. RGB value is (133,122,161). Sum of RGB (Red+Green+Blue) = 133+122+161=416 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.97% from 416); Green value is 122 (48.05% from 255 or 29.33% from 416); Blue value is 161 (63.28% from 255 or 38.70% from 416); Max value from RGB is 161 - color contains mainly: blue. Hex color #857AA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857AA1 is #7A855E. Grayscale: #818181. Windows color (decimal): -8029535 or 10582661. OLE color: 10582661.
HSL color Cylindrical-coordinate representation of color #857AA1: hue angle of 256.92º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #857AA1 is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 133 | 122 | 161 | - |
| CMYK | 0.17 | 0.24 | 0 | 0.37 |
| HSL | 256.92º | 0.17% | 0.55% | - |
| HSV(B) | 256.92º | 0.24% | 0.63% | - |
| XYZ | 23.07 | 21.48 | 36.65 | - |
| YUV | 129.74 | 145.64 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 122 | 161 | 0.17 | 0.24 | 0 | 0.37 | 256.92 | 0.17 | 0.55 |
| Hex | 85 | 7A | A1 | 11 | 18 | 0 | 25 | 101 | 11 | 37 |
| Octal | 205 | 172 | 241 | 21 | 30 | 0 | 45 | 401 | 21 | 67 |
| Binary | 10000101 | 1111010 | 10100001 | 10001 | 11000 | 0 | 100101 | 100000001 | 10001 | 110111 |
Color Harmonies of #857AA1
Complementary color
Monochromatic Colors of #857AA1
Black with #857AA1
Text Example
Text Example
White with #857AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857AA1; }
p { color: rgb(133,122,161); }
H1.HeaderClassName
{
color: #857AA1;
}
.AnyTagClassName
{
color: #857AA1;
}
</style>
background-color css
<style>
a { background-color: #857AA1; }
a { background-color: rgb(133,122,161); }
div.DivClassName
{
background-color: #857AA1;
}
.BgClassName
{
background-color: #857AA1;
}
</style>
border-color css
<style>
span { border-color: #857AA1; }
span { border-color: rgb(133,122,161); }
td.TdClassName
{
border-color: #857AA1;
}
.TagClassName
{
border-color: #857AA1;
}
</style>