Shades of True V #856CBD
Tints of True V #856CBD
RGB
CMYK
RGB Variations
Color information
#856CBD (or 0x856CBD) is known color: True V. HEX triplet: 85, 6C and BD. RGB value is (133,108,189). Sum of RGB (Red+Green+Blue) = 133+108+189=430 (56% of max value = 765). Red value is 133 (52.34% from 255 or 30.93% from 430); Green value is 108 (42.58% from 255 or 25.12% from 430); Blue value is 189 (74.22% from 255 or 43.95% from 430); Max value from RGB is 189 - color contains mainly: blue. Hex color #856CBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856CBD is #7A9342. Grayscale: #7C7C7C. Windows color (decimal): -8033091 or 12414085. OLE color: 12414085.
HSL color Cylindrical-coordinate representation of color #856CBD: hue angle of 258.52º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #856CBD is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 108 | 189 | - |
| CMYK | 0.30 | 0.43 | 0 | 0.26 |
| HSL | 258.52º | 0.38% | 0.58% | - |
| HSV(B) | 258.52º | 0.43% | 0.74% | - |
| XYZ | 24.22 | 19.39 | 50.61 | - |
| YUV | 124.71 | 164.28 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 108 | 189 | 0.30 | 0.43 | 0 | 0.26 | 258.52 | 0.38 | 0.58 |
| Hex | 85 | 6C | BD | 1E | 2B | 0 | 1A | 103 | 26 | 3A |
| Octal | 205 | 154 | 275 | 36 | 53 | 0 | 32 | 403 | 46 | 72 |
| Binary | 10000101 | 1101100 | 10111101 | 11110 | 101011 | 0 | 11010 | 100000011 | 100110 | 111010 |
Color Harmonies of #856CBD
Complementary color
Monochromatic Colors of #856CBD
Black with #856CBD
Text Example
Text Example
White with #856CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856CBD; }
p { color: rgb(133,108,189); }
H1.HeaderClassName
{
color: #856CBD;
}
.AnyTagClassName
{
color: #856CBD;
}
</style>
background-color css
<style>
a { background-color: #856CBD; }
a { background-color: rgb(133,108,189); }
div.DivClassName
{
background-color: #856CBD;
}
.BgClassName
{
background-color: #856CBD;
}
</style>
border-color css
<style>
span { border-color: #856CBD; }
span { border-color: rgb(133,108,189); }
td.TdClassName
{
border-color: #856CBD;
}
.TagClassName
{
border-color: #856CBD;
}
</style>