Shades of Light Slate Blue #9559FF
Tints of Light Slate Blue #9559FF
RGB
CMYK
RGB Variations
Color information
#9559FF (or 0x9559FF) is known color: Light Slate Blue. HEX triplet: 95, 59 and FF. RGB value is (149,89,255). Sum of RGB (Red+Green+Blue) = 149+89+255=493 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.22% from 493); Green value is 89 (35.16% from 255 or 18.05% from 493); Blue value is 255 (100% from 255 or 51.72% from 493); Max value from RGB is 255 - color contains mainly: blue. Hex color #9559FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9559FF is #6AA600. Grayscale: #7D7D7D. Windows color (decimal): -6989313 or 16734613. OLE color: 16734613.
HSL color Cylindrical-coordinate representation of color #9559FF: hue angle of 261.69º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9559FF is Cyan = 0.42, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 149 | 89 | 255 | - |
| CMYK | 0.42 | 0.65 | 0 | 0 |
| HSL | 261.69º | 1% | 0.67% | - |
| HSV(B) | 261.69º | 0.65% | 1% | - |
| XYZ | 34.02 | 20.75 | 96.82 | - |
| YUV | 125.86 | 200.88 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 89 | 255 | 0.42 | 0.65 | 0 | 0 | 261.69 | 1 | 0.67 |
| Hex | 95 | 59 | FF | 2A | 41 | 0 | 0 | 106 | 64 | 43 |
| Octal | 225 | 131 | 377 | 52 | 101 | 0 | 0 | 406 | 144 | 103 |
| Binary | 10010101 | 1011001 | 11111111 | 101010 | 1000001 | 0 | 0 | 100000110 | 1100100 | 1000011 |
Color Harmonies of #9559FF
Complementary color
Monochromatic Colors of #9559FF
Black with #9559FF
Text Example
Text Example
White with #9559FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9559FF; }
p { color: rgb(149,89,255); }
H1.HeaderClassName
{
color: #9559FF;
}
.AnyTagClassName
{
color: #9559FF;
}
</style>
background-color css
<style>
a { background-color: #9559FF; }
a { background-color: rgb(149,89,255); }
div.DivClassName
{
background-color: #9559FF;
}
.BgClassName
{
background-color: #9559FF;
}
</style>
border-color css
<style>
span { border-color: #9559FF; }
span { border-color: rgb(149,89,255); }
td.TdClassName
{
border-color: #9559FF;
}
.TagClassName
{
border-color: #9559FF;
}
</style>