Shades of Light Slate Blue #9190FA
Tints of Light Slate Blue #9190FA
RGB
CMYK
RGB Variations
Color information
#9190FA (or 0x9190FA) is known color: Light Slate Blue. HEX triplet: 91, 90 and FA. RGB value is (145,144,250). Sum of RGB (Red+Green+Blue) = 145+144+250=539 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.90% from 539); Green value is 144 (56.64% from 255 or 26.72% from 539); Blue value is 250 (98.05% from 255 or 46.38% from 539); Max value from RGB is 250 - color contains mainly: blue. Hex color #9190FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9190FA is #6E6F05. Grayscale: #9B9B9B. Windows color (decimal): -7237382 or 16421009. OLE color: 16421009.
HSL color Cylindrical-coordinate representation of color #9190FA: hue angle of 240.57º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9190FA is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 145 | 144 | 250 | - |
| CMYK | 0.42 | 0.42 | 0 | 0.02 |
| HSL | 240.57º | 0.91% | 0.77% | - |
| HSV(B) | 240.57º | 0.42% | 0.98% | - |
| XYZ | 38.91 | 32.87 | 94.74 | - |
| YUV | 156.38 | 180.83 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 144 | 250 | 0.42 | 0.42 | 0 | 0.02 | 240.57 | 0.91 | 0.77 |
| Hex | 91 | 90 | FA | 2A | 2A | 0 | 2 | F1 | 5B | 4D |
| Octal | 221 | 220 | 372 | 52 | 52 | 0 | 2 | 361 | 133 | 115 |
| Binary | 10010001 | 10010000 | 11111010 | 101010 | 101010 | 0 | 10 | 11110001 | 1011011 | 1001101 |
Color Harmonies of #9190FA
Complementary color
Monochromatic Colors of #9190FA
Black with #9190FA
Text Example
Text Example
White with #9190FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9190FA; }
p { color: rgb(145,144,250); }
H1.HeaderClassName
{
color: #9190FA;
}
.AnyTagClassName
{
color: #9190FA;
}
</style>
background-color css
<style>
a { background-color: #9190FA; }
a { background-color: rgb(145,144,250); }
div.DivClassName
{
background-color: #9190FA;
}
.BgClassName
{
background-color: #9190FA;
}
</style>
border-color css
<style>
span { border-color: #9190FA; }
span { border-color: rgb(145,144,250); }
td.TdClassName
{
border-color: #9190FA;
}
.TagClassName
{
border-color: #9190FA;
}
</style>