Shades of Deluge #856AAC
Tints of Deluge #856AAC
RGB
CMYK
RGB Variations
Color information
#856AAC (or 0x856AAC) is known color: Deluge. HEX triplet: 85, 6A and AC. RGB value is (133,106,172). Sum of RGB (Red+Green+Blue) = 133+106+172=411 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.36% from 411); Green value is 106 (41.80% from 255 or 25.79% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 172 - color contains mainly: blue. Hex color #856AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856AAC is #7A9553. Grayscale: #797979. Windows color (decimal): -8033620 or 11299461. OLE color: 11299461.
HSL color Cylindrical-coordinate representation of color #856AAC: hue angle of 264.55º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #856AAC is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 106 | 172 | - |
| CMYK | 0.23 | 0.38 | 0 | 0.33 |
| HSL | 264.55º | 0.28% | 0.55% | - |
| HSV(B) | 264.55º | 0.38% | 0.67% | - |
| XYZ | 22.27 | 18.27 | 41.38 | - |
| YUV | 121.6 | 156.45 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 106 | 172 | 0.23 | 0.38 | 0 | 0.33 | 264.55 | 0.28 | 0.55 |
| Hex | 85 | 6A | AC | 17 | 26 | 0 | 21 | 109 | 1C | 37 |
| Octal | 205 | 152 | 254 | 27 | 46 | 0 | 41 | 411 | 34 | 67 |
| Binary | 10000101 | 1101010 | 10101100 | 10111 | 100110 | 0 | 100001 | 100001001 | 11100 | 110111 |
Color Harmonies of #856AAC
Complementary color
Monochromatic Colors of #856AAC
Black with #856AAC
Text Example
Text Example
White with #856AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856AAC; }
p { color: rgb(133,106,172); }
H1.HeaderClassName
{
color: #856AAC;
}
.AnyTagClassName
{
color: #856AAC;
}
</style>
background-color css
<style>
a { background-color: #856AAC; }
a { background-color: rgb(133,106,172); }
div.DivClassName
{
background-color: #856AAC;
}
.BgClassName
{
background-color: #856AAC;
}
</style>
border-color css
<style>
span { border-color: #856AAC; }
span { border-color: rgb(133,106,172); }
td.TdClassName
{
border-color: #856AAC;
}
.TagClassName
{
border-color: #856AAC;
}
</style>