Shades of True V #856BC8
Tints of True V #856BC8
RGB
CMYK
RGB Variations
Color information
#856BC8 (or 0x856BC8) is known color: True V. HEX triplet: 85, 6B and C8. RGB value is (133,107,200). Sum of RGB (Red+Green+Blue) = 133+107+200=440 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.23% from 440); Green value is 107 (42.19% from 255 or 24.32% from 440); Blue value is 200 (78.52% from 255 or 45.45% from 440); Max value from RGB is 200 - color contains mainly: blue. Hex color #856BC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856BC8 is #7A9437. Grayscale: #7D7D7D. Windows color (decimal): -8033336 or 13134725. OLE color: 13134725.
HSL color Cylindrical-coordinate representation of color #856BC8: hue angle of 256.77º 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 #856BC8 is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 133 | 107 | 200 | - |
| CMYK | 0.34 | 0.46 | 0 | 0.22 |
| HSL | 256.77º | 0.46% | 0.6% | - |
| HSV(B) | 256.77º | 0.47% | 0.78% | - |
| XYZ | 25.36 | 19.67 | 57.1 | - |
| YUV | 125.38 | 170.11 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 107 | 200 | 0.34 | 0.46 | 0 | 0.22 | 256.77 | 0.46 | 0.6 |
| Hex | 85 | 6B | C8 | 22 | 2E | 0 | 16 | 101 | 2E | 3C |
| Octal | 205 | 153 | 310 | 42 | 56 | 0 | 26 | 401 | 56 | 74 |
| Binary | 10000101 | 1101011 | 11001000 | 100010 | 101110 | 0 | 10110 | 100000001 | 101110 | 111100 |
Color Harmonies of #856BC8
Complementary color
Monochromatic Colors of #856BC8
Black with #856BC8
Text Example
Text Example
White with #856BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856BC8; }
p { color: rgb(133,107,200); }
H1.HeaderClassName
{
color: #856BC8;
}
.AnyTagClassName
{
color: #856BC8;
}
</style>
background-color css
<style>
a { background-color: #856BC8; }
a { background-color: rgb(133,107,200); }
div.DivClassName
{
background-color: #856BC8;
}
.BgClassName
{
background-color: #856BC8;
}
</style>
border-color css
<style>
span { border-color: #856BC8; }
span { border-color: rgb(133,107,200); }
td.TdClassName
{
border-color: #856BC8;
}
.TagClassName
{
border-color: #856BC8;
}
</style>