Shades of Light Slate Blue #9560FF
Tints of Light Slate Blue #9560FF
RGB
CMYK
RGB Variations
Color information
#9560FF (or 0x9560FF) is known color: Light Slate Blue. HEX triplet: 95, 60 and FF. RGB value is (149,96,255). Sum of RGB (Red+Green+Blue) = 149+96+255=500 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.8% from 500); Green value is 96 (37.89% from 255 or 19.2% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #9560FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9560FF is #6A9F00. Grayscale: #818181. Windows color (decimal): -6987521 or 16736405. OLE color: 16736405.
HSL color Cylindrical-coordinate representation of color #9560FF: hue angle of 260º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9560FF is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 149 | 96 | 255 | - |
| CMYK | 0.42 | 0.62 | 0 | 0 |
| HSL | 260º | 1% | 0.69% | - |
| HSV(B) | 260º | 0.62% | 1% | - |
| XYZ | 34.63 | 21.98 | 97.02 | - |
| YUV | 129.97 | 198.56 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 96 | 255 | 0.42 | 0.62 | 0 | 0 | 260 | 1 | 0.69 |
| Hex | 95 | 60 | FF | 2A | 3E | 0 | 0 | 104 | 64 | 45 |
| Octal | 225 | 140 | 377 | 52 | 76 | 0 | 0 | 404 | 144 | 105 |
| Binary | 10010101 | 1100000 | 11111111 | 101010 | 111110 | 0 | 0 | 100000100 | 1100100 | 1000101 |
Color Harmonies of #9560FF
Complementary color
Monochromatic Colors of #9560FF
Black with #9560FF
Text Example
Text Example
White with #9560FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9560FF; }
p { color: rgb(149,96,255); }
H1.HeaderClassName
{
color: #9560FF;
}
.AnyTagClassName
{
color: #9560FF;
}
</style>
background-color css
<style>
a { background-color: #9560FF; }
a { background-color: rgb(149,96,255); }
div.DivClassName
{
background-color: #9560FF;
}
.BgClassName
{
background-color: #9560FF;
}
</style>
border-color css
<style>
span { border-color: #9560FF; }
span { border-color: rgb(149,96,255); }
td.TdClassName
{
border-color: #9560FF;
}
.TagClassName
{
border-color: #9560FF;
}
</style>