Shades of True V #856AB7
Tints of True V #856AB7
RGB
CMYK
RGB Variations
Color information
#856AB7 (or 0x856AB7) is known color: True V. HEX triplet: 85, 6A and B7. RGB value is (133,106,183). Sum of RGB (Red+Green+Blue) = 133+106+183=422 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.52% from 422); Green value is 106 (41.80% from 255 or 25.12% from 422); Blue value is 183 (71.88% from 255 or 43.36% from 422); Max value from RGB is 183 - color contains mainly: blue. Hex color #856AB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856AB7 is #7A9548. Grayscale: #7A7A7A. Windows color (decimal): -8033609 or 12020357. OLE color: 12020357.
HSL color Cylindrical-coordinate representation of color #856AB7: hue angle of 261.04º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #856AB7 is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 133 | 106 | 183 | - |
| CMYK | 0.27 | 0.42 | 0 | 0.28 |
| HSL | 261.04º | 0.35% | 0.57% | - |
| HSV(B) | 261.04º | 0.42% | 0.72% | - |
| XYZ | 23.37 | 18.71 | 47.18 | - |
| YUV | 122.85 | 161.95 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 106 | 183 | 0.27 | 0.42 | 0 | 0.28 | 261.04 | 0.35 | 0.57 |
| Hex | 85 | 6A | B7 | 1B | 2A | 0 | 1C | 105 | 23 | 39 |
| Octal | 205 | 152 | 267 | 33 | 52 | 0 | 34 | 405 | 43 | 71 |
| Binary | 10000101 | 1101010 | 10110111 | 11011 | 101010 | 0 | 11100 | 100000101 | 100011 | 111001 |
Color Harmonies of #856AB7
Complementary color
Monochromatic Colors of #856AB7
Black with #856AB7
Text Example
Text Example
White with #856AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856AB7; }
p { color: rgb(133,106,183); }
H1.HeaderClassName
{
color: #856AB7;
}
.AnyTagClassName
{
color: #856AB7;
}
</style>
background-color css
<style>
a { background-color: #856AB7; }
a { background-color: rgb(133,106,183); }
div.DivClassName
{
background-color: #856AB7;
}
.BgClassName
{
background-color: #856AB7;
}
</style>
border-color css
<style>
span { border-color: #856AB7; }
span { border-color: rgb(133,106,183); }
td.TdClassName
{
border-color: #856AB7;
}
.TagClassName
{
border-color: #856AB7;
}
</style>