Shades of Deluge #856B9E
Tints of Deluge #856B9E
RGB
CMYK
RGB Variations
Color information
#856B9E (or 0x856B9E) is known color: Deluge. HEX triplet: 85, 6B and 9E. RGB value is (133,107,158). Sum of RGB (Red+Green+Blue) = 133+107+158=398 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.42% from 398); Green value is 107 (42.19% from 255 or 26.88% from 398); Blue value is 158 (62.11% from 255 or 39.70% from 398); Max value from RGB is 158 - color contains mainly: blue. Hex color #856B9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856B9E is #7A9461. Grayscale: #787878. Windows color (decimal): -8033378 or 10382213. OLE color: 10382213.
HSL color Cylindrical-coordinate representation of color #856B9E: hue angle of 270.59º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #856B9E is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 107 | 158 | - |
| CMYK | 0.16 | 0.32 | 0 | 0.38 |
| HSL | 270.59º | 0.21% | 0.52% | - |
| HSV(B) | 270.59º | 0.32% | 0.62% | - |
| XYZ | 21.1 | 17.97 | 34.7 | - |
| YUV | 120.59 | 149.11 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 107 | 158 | 0.16 | 0.32 | 0 | 0.38 | 270.59 | 0.21 | 0.52 |
| Hex | 85 | 6B | 9E | 10 | 20 | 0 | 26 | 10F | 15 | 34 |
| Octal | 205 | 153 | 236 | 20 | 40 | 0 | 46 | 417 | 25 | 64 |
| Binary | 10000101 | 1101011 | 10011110 | 10000 | 100000 | 0 | 100110 | 100001111 | 10101 | 110100 |
Color Harmonies of #856B9E
Complementary color
Monochromatic Colors of #856B9E
Black with #856B9E
Text Example
Text Example
White with #856B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856B9E; }
p { color: rgb(133,107,158); }
H1.HeaderClassName
{
color: #856B9E;
}
.AnyTagClassName
{
color: #856B9E;
}
</style>
background-color css
<style>
a { background-color: #856B9E; }
a { background-color: rgb(133,107,158); }
div.DivClassName
{
background-color: #856B9E;
}
.BgClassName
{
background-color: #856B9E;
}
</style>
border-color css
<style>
span { border-color: #856B9E; }
span { border-color: rgb(133,107,158); }
td.TdClassName
{
border-color: #856B9E;
}
.TagClassName
{
border-color: #856B9E;
}
</style>