Shades of Light Slate Blue #9590F9
Tints of Light Slate Blue #9590F9
RGB
CMYK
RGB Variations
Color information
#9590F9 (or 0x9590F9) is known color: Light Slate Blue. HEX triplet: 95, 90 and F9. RGB value is (149,144,249). Sum of RGB (Red+Green+Blue) = 149+144+249=542 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.49% from 542); Green value is 144 (56.64% from 255 or 26.57% from 542); Blue value is 249 (97.66% from 255 or 45.94% from 542); Max value from RGB is 249 - color contains mainly: blue. Hex color #9590F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9590F9 is #6A6F06. Grayscale: #9D9D9D. Windows color (decimal): -6975239 or 16355477. OLE color: 16355477.
HSL color Cylindrical-coordinate representation of color #9590F9: hue angle of 242.86º degrees, saturation: 0.9, 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 #9590F9 is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 149 | 144 | 249 | - |
| CMYK | 0.40 | 0.42 | 0 | 0.02 |
| HSL | 242.86º | 0.9% | 0.77% | - |
| HSV(B) | 242.86º | 0.42% | 0.98% | - |
| XYZ | 39.47 | 33.18 | 93.95 | - |
| YUV | 157.47 | 179.66 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 144 | 249 | 0.40 | 0.42 | 0 | 0.02 | 242.86 | 0.9 | 0.77 |
| Hex | 95 | 90 | F9 | 28 | 2A | 0 | 2 | F3 | 5A | 4D |
| Octal | 225 | 220 | 371 | 50 | 52 | 0 | 2 | 363 | 132 | 115 |
| Binary | 10010101 | 10010000 | 11111001 | 101000 | 101010 | 0 | 10 | 11110011 | 1011010 | 1001101 |
Color Harmonies of #9590F9
Complementary color
Monochromatic Colors of #9590F9
Black with #9590F9
Text Example
Text Example
White with #9590F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9590F9; }
p { color: rgb(149,144,249); }
H1.HeaderClassName
{
color: #9590F9;
}
.AnyTagClassName
{
color: #9590F9;
}
</style>
background-color css
<style>
a { background-color: #9590F9; }
a { background-color: rgb(149,144,249); }
div.DivClassName
{
background-color: #9590F9;
}
.BgClassName
{
background-color: #9590F9;
}
</style>
border-color css
<style>
span { border-color: #9590F9; }
span { border-color: rgb(149,144,249); }
td.TdClassName
{
border-color: #9590F9;
}
.TagClassName
{
border-color: #9590F9;
}
</style>