Shades of Light Slate Blue #9363FE
Tints of Light Slate Blue #9363FE
RGB
CMYK
RGB Variations
Color information
#9363FE (or 0x9363FE) is known color: Light Slate Blue. HEX triplet: 93, 63 and FE. RGB value is (147,99,254). Sum of RGB (Red+Green+Blue) = 147+99+254=500 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.4% from 500); Green value is 99 (39.06% from 255 or 19.8% from 500); Blue value is 254 (99.61% from 255 or 50.8% from 500); Max value from RGB is 254 - color contains mainly: blue. Hex color #9363FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9363FE is #6C9C01. Grayscale: #828282. Windows color (decimal): -7117826 or 16671635. OLE color: 16671635.
HSL color Cylindrical-coordinate representation of color #9363FE: hue angle of 258.58º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9363FE is Cyan = 0.42, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 147 | 99 | 254 | - |
| CMYK | 0.42 | 0.61 | 0 | 0.00 |
| HSL | 258.58º | 0.99% | 0.69% | - |
| HSV(B) | 258.58º | 0.61% | 1% | - |
| XYZ | 34.38 | 22.28 | 96.25 | - |
| YUV | 131.02 | 197.4 | 139.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 99 | 254 | 0.42 | 0.61 | 0 | 0.00 | 258.58 | 0.99 | 0.69 |
| Hex | 93 | 63 | FE | 2A | 3D | 0 | 0 | 103 | 63 | 45 |
| Octal | 223 | 143 | 376 | 52 | 75 | 0 | 0 | 403 | 143 | 105 |
| Binary | 10010011 | 1100011 | 11111110 | 101010 | 111101 | 0 | 0 | 100000011 | 1100011 | 1000101 |
Color Harmonies of #9363FE
Complementary color
Monochromatic Colors of #9363FE
Black with #9363FE
Text Example
Text Example
White with #9363FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9363FE; }
p { color: rgb(147,99,254); }
H1.HeaderClassName
{
color: #9363FE;
}
.AnyTagClassName
{
color: #9363FE;
}
</style>
background-color css
<style>
a { background-color: #9363FE; }
a { background-color: rgb(147,99,254); }
div.DivClassName
{
background-color: #9363FE;
}
.BgClassName
{
background-color: #9363FE;
}
</style>
border-color css
<style>
span { border-color: #9363FE; }
span { border-color: rgb(147,99,254); }
td.TdClassName
{
border-color: #9363FE;
}
.TagClassName
{
border-color: #9363FE;
}
</style>