Shades of True V #856BCE
Tints of True V #856BCE
RGB
CMYK
RGB Variations
Color information
#856BCE (or 0x856BCE) is known color: True V. HEX triplet: 85, 6B and CE. RGB value is (133,107,206). Sum of RGB (Red+Green+Blue) = 133+107+206=446 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.82% from 446); Green value is 107 (42.19% from 255 or 23.99% from 446); Blue value is 206 (80.86% from 255 or 46.19% from 446); Max value from RGB is 206 - color contains mainly: blue. Hex color #856BCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856BCE is #7A9431. Grayscale: #7D7D7D. Windows color (decimal): -8033330 or 13527941. OLE color: 13527941.
HSL color Cylindrical-coordinate representation of color #856BCE: hue angle of 255.76º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #856BCE is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 107 | 206 | - |
| CMYK | 0.35 | 0.48 | 0 | 0.19 |
| HSL | 255.76º | 0.5% | 0.61% | - |
| HSV(B) | 255.76º | 0.48% | 0.81% | - |
| XYZ | 26.07 | 19.96 | 60.87 | - |
| YUV | 126.06 | 173.11 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 107 | 206 | 0.35 | 0.48 | 0 | 0.19 | 255.76 | 0.5 | 0.61 |
| Hex | 85 | 6B | CE | 23 | 30 | 0 | 13 | 100 | 32 | 3D |
| Octal | 205 | 153 | 316 | 43 | 60 | 0 | 23 | 400 | 62 | 75 |
| Binary | 10000101 | 1101011 | 11001110 | 100011 | 110000 | 0 | 10011 | 100000000 | 110010 | 111101 |
Color Harmonies of #856BCE
Complementary color
Monochromatic Colors of #856BCE
Black with #856BCE
Text Example
Text Example
White with #856BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856BCE; }
p { color: rgb(133,107,206); }
H1.HeaderClassName
{
color: #856BCE;
}
.AnyTagClassName
{
color: #856BCE;
}
</style>
background-color css
<style>
a { background-color: #856BCE; }
a { background-color: rgb(133,107,206); }
div.DivClassName
{
background-color: #856BCE;
}
.BgClassName
{
background-color: #856BCE;
}
</style>
border-color css
<style>
span { border-color: #856BCE; }
span { border-color: rgb(133,107,206); }
td.TdClassName
{
border-color: #856BCE;
}
.TagClassName
{
border-color: #856BCE;
}
</style>