Shades of Light Slate Blue #9190FF
Tints of Light Slate Blue #9190FF
RGB
CMYK
RGB Variations
Color information
#9190FF (or 0x9190FF) is known color: Light Slate Blue. HEX triplet: 91, 90 and FF. RGB value is (145,144,255). Sum of RGB (Red+Green+Blue) = 145+144+255=544 (72% of max value = 765). Red value is 145 (57.03% from 255 or 26.65% from 544); Green value is 144 (56.64% from 255 or 26.47% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #9190FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9190FF is #6E6F00. Grayscale: #9C9C9C. Windows color (decimal): -7237377 or 16748689. OLE color: 16748689.
HSL color Cylindrical-coordinate representation of color #9190FF: hue angle of 240.54º 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 #9190FF is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 145 | 144 | 255 | - |
| CMYK | 0.43 | 0.44 | 0 | 0 |
| HSL | 240.54º | 1% | 0.78% | - |
| HSV(B) | 240.54º | 0.44% | 1% | - |
| XYZ | 39.7 | 33.19 | 98.92 | - |
| YUV | 156.95 | 183.33 | 119.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 144 | 255 | 0.43 | 0.44 | 0 | 0 | 240.54 | 1 | 0.78 |
| Hex | 91 | 90 | FF | 2B | 2C | 0 | 0 | F1 | 64 | 4E |
| Octal | 221 | 220 | 377 | 53 | 54 | 0 | 0 | 361 | 144 | 116 |
| Binary | 10010001 | 10010000 | 11111111 | 101011 | 101100 | 0 | 0 | 11110001 | 1100100 | 1001110 |
Color Harmonies of #9190FF
Complementary color
Monochromatic Colors of #9190FF
Black with #9190FF
Text Example
Text Example
White with #9190FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9190FF; }
p { color: rgb(145,144,255); }
H1.HeaderClassName
{
color: #9190FF;
}
.AnyTagClassName
{
color: #9190FF;
}
</style>
background-color css
<style>
a { background-color: #9190FF; }
a { background-color: rgb(145,144,255); }
div.DivClassName
{
background-color: #9190FF;
}
.BgClassName
{
background-color: #9190FF;
}
</style>
border-color css
<style>
span { border-color: #9190FF; }
span { border-color: rgb(145,144,255); }
td.TdClassName
{
border-color: #9190FF;
}
.TagClassName
{
border-color: #9190FF;
}
</style>