Shades of Light Slate Blue #9191FF
Tints of Light Slate Blue #9191FF
RGB
CMYK
RGB Variations
Color information
#9191FF (or 0x9191FF) is known color: Light Slate Blue. HEX triplet: 91, 91 and FF. RGB value is (145,145,255). Sum of RGB (Red+Green+Blue) = 145+145+255=545 (72% of max value = 765). Red value is 145 (57.03% from 255 or 26.61% from 545); Green value is 145 (57.03% from 255 or 26.61% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #9191FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9191FF is #6E6E00. Grayscale: #9D9D9D. Windows color (decimal): -7237121 or 16748945. OLE color: 16748945.
HSL color Cylindrical-coordinate representation of color #9191FF: hue angle of 240º 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 #9191FF is Cyan = 0.43, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 145 | 145 | 255 | - |
| CMYK | 0.43 | 0.43 | 0 | 0 |
| HSL | 240º | 1% | 0.78% | - |
| HSV(B) | 240º | 0.43% | 1% | - |
| XYZ | 39.85 | 33.49 | 98.97 | - |
| YUV | 157.54 | 183 | 119.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 145 | 255 | 0.43 | 0.43 | 0 | 0 | 240 | 1 | 0.78 |
| Hex | 91 | 91 | FF | 2B | 2B | 0 | 0 | F0 | 64 | 4E |
| Octal | 221 | 221 | 377 | 53 | 53 | 0 | 0 | 360 | 144 | 116 |
| Binary | 10010001 | 10010001 | 11111111 | 101011 | 101011 | 0 | 0 | 11110000 | 1100100 | 1001110 |
Color Harmonies of #9191FF
Complementary color
Monochromatic Colors of #9191FF
Black with #9191FF
Text Example
Text Example
White with #9191FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9191FF; }
p { color: rgb(145,145,255); }
H1.HeaderClassName
{
color: #9191FF;
}
.AnyTagClassName
{
color: #9191FF;
}
</style>
background-color css
<style>
a { background-color: #9191FF; }
a { background-color: rgb(145,145,255); }
div.DivClassName
{
background-color: #9191FF;
}
.BgClassName
{
background-color: #9191FF;
}
</style>
border-color css
<style>
span { border-color: #9191FF; }
span { border-color: rgb(145,145,255); }
td.TdClassName
{
border-color: #9191FF;
}
.TagClassName
{
border-color: #9191FF;
}
</style>