Shades of Medium Slate Blue #856FE9
Tints of Medium Slate Blue #856FE9
RGB
CMYK
RGB Variations
Color information
#856FE9 (or 0x856FE9) is known color: Medium Slate Blue. HEX triplet: 85, 6F and E9. RGB value is (133,111,233). Sum of RGB (Red+Green+Blue) = 133+111+233=477 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.88% from 477); Green value is 111 (43.75% from 255 or 23.27% from 477); Blue value is 233 (91.41% from 255 or 48.85% from 477); Max value from RGB is 233 - color contains mainly: blue. Hex color #856FE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #856FE9 is #7A9016. Grayscale: #838383. Windows color (decimal): -8032279 or 15298437. OLE color: 15298437.
HSL color Cylindrical-coordinate representation of color #856FE9: hue angle of 250.82º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #856FE9 is Cyan = 0.43, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 133 | 111 | 233 | - |
| CMYK | 0.43 | 0.52 | 0 | 0.09 |
| HSL | 250.82º | 0.73% | 0.67% | - |
| HSV(B) | 250.82º | 0.52% | 0.91% | - |
| XYZ | 30.07 | 22.24 | 79.8 | - |
| YUV | 131.49 | 185.29 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 111 | 233 | 0.43 | 0.52 | 0 | 0.09 | 250.82 | 0.73 | 0.67 |
| Hex | 85 | 6F | E9 | 2B | 34 | 0 | 9 | FB | 49 | 43 |
| Octal | 205 | 157 | 351 | 53 | 64 | 0 | 11 | 373 | 111 | 103 |
| Binary | 10000101 | 1101111 | 11101001 | 101011 | 110100 | 0 | 1001 | 11111011 | 1001001 | 1000011 |
Color Harmonies of #856FE9
Complementary color
Monochromatic Colors of #856FE9
Black with #856FE9
Text Example
Text Example
White with #856FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856FE9; }
p { color: rgb(133,111,233); }
H1.HeaderClassName
{
color: #856FE9;
}
.AnyTagClassName
{
color: #856FE9;
}
</style>
background-color css
<style>
a { background-color: #856FE9; }
a { background-color: rgb(133,111,233); }
div.DivClassName
{
background-color: #856FE9;
}
.BgClassName
{
background-color: #856FE9;
}
</style>
border-color css
<style>
span { border-color: #856FE9; }
span { border-color: rgb(133,111,233); }
td.TdClassName
{
border-color: #856FE9;
}
.TagClassName
{
border-color: #856FE9;
}
</style>