Shades of Light Slate Blue #9366FC
Tints of Light Slate Blue #9366FC
RGB
CMYK
RGB Variations
Color information
#9366FC (or 0x9366FC) is known color: Light Slate Blue. HEX triplet: 93, 66 and FC. RGB value is (147,102,252). Sum of RGB (Red+Green+Blue) = 147+102+252=501 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.34% from 501); Green value is 102 (40.23% from 255 or 20.36% from 501); Blue value is 252 (98.83% from 255 or 50.30% from 501); Max value from RGB is 252 - color contains mainly: blue. Hex color #9366FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9366FC is #6C9903. Grayscale: #848484. Windows color (decimal): -7117060 or 16541331. OLE color: 16541331.
HSL color Cylindrical-coordinate representation of color #9366FC: hue angle of 258º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9366FC is Cyan = 0.42, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 147 | 102 | 252 | - |
| CMYK | 0.42 | 0.60 | 0 | 0.01 |
| HSL | 258º | 0.96% | 0.69% | - |
| HSV(B) | 258º | 0.6% | 0.99% | - |
| XYZ | 34.35 | 22.73 | 94.67 | - |
| YUV | 132.56 | 195.41 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 102 | 252 | 0.42 | 0.60 | 0 | 0.01 | 258 | 0.96 | 0.69 |
| Hex | 93 | 66 | FC | 2A | 3C | 0 | 1 | 102 | 60 | 45 |
| Octal | 223 | 146 | 374 | 52 | 74 | 0 | 1 | 402 | 140 | 105 |
| Binary | 10010011 | 1100110 | 11111100 | 101010 | 111100 | 0 | 1 | 100000010 | 1100000 | 1000101 |
Color Harmonies of #9366FC
Complementary color
Monochromatic Colors of #9366FC
Black with #9366FC
Text Example
Text Example
White with #9366FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9366FC; }
p { color: rgb(147,102,252); }
H1.HeaderClassName
{
color: #9366FC;
}
.AnyTagClassName
{
color: #9366FC;
}
</style>
background-color css
<style>
a { background-color: #9366FC; }
a { background-color: rgb(147,102,252); }
div.DivClassName
{
background-color: #9366FC;
}
.BgClassName
{
background-color: #9366FC;
}
</style>
border-color css
<style>
span { border-color: #9366FC; }
span { border-color: rgb(147,102,252); }
td.TdClassName
{
border-color: #9366FC;
}
.TagClassName
{
border-color: #9366FC;
}
</style>