Shades of Light Slate Blue #9363FC
Tints of Light Slate Blue #9363FC
RGB
CMYK
RGB Variations
Color information
#9363FC (or 0x9363FC) is known color: Light Slate Blue. HEX triplet: 93, 63 and FC. RGB value is (147,99,252). Sum of RGB (Red+Green+Blue) = 147+99+252=498 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.52% from 498); Green value is 99 (39.06% from 255 or 19.88% from 498); Blue value is 252 (98.83% from 255 or 50.60% from 498); Max value from RGB is 252 - color contains mainly: blue. Hex color #9363FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9363FC is #6C9C03. Grayscale: #828282. Windows color (decimal): -7117828 or 16540563. OLE color: 16540563.
HSL color Cylindrical-coordinate representation of color #9363FC: hue angle of 258.82º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9363FC is Cyan = 0.42, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 147 | 99 | 252 | - |
| CMYK | 0.42 | 0.61 | 0 | 0.01 |
| HSL | 258.82º | 0.96% | 0.69% | - |
| HSV(B) | 258.82º | 0.61% | 0.99% | - |
| XYZ | 34.07 | 22.16 | 94.58 | - |
| YUV | 130.79 | 196.4 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 99 | 252 | 0.42 | 0.61 | 0 | 0.01 | 258.82 | 0.96 | 0.69 |
| Hex | 93 | 63 | FC | 2A | 3D | 0 | 1 | 103 | 60 | 45 |
| Octal | 223 | 143 | 374 | 52 | 75 | 0 | 1 | 403 | 140 | 105 |
| Binary | 10010011 | 1100011 | 11111100 | 101010 | 111101 | 0 | 1 | 100000011 | 1100000 | 1000101 |
Color Harmonies of #9363FC
Complementary color
Monochromatic Colors of #9363FC
Black with #9363FC
Text Example
Text Example
White with #9363FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9363FC; }
p { color: rgb(147,99,252); }
H1.HeaderClassName
{
color: #9363FC;
}
.AnyTagClassName
{
color: #9363FC;
}
</style>
background-color css
<style>
a { background-color: #9363FC; }
a { background-color: rgb(147,99,252); }
div.DivClassName
{
background-color: #9363FC;
}
.BgClassName
{
background-color: #9363FC;
}
</style>
border-color css
<style>
span { border-color: #9363FC; }
span { border-color: rgb(147,99,252); }
td.TdClassName
{
border-color: #9363FC;
}
.TagClassName
{
border-color: #9363FC;
}
</style>