Shades of Light Slate Blue #9593FF
Tints of Light Slate Blue #9593FF
RGB
CMYK
RGB Variations
Color information
#9593FF (or 0x9593FF) is known color: Light Slate Blue. HEX triplet: 95, 93 and FF. RGB value is (149,147,255). Sum of RGB (Red+Green+Blue) = 149+147+255=551 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.04% from 551); Green value is 147 (57.81% from 255 or 26.68% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #9593FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9593FF is #6A6C00. Grayscale: #9F9F9F. Windows color (decimal): -6974465 or 16749461. OLE color: 16749461.
HSL color Cylindrical-coordinate representation of color #9593FF: hue angle of 241.11º 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 #9593FF is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 149 | 147 | 255 | - |
| CMYK | 0.42 | 0.42 | 0 | 0 |
| HSL | 241.11º | 1% | 0.79% | - |
| HSV(B) | 241.11º | 0.42% | 1% | - |
| XYZ | 40.88 | 34.48 | 99.11 | - |
| YUV | 159.91 | 181.66 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 147 | 255 | 0.42 | 0.42 | 0 | 0 | 241.11 | 1 | 0.79 |
| Hex | 95 | 93 | FF | 2A | 2A | 0 | 0 | F1 | 64 | 4F |
| Octal | 225 | 223 | 377 | 52 | 52 | 0 | 0 | 361 | 144 | 117 |
| Binary | 10010101 | 10010011 | 11111111 | 101010 | 101010 | 0 | 0 | 11110001 | 1100100 | 1001111 |
Color Harmonies of #9593FF
Complementary color
Monochromatic Colors of #9593FF
Black with #9593FF
Text Example
Text Example
White with #9593FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9593FF; }
p { color: rgb(149,147,255); }
H1.HeaderClassName
{
color: #9593FF;
}
.AnyTagClassName
{
color: #9593FF;
}
</style>
background-color css
<style>
a { background-color: #9593FF; }
a { background-color: rgb(149,147,255); }
div.DivClassName
{
background-color: #9593FF;
}
.BgClassName
{
background-color: #9593FF;
}
</style>
border-color css
<style>
span { border-color: #9593FF; }
span { border-color: rgb(149,147,255); }
td.TdClassName
{
border-color: #9593FF;
}
.TagClassName
{
border-color: #9593FF;
}
</style>