Shades of Light Slate Blue #9191FE
Tints of Light Slate Blue #9191FE
RGB
CMYK
RGB Variations
Color information
#9191FE (or 0x9191FE) is known color: Light Slate Blue. HEX triplet: 91, 91 and FE. RGB value is (145,145,254). Sum of RGB (Red+Green+Blue) = 145+145+254=544 (72% of max value = 765). Red value is 145 (57.03% from 255 or 26.65% from 544); Green value is 145 (57.03% from 255 or 26.65% from 544); Blue value is 254 (99.61% from 255 or 46.69% from 544); Max value from RGB is 254 - color contains mainly: blue. Hex color #9191FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9191FE is #6E6E01. Grayscale: #9C9C9C. Windows color (decimal): -7237122 or 16683409. OLE color: 16683409.
HSL color Cylindrical-coordinate representation of color #9191FE: hue angle of 240º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9191FE is Cyan = 0.43, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 145 | 145 | 254 | - |
| CMYK | 0.43 | 0.43 | 0 | 0.00 |
| HSL | 240º | 0.98% | 0.78% | - |
| HSV(B) | 240º | 0.43% | 1% | - |
| XYZ | 39.69 | 33.43 | 98.13 | - |
| YUV | 157.43 | 182.5 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 145 | 254 | 0.43 | 0.43 | 0 | 0.00 | 240 | 0.98 | 0.78 |
| Hex | 91 | 91 | FE | 2B | 2B | 0 | 0 | F0 | 62 | 4E |
| Octal | 221 | 221 | 376 | 53 | 53 | 0 | 0 | 360 | 142 | 116 |
| Binary | 10010001 | 10010001 | 11111110 | 101011 | 101011 | 0 | 0 | 11110000 | 1100010 | 1001110 |
Color Harmonies of #9191FE
Complementary color
Monochromatic Colors of #9191FE
Black with #9191FE
Text Example
Text Example
White with #9191FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9191FE; }
p { color: rgb(145,145,254); }
H1.HeaderClassName
{
color: #9191FE;
}
.AnyTagClassName
{
color: #9191FE;
}
</style>
background-color css
<style>
a { background-color: #9191FE; }
a { background-color: rgb(145,145,254); }
div.DivClassName
{
background-color: #9191FE;
}
.BgClassName
{
background-color: #9191FE;
}
</style>
border-color css
<style>
span { border-color: #9191FE; }
span { border-color: rgb(145,145,254); }
td.TdClassName
{
border-color: #9191FE;
}
.TagClassName
{
border-color: #9191FE;
}
</style>