Shades of Deluge #856AB2
Tints of Deluge #856AB2
RGB
CMYK
RGB Variations
Color information
#856AB2 (or 0x856AB2) is known color: Deluge. HEX triplet: 85, 6A and B2. RGB value is (133,106,178). Sum of RGB (Red+Green+Blue) = 133+106+178=417 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.89% from 417); Green value is 106 (41.80% from 255 or 25.42% from 417); Blue value is 178 (69.92% from 255 or 42.69% from 417); Max value from RGB is 178 - color contains mainly: blue. Hex color #856AB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856AB2 is #7A954D. Grayscale: #7A7A7A. Windows color (decimal): -8033614 or 11692677. OLE color: 11692677.
HSL color Cylindrical-coordinate representation of color #856AB2: hue angle of 262.5º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #856AB2 is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 133 | 106 | 178 | - |
| CMYK | 0.25 | 0.40 | 0 | 0.30 |
| HSL | 262.5º | 0.32% | 0.56% | - |
| HSV(B) | 262.5º | 0.4% | 0.7% | - |
| XYZ | 22.86 | 18.51 | 44.49 | - |
| YUV | 122.28 | 159.45 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 106 | 178 | 0.25 | 0.40 | 0 | 0.30 | 262.5 | 0.32 | 0.56 |
| Hex | 85 | 6A | B2 | 19 | 28 | 0 | 1E | 106 | 20 | 38 |
| Octal | 205 | 152 | 262 | 31 | 50 | 0 | 36 | 406 | 40 | 70 |
| Binary | 10000101 | 1101010 | 10110010 | 11001 | 101000 | 0 | 11110 | 100000110 | 100000 | 111000 |
Color Harmonies of #856AB2
Complementary color
Monochromatic Colors of #856AB2
Black with #856AB2
Text Example
Text Example
White with #856AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856AB2; }
p { color: rgb(133,106,178); }
H1.HeaderClassName
{
color: #856AB2;
}
.AnyTagClassName
{
color: #856AB2;
}
</style>
background-color css
<style>
a { background-color: #856AB2; }
a { background-color: rgb(133,106,178); }
div.DivClassName
{
background-color: #856AB2;
}
.BgClassName
{
background-color: #856AB2;
}
</style>
border-color css
<style>
span { border-color: #856AB2; }
span { border-color: rgb(133,106,178); }
td.TdClassName
{
border-color: #856AB2;
}
.TagClassName
{
border-color: #856AB2;
}
</style>