Shades of Light Slate Blue #9366FE
Tints of Light Slate Blue #9366FE
RGB
CMYK
RGB Variations
Color information
#9366FE (or 0x9366FE) is known color: Light Slate Blue. HEX triplet: 93, 66 and FE. RGB value is (147,102,254). Sum of RGB (Red+Green+Blue) = 147+102+254=503 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.22% from 503); Green value is 102 (40.23% from 255 or 20.28% from 503); Blue value is 254 (99.61% from 255 or 50.50% from 503); Max value from RGB is 254 - color contains mainly: blue. Hex color #9366FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9366FE is #6C9901. Grayscale: #848484. Windows color (decimal): -7117058 or 16672403. OLE color: 16672403.
HSL color Cylindrical-coordinate representation of color #9366FE: hue angle of 257.76º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9366FE is Cyan = 0.42, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 147 | 102 | 254 | - |
| CMYK | 0.42 | 0.60 | 0 | 0.00 |
| HSL | 257.76º | 0.99% | 0.7% | - |
| HSV(B) | 257.76º | 0.6% | 1% | - |
| XYZ | 34.67 | 22.86 | 96.35 | - |
| YUV | 132.78 | 196.41 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 102 | 254 | 0.42 | 0.60 | 0 | 0.00 | 257.76 | 0.99 | 0.7 |
| Hex | 93 | 66 | FE | 2A | 3C | 0 | 0 | 102 | 63 | 46 |
| Octal | 223 | 146 | 376 | 52 | 74 | 0 | 0 | 402 | 143 | 106 |
| Binary | 10010011 | 1100110 | 11111110 | 101010 | 111100 | 0 | 0 | 100000010 | 1100011 | 1000110 |
Color Harmonies of #9366FE
Complementary color
Monochromatic Colors of #9366FE
Black with #9366FE
Text Example
Text Example
White with #9366FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9366FE; }
p { color: rgb(147,102,254); }
H1.HeaderClassName
{
color: #9366FE;
}
.AnyTagClassName
{
color: #9366FE;
}
</style>
background-color css
<style>
a { background-color: #9366FE; }
a { background-color: rgb(147,102,254); }
div.DivClassName
{
background-color: #9366FE;
}
.BgClassName
{
background-color: #9366FE;
}
</style>
border-color css
<style>
span { border-color: #9366FE; }
span { border-color: rgb(147,102,254); }
td.TdClassName
{
border-color: #9366FE;
}
.TagClassName
{
border-color: #9366FE;
}
</style>