Shades of True V #856BC0
Tints of True V #856BC0
RGB
CMYK
RGB Variations
Color information
#856BC0 (or 0x856BC0) is known color: True V. HEX triplet: 85, 6B and C0. RGB value is (133,107,192). Sum of RGB (Red+Green+Blue) = 133+107+192=432 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.79% from 432); Green value is 107 (42.19% from 255 or 24.77% from 432); Blue value is 192 (75.39% from 255 or 44.44% from 432); Max value from RGB is 192 - color contains mainly: blue. Hex color #856BC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856BC0 is #7A943F. Grayscale: #7C7C7C. Windows color (decimal): -8033344 or 12610437. OLE color: 12610437.
HSL color Cylindrical-coordinate representation of color #856BC0: hue angle of 258.35º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #856BC0 is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 107 | 192 | - |
| CMYK | 0.31 | 0.44 | 0 | 0.25 |
| HSL | 258.35º | 0.4% | 0.59% | - |
| HSV(B) | 258.35º | 0.44% | 0.75% | - |
| XYZ | 24.44 | 19.31 | 52.31 | - |
| YUV | 124.46 | 166.11 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 107 | 192 | 0.31 | 0.44 | 0 | 0.25 | 258.35 | 0.4 | 0.59 |
| Hex | 85 | 6B | C0 | 1F | 2C | 0 | 19 | 102 | 28 | 3B |
| Octal | 205 | 153 | 300 | 37 | 54 | 0 | 31 | 402 | 50 | 73 |
| Binary | 10000101 | 1101011 | 11000000 | 11111 | 101100 | 0 | 11001 | 100000010 | 101000 | 111011 |
Color Harmonies of #856BC0
Complementary color
Monochromatic Colors of #856BC0
Black with #856BC0
Text Example
Text Example
White with #856BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856BC0; }
p { color: rgb(133,107,192); }
H1.HeaderClassName
{
color: #856BC0;
}
.AnyTagClassName
{
color: #856BC0;
}
</style>
background-color css
<style>
a { background-color: #856BC0; }
a { background-color: rgb(133,107,192); }
div.DivClassName
{
background-color: #856BC0;
}
.BgClassName
{
background-color: #856BC0;
}
</style>
border-color css
<style>
span { border-color: #856BC0; }
span { border-color: rgb(133,107,192); }
td.TdClassName
{
border-color: #856BC0;
}
.TagClassName
{
border-color: #856BC0;
}
</style>