Shades of Deluge #856BAB
Tints of Deluge #856BAB
RGB
CMYK
RGB Variations
Color information
#856BAB (or 0x856BAB) is known color: Deluge. HEX triplet: 85, 6B and AB. RGB value is (133,107,171). Sum of RGB (Red+Green+Blue) = 133+107+171=411 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.36% from 411); Green value is 107 (42.19% from 255 or 26.03% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 171 - color contains mainly: blue. Hex color #856BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856BAB is #7A9454. Grayscale: #797979. Windows color (decimal): -8033365 or 11234181. OLE color: 11234181.
HSL color Cylindrical-coordinate representation of color #856BAB: hue angle of 264.38º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #856BAB is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 107 | 171 | - |
| CMYK | 0.22 | 0.37 | 0 | 0.33 |
| HSL | 264.38º | 0.28% | 0.55% | - |
| HSV(B) | 264.38º | 0.37% | 0.67% | - |
| XYZ | 22.28 | 18.44 | 40.91 | - |
| YUV | 122.07 | 155.61 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 107 | 171 | 0.22 | 0.37 | 0 | 0.33 | 264.38 | 0.28 | 0.55 |
| Hex | 85 | 6B | AB | 16 | 25 | 0 | 21 | 108 | 1C | 37 |
| Octal | 205 | 153 | 253 | 26 | 45 | 0 | 41 | 410 | 34 | 67 |
| Binary | 10000101 | 1101011 | 10101011 | 10110 | 100101 | 0 | 100001 | 100001000 | 11100 | 110111 |
Color Harmonies of #856BAB
Complementary color
Monochromatic Colors of #856BAB
Black with #856BAB
Text Example
Text Example
White with #856BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856BAB; }
p { color: rgb(133,107,171); }
H1.HeaderClassName
{
color: #856BAB;
}
.AnyTagClassName
{
color: #856BAB;
}
</style>
background-color css
<style>
a { background-color: #856BAB; }
a { background-color: rgb(133,107,171); }
div.DivClassName
{
background-color: #856BAB;
}
.BgClassName
{
background-color: #856BAB;
}
</style>
border-color css
<style>
span { border-color: #856BAB; }
span { border-color: rgb(133,107,171); }
td.TdClassName
{
border-color: #856BAB;
}
.TagClassName
{
border-color: #856BAB;
}
</style>