Shades of Light Slate Blue #9363F9
Tints of Light Slate Blue #9363F9
RGB
CMYK
RGB Variations
Color information
#9363F9 (or 0x9363F9) is known color: Light Slate Blue. HEX triplet: 93, 63 and F9. RGB value is (147,99,249). Sum of RGB (Red+Green+Blue) = 147+99+249=495 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.70% from 495); Green value is 99 (39.06% from 255 or 20% from 495); Blue value is 249 (97.66% from 255 or 50.30% from 495); Max value from RGB is 249 - color contains mainly: blue. Hex color #9363F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9363F9 is #6C9C06. Grayscale: #818181. Windows color (decimal): -7117831 or 16343955. OLE color: 16343955.
HSL color Cylindrical-coordinate representation of color #9363F9: hue angle of 259.2º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9363F9 is Cyan = 0.41, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 147 | 99 | 249 | - |
| CMYK | 0.41 | 0.60 | 0 | 0.02 |
| HSL | 259.2º | 0.93% | 0.68% | - |
| HSV(B) | 259.2º | 0.6% | 0.98% | - |
| XYZ | 33.59 | 21.97 | 92.09 | - |
| YUV | 130.45 | 194.9 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 99 | 249 | 0.41 | 0.60 | 0 | 0.02 | 259.2 | 0.93 | 0.68 |
| Hex | 93 | 63 | F9 | 29 | 3C | 0 | 2 | 103 | 5D | 44 |
| Octal | 223 | 143 | 371 | 51 | 74 | 0 | 2 | 403 | 135 | 104 |
| Binary | 10010011 | 1100011 | 11111001 | 101001 | 111100 | 0 | 10 | 100000011 | 1011101 | 1000100 |
Color Harmonies of #9363F9
Complementary color
Monochromatic Colors of #9363F9
Black with #9363F9
Text Example
Text Example
White with #9363F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9363F9; }
p { color: rgb(147,99,249); }
H1.HeaderClassName
{
color: #9363F9;
}
.AnyTagClassName
{
color: #9363F9;
}
</style>
background-color css
<style>
a { background-color: #9363F9; }
a { background-color: rgb(147,99,249); }
div.DivClassName
{
background-color: #9363F9;
}
.BgClassName
{
background-color: #9363F9;
}
</style>
border-color css
<style>
span { border-color: #9363F9; }
span { border-color: rgb(147,99,249); }
td.TdClassName
{
border-color: #9363F9;
}
.TagClassName
{
border-color: #9363F9;
}
</style>