Shades of Deluge #856EA3
Tints of Deluge #856EA3
RGB
CMYK
RGB Variations
Color information
#856EA3 (or 0x856EA3) is known color: Deluge. HEX triplet: 85, 6E and A3. RGB value is (133,110,163). Sum of RGB (Red+Green+Blue) = 133+110+163=406 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.76% from 406); Green value is 110 (43.36% from 255 or 27.09% from 406); Blue value is 163 (64.06% from 255 or 40.15% from 406); Max value from RGB is 163 - color contains mainly: blue. Hex color #856EA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856EA3 is #7A915C. Grayscale: #7A7A7A. Windows color (decimal): -8032605 or 10710661. OLE color: 10710661.
HSL color Cylindrical-coordinate representation of color #856EA3: hue angle of 266.04º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #856EA3 is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 133 | 110 | 163 | - |
| CMYK | 0.18 | 0.33 | 0 | 0.36 |
| HSL | 266.04º | 0.22% | 0.54% | - |
| HSV(B) | 266.04º | 0.33% | 0.64% | - |
| XYZ | 21.86 | 18.78 | 37.12 | - |
| YUV | 122.92 | 150.62 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 110 | 163 | 0.18 | 0.33 | 0 | 0.36 | 266.04 | 0.22 | 0.54 |
| Hex | 85 | 6E | A3 | 12 | 21 | 0 | 24 | 10A | 16 | 36 |
| Octal | 205 | 156 | 243 | 22 | 41 | 0 | 44 | 412 | 26 | 66 |
| Binary | 10000101 | 1101110 | 10100011 | 10010 | 100001 | 0 | 100100 | 100001010 | 10110 | 110110 |
Color Harmonies of #856EA3
Complementary color
Monochromatic Colors of #856EA3
Black with #856EA3
Text Example
Text Example
White with #856EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856EA3; }
p { color: rgb(133,110,163); }
H1.HeaderClassName
{
color: #856EA3;
}
.AnyTagClassName
{
color: #856EA3;
}
</style>
background-color css
<style>
a { background-color: #856EA3; }
a { background-color: rgb(133,110,163); }
div.DivClassName
{
background-color: #856EA3;
}
.BgClassName
{
background-color: #856EA3;
}
</style>
border-color css
<style>
span { border-color: #856EA3; }
span { border-color: rgb(133,110,163); }
td.TdClassName
{
border-color: #856EA3;
}
.TagClassName
{
border-color: #856EA3;
}
</style>