Shades of Deluge #856AAF
Tints of Deluge #856AAF
RGB
CMYK
RGB Variations
Color information
#856AAF (or 0x856AAF) is known color: Deluge. HEX triplet: 85, 6A and AF. RGB value is (133,106,175). Sum of RGB (Red+Green+Blue) = 133+106+175=414 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.13% from 414); Green value is 106 (41.80% from 255 or 25.60% from 414); Blue value is 175 (68.75% from 255 or 42.27% from 414); Max value from RGB is 175 - color contains mainly: blue. Hex color #856AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856AAF is #7A9550. Grayscale: #797979. Windows color (decimal): -8033617 or 11496069. OLE color: 11496069.
HSL color Cylindrical-coordinate representation of color #856AAF: hue angle of 263.48º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #856AAF is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 133 | 106 | 175 | - |
| CMYK | 0.24 | 0.39 | 0 | 0.31 |
| HSL | 263.48º | 0.3% | 0.55% | - |
| HSV(B) | 263.48º | 0.39% | 0.69% | - |
| XYZ | 22.56 | 18.39 | 42.92 | - |
| YUV | 121.94 | 157.95 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 106 | 175 | 0.24 | 0.39 | 0 | 0.31 | 263.48 | 0.3 | 0.55 |
| Hex | 85 | 6A | AF | 18 | 27 | 0 | 1F | 107 | 1E | 37 |
| Octal | 205 | 152 | 257 | 30 | 47 | 0 | 37 | 407 | 36 | 67 |
| Binary | 10000101 | 1101010 | 10101111 | 11000 | 100111 | 0 | 11111 | 100000111 | 11110 | 110111 |
Color Harmonies of #856AAF
Complementary color
Monochromatic Colors of #856AAF
Black with #856AAF
Text Example
Text Example
White with #856AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856AAF; }
p { color: rgb(133,106,175); }
H1.HeaderClassName
{
color: #856AAF;
}
.AnyTagClassName
{
color: #856AAF;
}
</style>
background-color css
<style>
a { background-color: #856AAF; }
a { background-color: rgb(133,106,175); }
div.DivClassName
{
background-color: #856AAF;
}
.BgClassName
{
background-color: #856AAF;
}
</style>
border-color css
<style>
span { border-color: #856AAF; }
span { border-color: rgb(133,106,175); }
td.TdClassName
{
border-color: #856AAF;
}
.TagClassName
{
border-color: #856AAF;
}
</style>