Shades of Light Slate Blue #9493FF
Tints of Light Slate Blue #9493FF
RGB
CMYK
RGB Variations
Color information
#9493FF (or 0x9493FF) is known color: Light Slate Blue. HEX triplet: 94, 93 and FF. RGB value is (148,147,255). Sum of RGB (Red+Green+Blue) = 148+147+255=550 (72% of max value = 765). Red value is 148 (58.20% from 255 or 26.91% from 550); Green value is 147 (57.81% from 255 or 26.73% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #9493FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9493FF is #6B6C00. Grayscale: #9F9F9F. Windows color (decimal): -7040001 or 16749460. OLE color: 16749460.
HSL color Cylindrical-coordinate representation of color #9493FF: hue angle of 240.56º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9493FF is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 148 | 147 | 255 | - |
| CMYK | 0.42 | 0.42 | 0 | 0 |
| HSL | 240.56º | 1% | 0.79% | - |
| HSV(B) | 240.56º | 0.42% | 1% | - |
| XYZ | 40.7 | 34.38 | 99.1 | - |
| YUV | 159.61 | 181.83 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 147 | 255 | 0.42 | 0.42 | 0 | 0 | 240.56 | 1 | 0.79 |
| Hex | 94 | 93 | FF | 2A | 2A | 0 | 0 | F1 | 64 | 4F |
| Octal | 224 | 223 | 377 | 52 | 52 | 0 | 0 | 361 | 144 | 117 |
| Binary | 10010100 | 10010011 | 11111111 | 101010 | 101010 | 0 | 0 | 11110001 | 1100100 | 1001111 |
Color Harmonies of #9493FF
Complementary color
Monochromatic Colors of #9493FF
Black with #9493FF
Text Example
Text Example
White with #9493FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9493FF; }
p { color: rgb(148,147,255); }
H1.HeaderClassName
{
color: #9493FF;
}
.AnyTagClassName
{
color: #9493FF;
}
</style>
background-color css
<style>
a { background-color: #9493FF; }
a { background-color: rgb(148,147,255); }
div.DivClassName
{
background-color: #9493FF;
}
.BgClassName
{
background-color: #9493FF;
}
</style>
border-color css
<style>
span { border-color: #9493FF; }
span { border-color: rgb(148,147,255); }
td.TdClassName
{
border-color: #9493FF;
}
.TagClassName
{
border-color: #9493FF;
}
</style>