Shades of Deluge #856DAA
Tints of Deluge #856DAA
RGB
CMYK
RGB Variations
Color information
#856DAA (or 0x856DAA) is known color: Deluge. HEX triplet: 85, 6D and AA. RGB value is (133,109,170). Sum of RGB (Red+Green+Blue) = 133+109+170=412 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.28% from 412); Green value is 109 (42.97% from 255 or 26.46% from 412); Blue value is 170 (66.80% from 255 or 41.26% from 412); Max value from RGB is 170 - color contains mainly: blue. Hex color #856DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856DAA is #7A9255. Grayscale: #7A7A7A. Windows color (decimal): -8032854 or 11169157. OLE color: 11169157.
HSL color Cylindrical-coordinate representation of color #856DAA: hue angle of 263.61º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #856DAA is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 109 | 170 | - |
| CMYK | 0.22 | 0.36 | 0 | 0.33 |
| HSL | 263.61º | 0.26% | 0.55% | - |
| HSV(B) | 263.61º | 0.36% | 0.67% | - |
| XYZ | 22.4 | 18.83 | 40.48 | - |
| YUV | 123.13 | 154.45 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 109 | 170 | 0.22 | 0.36 | 0 | 0.33 | 263.61 | 0.26 | 0.55 |
| Hex | 85 | 6D | AA | 16 | 24 | 0 | 21 | 108 | 1A | 37 |
| Octal | 205 | 155 | 252 | 26 | 44 | 0 | 41 | 410 | 32 | 67 |
| Binary | 10000101 | 1101101 | 10101010 | 10110 | 100100 | 0 | 100001 | 100001000 | 11010 | 110111 |
Color Harmonies of #856DAA
Complementary color
Monochromatic Colors of #856DAA
Black with #856DAA
Text Example
Text Example
White with #856DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856DAA; }
p { color: rgb(133,109,170); }
H1.HeaderClassName
{
color: #856DAA;
}
.AnyTagClassName
{
color: #856DAA;
}
</style>
background-color css
<style>
a { background-color: #856DAA; }
a { background-color: rgb(133,109,170); }
div.DivClassName
{
background-color: #856DAA;
}
.BgClassName
{
background-color: #856DAA;
}
</style>
border-color css
<style>
span { border-color: #856DAA; }
span { border-color: rgb(133,109,170); }
td.TdClassName
{
border-color: #856DAA;
}
.TagClassName
{
border-color: #856DAA;
}
</style>