Shades of Light Slate Blue #9558F9
Tints of Light Slate Blue #9558F9
RGB
CMYK
RGB Variations
Color information
#9558F9 (or 0x9558F9) is known color: Light Slate Blue. HEX triplet: 95, 58 and F9. RGB value is (149,88,249). Sum of RGB (Red+Green+Blue) = 149+88+249=486 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.66% from 486); Green value is 88 (34.77% from 255 or 18.11% from 486); Blue value is 249 (97.66% from 255 or 51.23% from 486); Max value from RGB is 249 - color contains mainly: blue. Hex color #9558F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9558F9 is #6AA706. Grayscale: #7C7C7C. Windows color (decimal): -6989575 or 16341141. OLE color: 16341141.
HSL color Cylindrical-coordinate representation of color #9558F9: hue angle of 262.73º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9558F9 is Cyan = 0.40, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 149 | 88 | 249 | - |
| CMYK | 0.40 | 0.65 | 0 | 0.02 |
| HSL | 262.73º | 0.93% | 0.66% | - |
| HSV(B) | 262.73º | 0.65% | 0.98% | - |
| XYZ | 32.98 | 20.21 | 91.78 | - |
| YUV | 124.59 | 198.21 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 88 | 249 | 0.40 | 0.65 | 0 | 0.02 | 262.73 | 0.93 | 0.66 |
| Hex | 95 | 58 | F9 | 28 | 41 | 0 | 2 | 107 | 5D | 42 |
| Octal | 225 | 130 | 371 | 50 | 101 | 0 | 2 | 407 | 135 | 102 |
| Binary | 10010101 | 1011000 | 11111001 | 101000 | 1000001 | 0 | 10 | 100000111 | 1011101 | 1000010 |
Color Harmonies of #9558F9
Complementary color
Monochromatic Colors of #9558F9
Black with #9558F9
Text Example
Text Example
White with #9558F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9558F9; }
p { color: rgb(149,88,249); }
H1.HeaderClassName
{
color: #9558F9;
}
.AnyTagClassName
{
color: #9558F9;
}
</style>
background-color css
<style>
a { background-color: #9558F9; }
a { background-color: rgb(149,88,249); }
div.DivClassName
{
background-color: #9558F9;
}
.BgClassName
{
background-color: #9558F9;
}
</style>
border-color css
<style>
span { border-color: #9558F9; }
span { border-color: rgb(149,88,249); }
td.TdClassName
{
border-color: #9558F9;
}
.TagClassName
{
border-color: #9558F9;
}
</style>