Shades of Deluge #856CAB
Tints of Deluge #856CAB
RGB
CMYK
RGB Variations
Color information
#856CAB (or 0x856CAB) is known color: Deluge. HEX triplet: 85, 6C and AB. RGB value is (133,108,171). Sum of RGB (Red+Green+Blue) = 133+108+171=412 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.28% from 412); Green value is 108 (42.58% from 255 or 26.21% from 412); Blue value is 171 (67.19% from 255 or 41.50% from 412); Max value from RGB is 171 - color contains mainly: blue. Hex color #856CAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856CAB is #7A9354. Grayscale: #7A7A7A. Windows color (decimal): -8033109 or 11234437. OLE color: 11234437.
HSL color Cylindrical-coordinate representation of color #856CAB: hue angle of 263.81º degrees, saturation: 0.27, 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 #856CAB is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 108 | 171 | - |
| CMYK | 0.22 | 0.37 | 0 | 0.33 |
| HSL | 263.81º | 0.27% | 0.55% | - |
| HSV(B) | 263.81º | 0.37% | 0.67% | - |
| XYZ | 22.39 | 18.65 | 40.95 | - |
| YUV | 122.66 | 155.28 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 108 | 171 | 0.22 | 0.37 | 0 | 0.33 | 263.81 | 0.27 | 0.55 |
| Hex | 85 | 6C | AB | 16 | 25 | 0 | 21 | 108 | 1B | 37 |
| Octal | 205 | 154 | 253 | 26 | 45 | 0 | 41 | 410 | 33 | 67 |
| Binary | 10000101 | 1101100 | 10101011 | 10110 | 100101 | 0 | 100001 | 100001000 | 11011 | 110111 |
Color Harmonies of #856CAB
Complementary color
Monochromatic Colors of #856CAB
Black with #856CAB
Text Example
Text Example
White with #856CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856CAB; }
p { color: rgb(133,108,171); }
H1.HeaderClassName
{
color: #856CAB;
}
.AnyTagClassName
{
color: #856CAB;
}
</style>
background-color css
<style>
a { background-color: #856CAB; }
a { background-color: rgb(133,108,171); }
div.DivClassName
{
background-color: #856CAB;
}
.BgClassName
{
background-color: #856CAB;
}
</style>
border-color css
<style>
span { border-color: #856CAB; }
span { border-color: rgb(133,108,171); }
td.TdClassName
{
border-color: #856CAB;
}
.TagClassName
{
border-color: #856CAB;
}
</style>