Shades of Medium Slate Blue #9356F5
Tints of Medium Slate Blue #9356F5
RGB
CMYK
RGB Variations
Color information
#9356F5 (or 0x9356F5) is known color: Medium Slate Blue. HEX triplet: 93, 56 and F5. RGB value is (147,86,245). Sum of RGB (Red+Green+Blue) = 147+86+245=478 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.75% from 478); Green value is 86 (33.98% from 255 or 17.99% from 478); Blue value is 245 (96.09% from 255 or 51.26% from 478); Max value from RGB is 245 - color contains mainly: blue. Hex color #9356F5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9356F5 is #6CA90A. Grayscale: #797979. Windows color (decimal): -7121163 or 16078483. OLE color: 16078483.
HSL color Cylindrical-coordinate representation of color #9356F5: hue angle of 263.02º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9356F5 is Cyan = 0.4, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 147 | 86 | 245 | - |
| CMYK | 0.4 | 0.65 | 0 | 0.04 |
| HSL | 263.02º | 0.89% | 0.65% | - |
| HSV(B) | 263.02º | 0.65% | 0.96% | - |
| XYZ | 31.84 | 19.45 | 88.46 | - |
| YUV | 122.37 | 197.21 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 86 | 245 | 0.4 | 0.65 | 0 | 0.04 | 263.02 | 0.89 | 0.65 |
| Hex | 93 | 56 | F5 | 28 | 41 | 0 | 4 | 107 | 59 | 41 |
| Octal | 223 | 126 | 365 | 50 | 101 | 0 | 4 | 407 | 131 | 101 |
| Binary | 10010011 | 1010110 | 11110101 | 101000 | 1000001 | 0 | 100 | 100000111 | 1011001 | 1000001 |
Color Harmonies of #9356F5
Complementary color
Monochromatic Colors of #9356F5
Black with #9356F5
Text Example
Text Example
White with #9356F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9356F5; }
p { color: rgb(147,86,245); }
H1.HeaderClassName
{
color: #9356F5;
}
.AnyTagClassName
{
color: #9356F5;
}
</style>
background-color css
<style>
a { background-color: #9356F5; }
a { background-color: rgb(147,86,245); }
div.DivClassName
{
background-color: #9356F5;
}
.BgClassName
{
background-color: #9356F5;
}
</style>
border-color css
<style>
span { border-color: #9356F5; }
span { border-color: rgb(147,86,245); }
td.TdClassName
{
border-color: #9356F5;
}
.TagClassName
{
border-color: #9356F5;
}
</style>