Shades of Light Slate Blue #9392FF
Tints of Light Slate Blue #9392FF
RGB
CMYK
RGB Variations
Color information
#9392FF (or 0x9392FF) is known color: Light Slate Blue. HEX triplet: 93, 92 and FF. RGB value is (147,146,255). Sum of RGB (Red+Green+Blue) = 147+146+255=548 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.82% from 548); Green value is 146 (57.42% from 255 or 26.64% from 548); Blue value is 255 (100% from 255 or 46.53% from 548); Max value from RGB is 255 - color contains mainly: blue. Hex color #9392FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9392FF is #6C6D00. Grayscale: #9E9E9E. Windows color (decimal): -7105793 or 16749203. OLE color: 16749203.
HSL color Cylindrical-coordinate representation of color #9392FF: hue angle of 240.55º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9392FF is Cyan = 0.42, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 147 | 146 | 255 | - |
| CMYK | 0.42 | 0.43 | 0 | 0 |
| HSL | 240.55º | 1% | 0.79% | - |
| HSV(B) | 240.55º | 0.43% | 1% | - |
| XYZ | 40.36 | 33.98 | 99.04 | - |
| YUV | 158.73 | 182.33 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 146 | 255 | 0.42 | 0.43 | 0 | 0 | 240.55 | 1 | 0.79 |
| Hex | 93 | 92 | FF | 2A | 2B | 0 | 0 | F1 | 64 | 4F |
| Octal | 223 | 222 | 377 | 52 | 53 | 0 | 0 | 361 | 144 | 117 |
| Binary | 10010011 | 10010010 | 11111111 | 101010 | 101011 | 0 | 0 | 11110001 | 1100100 | 1001111 |
Color Harmonies of #9392FF
Complementary color
Monochromatic Colors of #9392FF
Black with #9392FF
Text Example
Text Example
White with #9392FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9392FF; }
p { color: rgb(147,146,255); }
H1.HeaderClassName
{
color: #9392FF;
}
.AnyTagClassName
{
color: #9392FF;
}
</style>
background-color css
<style>
a { background-color: #9392FF; }
a { background-color: rgb(147,146,255); }
div.DivClassName
{
background-color: #9392FF;
}
.BgClassName
{
background-color: #9392FF;
}
</style>
border-color css
<style>
span { border-color: #9392FF; }
span { border-color: rgb(147,146,255); }
td.TdClassName
{
border-color: #9392FF;
}
.TagClassName
{
border-color: #9392FF;
}
</style>