Shades of Light Slate Blue #9193FF
Tints of Light Slate Blue #9193FF
RGB
CMYK
RGB Variations
Color information
#9193FF (or 0x9193FF) is known color: Light Slate Blue. HEX triplet: 91, 93 and FF. RGB value is (145,147,255). Sum of RGB (Red+Green+Blue) = 145+147+255=547 (72% of max value = 765). Red value is 145 (57.03% from 255 or 26.51% from 547); Green value is 147 (57.81% from 255 or 26.87% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #9193FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9193FF is #6E6C00. Grayscale: #9E9E9E. Windows color (decimal): -7236609 or 16749457. OLE color: 16749457.
HSL color Cylindrical-coordinate representation of color #9193FF: hue angle of 238.91º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9193FF is Cyan = 0.43, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 145 | 147 | 255 | - |
| CMYK | 0.43 | 0.42 | 0 | 0 |
| HSL | 238.91º | 1% | 0.78% | - |
| HSV(B) | 238.91º | 0.43% | 1% | - |
| XYZ | 40.16 | 34.11 | 99.07 | - |
| YUV | 158.71 | 182.34 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 147 | 255 | 0.43 | 0.42 | 0 | 0 | 238.91 | 1 | 0.78 |
| Hex | 91 | 93 | FF | 2B | 2A | 0 | 0 | EF | 64 | 4E |
| Octal | 221 | 223 | 377 | 53 | 52 | 0 | 0 | 357 | 144 | 116 |
| Binary | 10010001 | 10010011 | 11111111 | 101011 | 101010 | 0 | 0 | 11101111 | 1100100 | 1001110 |
Color Harmonies of #9193FF
Complementary color
Monochromatic Colors of #9193FF
Black with #9193FF
Text Example
Text Example
White with #9193FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9193FF; }
p { color: rgb(145,147,255); }
H1.HeaderClassName
{
color: #9193FF;
}
.AnyTagClassName
{
color: #9193FF;
}
</style>
background-color css
<style>
a { background-color: #9193FF; }
a { background-color: rgb(145,147,255); }
div.DivClassName
{
background-color: #9193FF;
}
.BgClassName
{
background-color: #9193FF;
}
</style>
border-color css
<style>
span { border-color: #9193FF; }
span { border-color: rgb(145,147,255); }
td.TdClassName
{
border-color: #9193FF;
}
.TagClassName
{
border-color: #9193FF;
}
</style>