Shades of Deluge #856EA2
Tints of Deluge #856EA2
RGB
CMYK
RGB Variations
Color information
#856EA2 (or 0x856EA2) is known color: Deluge. HEX triplet: 85, 6E and A2. RGB value is (133,110,162). Sum of RGB (Red+Green+Blue) = 133+110+162=405 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.84% from 405); Green value is 110 (43.36% from 255 or 27.16% from 405); Blue value is 162 (63.67% from 255 or 40% from 405); Max value from RGB is 162 - color contains mainly: blue. Hex color #856EA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856EA2 is #7A915D. Grayscale: #7A7A7A. Windows color (decimal): -8032606 or 10645125. OLE color: 10645125.
HSL color Cylindrical-coordinate representation of color #856EA2: hue angle of 266.54º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #856EA2 is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 133 | 110 | 162 | - |
| CMYK | 0.18 | 0.32 | 0 | 0.36 |
| HSL | 266.54º | 0.22% | 0.53% | - |
| HSV(B) | 266.54º | 0.32% | 0.64% | - |
| XYZ | 21.77 | 18.75 | 36.65 | - |
| YUV | 122.81 | 150.12 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 110 | 162 | 0.18 | 0.32 | 0 | 0.36 | 266.54 | 0.22 | 0.53 |
| Hex | 85 | 6E | A2 | 12 | 20 | 0 | 24 | 10B | 16 | 35 |
| Octal | 205 | 156 | 242 | 22 | 40 | 0 | 44 | 413 | 26 | 65 |
| Binary | 10000101 | 1101110 | 10100010 | 10010 | 100000 | 0 | 100100 | 100001011 | 10110 | 110101 |
Color Harmonies of #856EA2
Complementary color
Monochromatic Colors of #856EA2
Black with #856EA2
Text Example
Text Example
White with #856EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856EA2; }
p { color: rgb(133,110,162); }
H1.HeaderClassName
{
color: #856EA2;
}
.AnyTagClassName
{
color: #856EA2;
}
</style>
background-color css
<style>
a { background-color: #856EA2; }
a { background-color: rgb(133,110,162); }
div.DivClassName
{
background-color: #856EA2;
}
.BgClassName
{
background-color: #856EA2;
}
</style>
border-color css
<style>
span { border-color: #856EA2; }
span { border-color: rgb(133,110,162); }
td.TdClassName
{
border-color: #856EA2;
}
.TagClassName
{
border-color: #856EA2;
}
</style>