Shades of Light Slate Blue #9591FA
Tints of Light Slate Blue #9591FA
RGB
CMYK
RGB Variations
Color information
#9591FA (or 0x9591FA) is known color: Light Slate Blue. HEX triplet: 95, 91 and FA. RGB value is (149,145,250). Sum of RGB (Red+Green+Blue) = 149+145+250=544 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.39% from 544); Green value is 145 (57.03% from 255 or 26.65% from 544); Blue value is 250 (98.05% from 255 or 45.96% from 544); Max value from RGB is 250 - color contains mainly: blue. Hex color #9591FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9591FA is #6A6E05. Grayscale: #9D9D9D. Windows color (decimal): -6974982 or 16421269. OLE color: 16421269.
HSL color Cylindrical-coordinate representation of color #9591FA: hue angle of 242.29º 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 #9591FA is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 149 | 145 | 250 | - |
| CMYK | 0.40 | 0.42 | 0 | 0.02 |
| HSL | 242.29º | 0.91% | 0.77% | - |
| HSV(B) | 242.29º | 0.42% | 0.98% | - |
| XYZ | 39.78 | 33.54 | 94.82 | - |
| YUV | 158.17 | 179.83 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 145 | 250 | 0.40 | 0.42 | 0 | 0.02 | 242.29 | 0.91 | 0.77 |
| Hex | 95 | 91 | FA | 28 | 2A | 0 | 2 | F2 | 5B | 4D |
| Octal | 225 | 221 | 372 | 50 | 52 | 0 | 2 | 362 | 133 | 115 |
| Binary | 10010101 | 10010001 | 11111010 | 101000 | 101010 | 0 | 10 | 11110010 | 1011011 | 1001101 |
Color Harmonies of #9591FA
Complementary color
Monochromatic Colors of #9591FA
Black with #9591FA
Text Example
Text Example
White with #9591FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9591FA; }
p { color: rgb(149,145,250); }
H1.HeaderClassName
{
color: #9591FA;
}
.AnyTagClassName
{
color: #9591FA;
}
</style>
background-color css
<style>
a { background-color: #9591FA; }
a { background-color: rgb(149,145,250); }
div.DivClassName
{
background-color: #9591FA;
}
.BgClassName
{
background-color: #9591FA;
}
</style>
border-color css
<style>
span { border-color: #9591FA; }
span { border-color: rgb(149,145,250); }
td.TdClassName
{
border-color: #9591FA;
}
.TagClassName
{
border-color: #9591FA;
}
</style>