Shades of Medium Slate Blue #9353F6
Tints of Medium Slate Blue #9353F6
RGB
CMYK
RGB Variations
Color information
#9353F6 (or 0x9353F6) is known color: Medium Slate Blue. HEX triplet: 93, 53 and F6. RGB value is (147,83,246). Sum of RGB (Red+Green+Blue) = 147+83+246=476 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.88% from 476); Green value is 83 (32.81% from 255 or 17.44% from 476); Blue value is 246 (96.48% from 255 or 51.68% from 476); Max value from RGB is 246 - color contains mainly: blue. Hex color #9353F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9353F6 is #6CAC09. Grayscale: #787878. Windows color (decimal): -7121930 or 16143251. OLE color: 16143251.
HSL color Cylindrical-coordinate representation of color #9353F6: hue angle of 263.56º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9353F6 is Cyan = 0.40, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 147 | 83 | 246 | - |
| CMYK | 0.40 | 0.66 | 0 | 0.04 |
| HSL | 263.56º | 0.9% | 0.65% | - |
| HSV(B) | 263.56º | 0.66% | 0.96% | - |
| XYZ | 31.76 | 19.04 | 89.19 | - |
| YUV | 120.72 | 198.7 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 83 | 246 | 0.40 | 0.66 | 0 | 0.04 | 263.56 | 0.9 | 0.65 |
| Hex | 93 | 53 | F6 | 28 | 42 | 0 | 4 | 108 | 5A | 41 |
| Octal | 223 | 123 | 366 | 50 | 102 | 0 | 4 | 410 | 132 | 101 |
| Binary | 10010011 | 1010011 | 11110110 | 101000 | 1000010 | 0 | 100 | 100001000 | 1011010 | 1000001 |
Color Harmonies of #9353F6
Complementary color
Monochromatic Colors of #9353F6
Black with #9353F6
Text Example
Text Example
White with #9353F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9353F6; }
p { color: rgb(147,83,246); }
H1.HeaderClassName
{
color: #9353F6;
}
.AnyTagClassName
{
color: #9353F6;
}
</style>
background-color css
<style>
a { background-color: #9353F6; }
a { background-color: rgb(147,83,246); }
div.DivClassName
{
background-color: #9353F6;
}
.BgClassName
{
background-color: #9353F6;
}
</style>
border-color css
<style>
span { border-color: #9353F6; }
span { border-color: rgb(147,83,246); }
td.TdClassName
{
border-color: #9353F6;
}
.TagClassName
{
border-color: #9353F6;
}
</style>