Shades of True V #856CC8
Tints of True V #856CC8
RGB
CMYK
RGB Variations
Color information
#856CC8 (or 0x856CC8) is known color: True V. HEX triplet: 85, 6C and C8. RGB value is (133,108,200). Sum of RGB (Red+Green+Blue) = 133+108+200=441 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.16% from 441); Green value is 108 (42.58% from 255 or 24.49% from 441); Blue value is 200 (78.52% from 255 or 45.35% from 441); Max value from RGB is 200 - color contains mainly: blue. Hex color #856CC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856CC8 is #7A9337. Grayscale: #7D7D7D. Windows color (decimal): -8033080 or 13134981. OLE color: 13134981.
HSL color Cylindrical-coordinate representation of color #856CC8: hue angle of 256.3º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #856CC8 is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 133 | 108 | 200 | - |
| CMYK | 0.34 | 0.46 | 0 | 0.22 |
| HSL | 256.3º | 0.46% | 0.6% | - |
| HSV(B) | 256.3º | 0.46% | 0.78% | - |
| XYZ | 25.46 | 19.88 | 57.14 | - |
| YUV | 125.96 | 169.78 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 108 | 200 | 0.34 | 0.46 | 0 | 0.22 | 256.3 | 0.46 | 0.6 |
| Hex | 85 | 6C | C8 | 22 | 2E | 0 | 16 | 100 | 2E | 3C |
| Octal | 205 | 154 | 310 | 42 | 56 | 0 | 26 | 400 | 56 | 74 |
| Binary | 10000101 | 1101100 | 11001000 | 100010 | 101110 | 0 | 10110 | 100000000 | 101110 | 111100 |
Color Harmonies of #856CC8
Complementary color
Monochromatic Colors of #856CC8
Black with #856CC8
Text Example
Text Example
White with #856CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856CC8; }
p { color: rgb(133,108,200); }
H1.HeaderClassName
{
color: #856CC8;
}
.AnyTagClassName
{
color: #856CC8;
}
</style>
background-color css
<style>
a { background-color: #856CC8; }
a { background-color: rgb(133,108,200); }
div.DivClassName
{
background-color: #856CC8;
}
.BgClassName
{
background-color: #856CC8;
}
</style>
border-color css
<style>
span { border-color: #856CC8; }
span { border-color: rgb(133,108,200); }
td.TdClassName
{
border-color: #856CC8;
}
.TagClassName
{
border-color: #856CC8;
}
</style>