Shades of Medium Slate Blue #856CE7
Tints of Medium Slate Blue #856CE7
RGB
CMYK
RGB Variations
Color information
#856CE7 (or 0x856CE7) is known color: Medium Slate Blue. HEX triplet: 85, 6C and E7. RGB value is (133,108,231). Sum of RGB (Red+Green+Blue) = 133+108+231=472 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.18% from 472); Green value is 108 (42.58% from 255 or 22.88% from 472); Blue value is 231 (90.62% from 255 or 48.94% from 472); Max value from RGB is 231 - color contains mainly: blue. Hex color #856CE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #856CE7 is #7A9318. Grayscale: #818181. Windows color (decimal): -8033049 or 15166597. OLE color: 15166597.
HSL color Cylindrical-coordinate representation of color #856CE7: hue angle of 252.2º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #856CE7 is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 133 | 108 | 231 | - |
| CMYK | 0.42 | 0.53 | 0 | 0.09 |
| HSL | 252.2º | 0.72% | 0.66% | - |
| HSV(B) | 252.2º | 0.53% | 0.91% | - |
| XYZ | 29.46 | 21.48 | 78.19 | - |
| YUV | 129.5 | 185.28 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 108 | 231 | 0.42 | 0.53 | 0 | 0.09 | 252.2 | 0.72 | 0.66 |
| Hex | 85 | 6C | E7 | 2A | 35 | 0 | 9 | FC | 48 | 42 |
| Octal | 205 | 154 | 347 | 52 | 65 | 0 | 11 | 374 | 110 | 102 |
| Binary | 10000101 | 1101100 | 11100111 | 101010 | 110101 | 0 | 1001 | 11111100 | 1001000 | 1000010 |
Color Harmonies of #856CE7
Complementary color
Monochromatic Colors of #856CE7
Black with #856CE7
Text Example
Text Example
White with #856CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856CE7; }
p { color: rgb(133,108,231); }
H1.HeaderClassName
{
color: #856CE7;
}
.AnyTagClassName
{
color: #856CE7;
}
</style>
background-color css
<style>
a { background-color: #856CE7; }
a { background-color: rgb(133,108,231); }
div.DivClassName
{
background-color: #856CE7;
}
.BgClassName
{
background-color: #856CE7;
}
</style>
border-color css
<style>
span { border-color: #856CE7; }
span { border-color: rgb(133,108,231); }
td.TdClassName
{
border-color: #856CE7;
}
.TagClassName
{
border-color: #856CE7;
}
</style>