Shades of True V #856BC5
Tints of True V #856BC5
RGB
CMYK
RGB Variations
Color information
#856BC5 (or 0x856BC5) is known color: True V. HEX triplet: 85, 6B and C5. RGB value is (133,107,197). Sum of RGB (Red+Green+Blue) = 133+107+197=437 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.43% from 437); Green value is 107 (42.19% from 255 or 24.49% from 437); Blue value is 197 (77.34% from 255 or 45.08% from 437); Max value from RGB is 197 - color contains mainly: blue. Hex color #856BC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856BC5 is #7A943A. Grayscale: #7C7C7C. Windows color (decimal): -8033339 or 12938117. OLE color: 12938117.
HSL color Cylindrical-coordinate representation of color #856BC5: hue angle of 257.33º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #856BC5 is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 133 | 107 | 197 | - |
| CMYK | 0.32 | 0.46 | 0 | 0.23 |
| HSL | 257.33º | 0.44% | 0.6% | - |
| HSV(B) | 257.33º | 0.46% | 0.77% | - |
| XYZ | 25.01 | 19.53 | 55.28 | - |
| YUV | 125.03 | 168.61 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 107 | 197 | 0.32 | 0.46 | 0 | 0.23 | 257.33 | 0.44 | 0.6 |
| Hex | 85 | 6B | C5 | 20 | 2E | 0 | 17 | 101 | 2C | 3C |
| Octal | 205 | 153 | 305 | 40 | 56 | 0 | 27 | 401 | 54 | 74 |
| Binary | 10000101 | 1101011 | 11000101 | 100000 | 101110 | 0 | 10111 | 100000001 | 101100 | 111100 |
Color Harmonies of #856BC5
Complementary color
Monochromatic Colors of #856BC5
Black with #856BC5
Text Example
Text Example
White with #856BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856BC5; }
p { color: rgb(133,107,197); }
H1.HeaderClassName
{
color: #856BC5;
}
.AnyTagClassName
{
color: #856BC5;
}
</style>
background-color css
<style>
a { background-color: #856BC5; }
a { background-color: rgb(133,107,197); }
div.DivClassName
{
background-color: #856BC5;
}
.BgClassName
{
background-color: #856BC5;
}
</style>
border-color css
<style>
span { border-color: #856BC5; }
span { border-color: rgb(133,107,197); }
td.TdClassName
{
border-color: #856BC5;
}
.TagClassName
{
border-color: #856BC5;
}
</style>