Shades of Light Slate Blue #9390FF
Tints of Light Slate Blue #9390FF
RGB
CMYK
RGB Variations
Color information
#9390FF (or 0x9390FF) is known color: Light Slate Blue. HEX triplet: 93, 90 and FF. RGB value is (147,144,255). Sum of RGB (Red+Green+Blue) = 147+144+255=546 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.92% from 546); Green value is 144 (56.64% from 255 or 26.37% from 546); Blue value is 255 (100% from 255 or 46.70% from 546); Max value from RGB is 255 - color contains mainly: blue. Hex color #9390FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9390FF is #6C6F00. Grayscale: #9D9D9D. Windows color (decimal): -7106305 or 16748691. OLE color: 16748691.
HSL color Cylindrical-coordinate representation of color #9390FF: hue angle of 241.62º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9390FF is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 147 | 144 | 255 | - |
| CMYK | 0.42 | 0.44 | 0 | 0 |
| HSL | 241.62º | 1% | 0.78% | - |
| HSV(B) | 241.62º | 0.44% | 1% | - |
| XYZ | 40.06 | 33.37 | 98.94 | - |
| YUV | 157.55 | 182.99 | 120.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 144 | 255 | 0.42 | 0.44 | 0 | 0 | 241.62 | 1 | 0.78 |
| Hex | 93 | 90 | FF | 2A | 2C | 0 | 0 | F2 | 64 | 4E |
| Octal | 223 | 220 | 377 | 52 | 54 | 0 | 0 | 362 | 144 | 116 |
| Binary | 10010011 | 10010000 | 11111111 | 101010 | 101100 | 0 | 0 | 11110010 | 1100100 | 1001110 |
Color Harmonies of #9390FF
Complementary color
Monochromatic Colors of #9390FF
Black with #9390FF
Text Example
Text Example
White with #9390FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9390FF; }
p { color: rgb(147,144,255); }
H1.HeaderClassName
{
color: #9390FF;
}
.AnyTagClassName
{
color: #9390FF;
}
</style>
background-color css
<style>
a { background-color: #9390FF; }
a { background-color: rgb(147,144,255); }
div.DivClassName
{
background-color: #9390FF;
}
.BgClassName
{
background-color: #9390FF;
}
</style>
border-color css
<style>
span { border-color: #9390FF; }
span { border-color: rgb(147,144,255); }
td.TdClassName
{
border-color: #9390FF;
}
.TagClassName
{
border-color: #9390FF;
}
</style>