Shades of Light Slate Blue #9363FF
Tints of Light Slate Blue #9363FF
RGB
CMYK
RGB Variations
Color information
#9363FF (or 0x9363FF) is known color: Light Slate Blue. HEX triplet: 93, 63 and FF. RGB value is (147,99,255). Sum of RGB (Red+Green+Blue) = 147+99+255=501 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.34% from 501); Green value is 99 (39.06% from 255 or 19.76% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #9363FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9363FF is #6C9C00. Grayscale: #828282. Windows color (decimal): -7117825 or 16737171. OLE color: 16737171.
HSL color Cylindrical-coordinate representation of color #9363FF: hue angle of 258.46º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9363FF is Cyan = 0.42, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 147 | 99 | 255 | - |
| CMYK | 0.42 | 0.61 | 0 | 0 |
| HSL | 258.46º | 1% | 0.69% | - |
| HSV(B) | 258.46º | 0.61% | 1% | - |
| XYZ | 34.54 | 22.35 | 97.1 | - |
| YUV | 131.14 | 197.9 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 99 | 255 | 0.42 | 0.61 | 0 | 0 | 258.46 | 1 | 0.69 |
| Hex | 93 | 63 | FF | 2A | 3D | 0 | 0 | 102 | 64 | 45 |
| Octal | 223 | 143 | 377 | 52 | 75 | 0 | 0 | 402 | 144 | 105 |
| Binary | 10010011 | 1100011 | 11111111 | 101010 | 111101 | 0 | 0 | 100000010 | 1100100 | 1000101 |
Color Harmonies of #9363FF
Complementary color
Monochromatic Colors of #9363FF
Black with #9363FF
Text Example
Text Example
White with #9363FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9363FF; }
p { color: rgb(147,99,255); }
H1.HeaderClassName
{
color: #9363FF;
}
.AnyTagClassName
{
color: #9363FF;
}
</style>
background-color css
<style>
a { background-color: #9363FF; }
a { background-color: rgb(147,99,255); }
div.DivClassName
{
background-color: #9363FF;
}
.BgClassName
{
background-color: #9363FF;
}
</style>
border-color css
<style>
span { border-color: #9363FF; }
span { border-color: rgb(147,99,255); }
td.TdClassName
{
border-color: #9363FF;
}
.TagClassName
{
border-color: #9363FF;
}
</style>