Shades of Light Slate Blue #9560FA
Tints of Light Slate Blue #9560FA
RGB
CMYK
RGB Variations
Color information
#9560FA (or 0x9560FA) is known color: Light Slate Blue. HEX triplet: 95, 60 and FA. RGB value is (149,96,250). Sum of RGB (Red+Green+Blue) = 149+96+250=495 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.10% from 495); Green value is 96 (37.89% from 255 or 19.39% from 495); Blue value is 250 (98.05% from 255 or 50.51% from 495); Max value from RGB is 250 - color contains mainly: blue. Hex color #9560FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9560FA is #6A9F05. Grayscale: #808080. Windows color (decimal): -6987526 or 16408725. OLE color: 16408725.
HSL color Cylindrical-coordinate representation of color #9560FA: hue angle of 260.65º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9560FA is Cyan = 0.40, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 149 | 96 | 250 | - |
| CMYK | 0.40 | 0.62 | 0 | 0.02 |
| HSL | 260.65º | 0.94% | 0.68% | - |
| HSV(B) | 260.65º | 0.62% | 0.98% | - |
| XYZ | 33.83 | 21.66 | 92.84 | - |
| YUV | 129.4 | 196.06 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 96 | 250 | 0.40 | 0.62 | 0 | 0.02 | 260.65 | 0.94 | 0.68 |
| Hex | 95 | 60 | FA | 28 | 3E | 0 | 2 | 105 | 5E | 44 |
| Octal | 225 | 140 | 372 | 50 | 76 | 0 | 2 | 405 | 136 | 104 |
| Binary | 10010101 | 1100000 | 11111010 | 101000 | 111110 | 0 | 10 | 100000101 | 1011110 | 1000100 |
Color Harmonies of #9560FA
Complementary color
Monochromatic Colors of #9560FA
Black with #9560FA
Text Example
Text Example
White with #9560FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9560FA; }
p { color: rgb(149,96,250); }
H1.HeaderClassName
{
color: #9560FA;
}
.AnyTagClassName
{
color: #9560FA;
}
</style>
background-color css
<style>
a { background-color: #9560FA; }
a { background-color: rgb(149,96,250); }
div.DivClassName
{
background-color: #9560FA;
}
.BgClassName
{
background-color: #9560FA;
}
</style>
border-color css
<style>
span { border-color: #9560FA; }
span { border-color: rgb(149,96,250); }
td.TdClassName
{
border-color: #9560FA;
}
.TagClassName
{
border-color: #9560FA;
}
</style>