Shades of Medium Slate Blue #8356DF
Tints of Medium Slate Blue #8356DF
RGB
CMYK
RGB Variations
Color information
#8356DF (or 0x8356DF) is known color: Medium Slate Blue. HEX triplet: 83, 56 and DF. RGB value is (131,86,223). Sum of RGB (Red+Green+Blue) = 131+86+223=440 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.77% from 440); Green value is 86 (33.98% from 255 or 19.55% from 440); Blue value is 223 (87.5% from 255 or 50.68% from 440); Max value from RGB is 223 - color contains mainly: blue. Hex color #8356DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8356DF is #7CA920. Grayscale: #727272. Windows color (decimal): -8169761 or 14636675. OLE color: 14636675.
HSL color Cylindrical-coordinate representation of color #8356DF: hue angle of 259.71º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8356DF is Cyan = 0.41, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 86 | 223 | - |
| CMYK | 0.41 | 0.61 | 0 | 0.13 |
| HSL | 259.71º | 0.68% | 0.61% | - |
| HSV(B) | 259.71º | 0.61% | 0.87% | - |
| XYZ | 26.01 | 16.81 | 71.69 | - |
| YUV | 115.07 | 188.91 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 86 | 223 | 0.41 | 0.61 | 0 | 0.13 | 259.71 | 0.68 | 0.61 |
| Hex | 83 | 56 | DF | 29 | 3D | 0 | D | 104 | 44 | 3D |
| Octal | 203 | 126 | 337 | 51 | 75 | 0 | 15 | 404 | 104 | 75 |
| Binary | 10000011 | 1010110 | 11011111 | 101001 | 111101 | 0 | 1101 | 100000100 | 1000100 | 111101 |
Color Harmonies of #8356DF
Complementary color
Monochromatic Colors of #8356DF
Black with #8356DF
Text Example
Text Example
White with #8356DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8356DF; }
p { color: rgb(131,86,223); }
H1.HeaderClassName
{
color: #8356DF;
}
.AnyTagClassName
{
color: #8356DF;
}
</style>
background-color css
<style>
a { background-color: #8356DF; }
a { background-color: rgb(131,86,223); }
div.DivClassName
{
background-color: #8356DF;
}
.BgClassName
{
background-color: #8356DF;
}
</style>
border-color css
<style>
span { border-color: #8356DF; }
span { border-color: rgb(131,86,223); }
td.TdClassName
{
border-color: #8356DF;
}
.TagClassName
{
border-color: #8356DF;
}
</style>