Shades of Deluge #856EAE
Tints of Deluge #856EAE
RGB
CMYK
RGB Variations
Color information
#856EAE (or 0x856EAE) is known color: Deluge. HEX triplet: 85, 6E and AE. RGB value is (133,110,174). Sum of RGB (Red+Green+Blue) = 133+110+174=417 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.89% from 417); Green value is 110 (43.36% from 255 or 26.38% from 417); Blue value is 174 (68.36% from 255 or 41.73% from 417); Max value from RGB is 174 - color contains mainly: blue. Hex color #856EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856EAE is #7A9151. Grayscale: #7B7B7B. Windows color (decimal): -8032594 or 11431557. OLE color: 11431557.
HSL color Cylindrical-coordinate representation of color #856EAE: hue angle of 261.56º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #856EAE is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 133 | 110 | 174 | - |
| CMYK | 0.24 | 0.37 | 0 | 0.32 |
| HSL | 261.56º | 0.28% | 0.56% | - |
| HSV(B) | 261.56º | 0.37% | 0.68% | - |
| XYZ | 22.89 | 19.19 | 42.54 | - |
| YUV | 124.17 | 156.12 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 110 | 174 | 0.24 | 0.37 | 0 | 0.32 | 261.56 | 0.28 | 0.56 |
| Hex | 85 | 6E | AE | 18 | 25 | 0 | 20 | 106 | 1C | 38 |
| Octal | 205 | 156 | 256 | 30 | 45 | 0 | 40 | 406 | 34 | 70 |
| Binary | 10000101 | 1101110 | 10101110 | 11000 | 100101 | 0 | 100000 | 100000110 | 11100 | 111000 |
Color Harmonies of #856EAE
Complementary color
Monochromatic Colors of #856EAE
Black with #856EAE
Text Example
Text Example
White with #856EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856EAE; }
p { color: rgb(133,110,174); }
H1.HeaderClassName
{
color: #856EAE;
}
.AnyTagClassName
{
color: #856EAE;
}
</style>
background-color css
<style>
a { background-color: #856EAE; }
a { background-color: rgb(133,110,174); }
div.DivClassName
{
background-color: #856EAE;
}
.BgClassName
{
background-color: #856EAE;
}
</style>
border-color css
<style>
span { border-color: #856EAE; }
span { border-color: rgb(133,110,174); }
td.TdClassName
{
border-color: #856EAE;
}
.TagClassName
{
border-color: #856EAE;
}
</style>