Shades of Light Slate Blue #9A60FC
Tints of Light Slate Blue #9A60FC
RGB
CMYK
RGB Variations
Color information
#9A60FC (or 0x9A60FC) is known color: Light Slate Blue. HEX triplet: 9A, 60 and FC. RGB value is (154,96,252). Sum of RGB (Red+Green+Blue) = 154+96+252=502 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.68% from 502); Green value is 96 (37.89% from 255 or 19.12% from 502); Blue value is 252 (98.83% from 255 or 50.20% from 502); Max value from RGB is 252 - color contains mainly: blue. Hex color #9A60FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A60FC is #659F03. Grayscale: #828282. Windows color (decimal): -6659844 or 16539802. OLE color: 16539802.
HSL color Cylindrical-coordinate representation of color #9A60FC: hue angle of 262.31º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9A60FC is Cyan = 0.39, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 154 | 96 | 252 | - |
| CMYK | 0.39 | 0.62 | 0 | 0.01 |
| HSL | 262.31º | 0.96% | 0.68% | - |
| HSV(B) | 262.31º | 0.62% | 0.99% | - |
| XYZ | 35.08 | 22.26 | 94.54 | - |
| YUV | 131.13 | 196.22 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 96 | 252 | 0.39 | 0.62 | 0 | 0.01 | 262.31 | 0.96 | 0.68 |
| Hex | 9A | 60 | FC | 27 | 3E | 0 | 1 | 106 | 60 | 44 |
| Octal | 232 | 140 | 374 | 47 | 76 | 0 | 1 | 406 | 140 | 104 |
| Binary | 10011010 | 1100000 | 11111100 | 100111 | 111110 | 0 | 1 | 100000110 | 1100000 | 1000100 |
Color Harmonies of #9A60FC
Complementary color
Monochromatic Colors of #9A60FC
Black with #9A60FC
Text Example
Text Example
White with #9A60FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A60FC; }
p { color: rgb(154,96,252); }
H1.HeaderClassName
{
color: #9A60FC;
}
.AnyTagClassName
{
color: #9A60FC;
}
</style>
background-color css
<style>
a { background-color: #9A60FC; }
a { background-color: rgb(154,96,252); }
div.DivClassName
{
background-color: #9A60FC;
}
.BgClassName
{
background-color: #9A60FC;
}
</style>
border-color css
<style>
span { border-color: #9A60FC; }
span { border-color: rgb(154,96,252); }
td.TdClassName
{
border-color: #9A60FC;
}
.TagClassName
{
border-color: #9A60FC;
}
</style>