Shades of Light Slate Blue #9192FF
Tints of Light Slate Blue #9192FF
RGB
CMYK
RGB Variations
Color information
#9192FF (or 0x9192FF) is known color: Light Slate Blue. HEX triplet: 91, 92 and FF. RGB value is (145,146,255). Sum of RGB (Red+Green+Blue) = 145+146+255=546 (72% of max value = 765). Red value is 145 (57.03% from 255 or 26.56% from 546); Green value is 146 (57.42% from 255 or 26.74% 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 #9192FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9192FF is #6E6D00. Grayscale: #9D9D9D. Windows color (decimal): -7236865 or 16749201. OLE color: 16749201.
HSL color Cylindrical-coordinate representation of color #9192FF: hue angle of 239.45º 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 #9192FF is Cyan = 0.43, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 145 | 146 | 255 | - |
| CMYK | 0.43 | 0.43 | 0 | 0 |
| HSL | 239.45º | 1% | 0.78% | - |
| HSV(B) | 239.45º | 0.43% | 1% | - |
| XYZ | 40.01 | 33.8 | 99.02 | - |
| YUV | 158.13 | 182.67 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 146 | 255 | 0.43 | 0.43 | 0 | 0 | 239.45 | 1 | 0.78 |
| Hex | 91 | 92 | FF | 2B | 2B | 0 | 0 | EF | 64 | 4E |
| Octal | 221 | 222 | 377 | 53 | 53 | 0 | 0 | 357 | 144 | 116 |
| Binary | 10010001 | 10010010 | 11111111 | 101011 | 101011 | 0 | 0 | 11101111 | 1100100 | 1001110 |
Color Harmonies of #9192FF
Complementary color
Monochromatic Colors of #9192FF
Black with #9192FF
Text Example
Text Example
White with #9192FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9192FF; }
p { color: rgb(145,146,255); }
H1.HeaderClassName
{
color: #9192FF;
}
.AnyTagClassName
{
color: #9192FF;
}
</style>
background-color css
<style>
a { background-color: #9192FF; }
a { background-color: rgb(145,146,255); }
div.DivClassName
{
background-color: #9192FF;
}
.BgClassName
{
background-color: #9192FF;
}
</style>
border-color css
<style>
span { border-color: #9192FF; }
span { border-color: rgb(145,146,255); }
td.TdClassName
{
border-color: #9192FF;
}
.TagClassName
{
border-color: #9192FF;
}
</style>