Shades of Deluge #856DA2
Tints of Deluge #856DA2
RGB
CMYK
RGB Variations
Color information
#856DA2 (or 0x856DA2) is known color: Deluge. HEX triplet: 85, 6D and A2. RGB value is (133,109,162). Sum of RGB (Red+Green+Blue) = 133+109+162=404 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.92% from 404); Green value is 109 (42.97% from 255 or 26.98% from 404); Blue value is 162 (63.67% from 255 or 40.10% from 404); Max value from RGB is 162 - color contains mainly: blue. Hex color #856DA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856DA2 is #7A925D. Grayscale: #7A7A7A. Windows color (decimal): -8032862 or 10644869. OLE color: 10644869.
HSL color Cylindrical-coordinate representation of color #856DA2: hue angle of 267.17º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #856DA2 is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 133 | 109 | 162 | - |
| CMYK | 0.18 | 0.33 | 0 | 0.36 |
| HSL | 267.17º | 0.22% | 0.53% | - |
| HSV(B) | 267.17º | 0.33% | 0.64% | - |
| XYZ | 21.66 | 18.53 | 36.62 | - |
| YUV | 122.22 | 150.45 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 109 | 162 | 0.18 | 0.33 | 0 | 0.36 | 267.17 | 0.22 | 0.53 |
| Hex | 85 | 6D | A2 | 12 | 21 | 0 | 24 | 10B | 16 | 35 |
| Octal | 205 | 155 | 242 | 22 | 41 | 0 | 44 | 413 | 26 | 65 |
| Binary | 10000101 | 1101101 | 10100010 | 10010 | 100001 | 0 | 100100 | 100001011 | 10110 | 110101 |
Color Harmonies of #856DA2
Complementary color
Monochromatic Colors of #856DA2
Black with #856DA2
Text Example
Text Example
White with #856DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856DA2; }
p { color: rgb(133,109,162); }
H1.HeaderClassName
{
color: #856DA2;
}
.AnyTagClassName
{
color: #856DA2;
}
</style>
background-color css
<style>
a { background-color: #856DA2; }
a { background-color: rgb(133,109,162); }
div.DivClassName
{
background-color: #856DA2;
}
.BgClassName
{
background-color: #856DA2;
}
</style>
border-color css
<style>
span { border-color: #856DA2; }
span { border-color: rgb(133,109,162); }
td.TdClassName
{
border-color: #856DA2;
}
.TagClassName
{
border-color: #856DA2;
}
</style>