Shades of Deluge #856DB4
Tints of Deluge #856DB4
RGB
CMYK
RGB Variations
Color information
#856DB4 (or 0x856DB4) is known color: Deluge. HEX triplet: 85, 6D and B4. RGB value is (133,109,180). Sum of RGB (Red+Green+Blue) = 133+109+180=422 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.52% from 422); Green value is 109 (42.97% from 255 or 25.83% from 422); Blue value is 180 (70.70% from 255 or 42.65% from 422); Max value from RGB is 180 - color contains mainly: blue. Hex color #856DB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856DB4 is #7A924B. Grayscale: #7C7C7C. Windows color (decimal): -8032844 or 11824517. OLE color: 11824517.
HSL color Cylindrical-coordinate representation of color #856DB4: hue angle of 260.28º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #856DB4 is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 133 | 109 | 180 | - |
| CMYK | 0.26 | 0.39 | 0 | 0.29 |
| HSL | 260.28º | 0.32% | 0.57% | - |
| HSV(B) | 260.28º | 0.39% | 0.71% | - |
| XYZ | 23.38 | 19.22 | 45.66 | - |
| YUV | 124.27 | 159.45 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 109 | 180 | 0.26 | 0.39 | 0 | 0.29 | 260.28 | 0.32 | 0.57 |
| Hex | 85 | 6D | B4 | 1A | 27 | 0 | 1D | 104 | 20 | 39 |
| Octal | 205 | 155 | 264 | 32 | 47 | 0 | 35 | 404 | 40 | 71 |
| Binary | 10000101 | 1101101 | 10110100 | 11010 | 100111 | 0 | 11101 | 100000100 | 100000 | 111001 |
Color Harmonies of #856DB4
Complementary color
Monochromatic Colors of #856DB4
Black with #856DB4
Text Example
Text Example
White with #856DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856DB4; }
p { color: rgb(133,109,180); }
H1.HeaderClassName
{
color: #856DB4;
}
.AnyTagClassName
{
color: #856DB4;
}
</style>
background-color css
<style>
a { background-color: #856DB4; }
a { background-color: rgb(133,109,180); }
div.DivClassName
{
background-color: #856DB4;
}
.BgClassName
{
background-color: #856DB4;
}
</style>
border-color css
<style>
span { border-color: #856DB4; }
span { border-color: rgb(133,109,180); }
td.TdClassName
{
border-color: #856DB4;
}
.TagClassName
{
border-color: #856DB4;
}
</style>