Shades of Medium Slate Blue #856CE3
Tints of Medium Slate Blue #856CE3
RGB
CMYK
RGB Variations
Color information
#856CE3 (or 0x856CE3) is known color: Medium Slate Blue. HEX triplet: 85, 6C and E3. RGB value is (133,108,227). Sum of RGB (Red+Green+Blue) = 133+108+227=468 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.42% from 468); Green value is 108 (42.58% from 255 or 23.08% from 468); Blue value is 227 (89.06% from 255 or 48.50% from 468); Max value from RGB is 227 - color contains mainly: blue. Hex color #856CE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856CE3 is #7A931C. Grayscale: #808080. Windows color (decimal): -8033053 or 14904453. OLE color: 14904453.
HSL color Cylindrical-coordinate representation of color #856CE3: hue angle of 252.61º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #856CE3 is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 133 | 108 | 227 | - |
| CMYK | 0.41 | 0.52 | 0 | 0.11 |
| HSL | 252.61º | 0.68% | 0.66% | - |
| HSV(B) | 252.61º | 0.52% | 0.89% | - |
| XYZ | 28.9 | 21.26 | 75.25 | - |
| YUV | 129.04 | 183.28 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 108 | 227 | 0.41 | 0.52 | 0 | 0.11 | 252.61 | 0.68 | 0.66 |
| Hex | 85 | 6C | E3 | 29 | 34 | 0 | B | FD | 44 | 42 |
| Octal | 205 | 154 | 343 | 51 | 64 | 0 | 13 | 375 | 104 | 102 |
| Binary | 10000101 | 1101100 | 11100011 | 101001 | 110100 | 0 | 1011 | 11111101 | 1000100 | 1000010 |
Color Harmonies of #856CE3
Complementary color
Monochromatic Colors of #856CE3
Black with #856CE3
Text Example
Text Example
White with #856CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856CE3; }
p { color: rgb(133,108,227); }
H1.HeaderClassName
{
color: #856CE3;
}
.AnyTagClassName
{
color: #856CE3;
}
</style>
background-color css
<style>
a { background-color: #856CE3; }
a { background-color: rgb(133,108,227); }
div.DivClassName
{
background-color: #856CE3;
}
.BgClassName
{
background-color: #856CE3;
}
</style>
border-color css
<style>
span { border-color: #856CE3; }
span { border-color: rgb(133,108,227); }
td.TdClassName
{
border-color: #856CE3;
}
.TagClassName
{
border-color: #856CE3;
}
</style>