Shades of Light Slate Blue #8C60F9
Tints of Light Slate Blue #8C60F9
RGB
CMYK
RGB Variations
Color information
#8C60F9 (or 0x8C60F9) is known color: Light Slate Blue. HEX triplet: 8C, 60 and F9. RGB value is (140,96,249). Sum of RGB (Red+Green+Blue) = 140+96+249=485 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.87% from 485); Green value is 96 (37.89% from 255 or 19.79% from 485); Blue value is 249 (97.66% from 255 or 51.34% from 485); Max value from RGB is 249 - color contains mainly: blue. Hex color #8C60F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C60F9 is #739F06. Grayscale: #7E7E7E. Windows color (decimal): -7577351 or 16343180. OLE color: 16343180.
HSL color Cylindrical-coordinate representation of color #8C60F9: hue angle of 257.25º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8C60F9 is Cyan = 0.44, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 96 | 249 | - |
| CMYK | 0.44 | 0.61 | 0 | 0.02 |
| HSL | 257.25º | 0.93% | 0.68% | - |
| HSV(B) | 257.25º | 0.61% | 0.98% | - |
| XYZ | 32.1 | 20.78 | 91.94 | - |
| YUV | 126.6 | 197.08 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 96 | 249 | 0.44 | 0.61 | 0 | 0.02 | 257.25 | 0.93 | 0.68 |
| Hex | 8C | 60 | F9 | 2C | 3D | 0 | 2 | 101 | 5D | 44 |
| Octal | 214 | 140 | 371 | 54 | 75 | 0 | 2 | 401 | 135 | 104 |
| Binary | 10001100 | 1100000 | 11111001 | 101100 | 111101 | 0 | 10 | 100000001 | 1011101 | 1000100 |
Color Harmonies of #8C60F9
Complementary color
Monochromatic Colors of #8C60F9
Black with #8C60F9
Text Example
Text Example
White with #8C60F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C60F9; }
p { color: rgb(140,96,249); }
H1.HeaderClassName
{
color: #8C60F9;
}
.AnyTagClassName
{
color: #8C60F9;
}
</style>
background-color css
<style>
a { background-color: #8C60F9; }
a { background-color: rgb(140,96,249); }
div.DivClassName
{
background-color: #8C60F9;
}
.BgClassName
{
background-color: #8C60F9;
}
</style>
border-color css
<style>
span { border-color: #8C60F9; }
span { border-color: rgb(140,96,249); }
td.TdClassName
{
border-color: #8C60F9;
}
.TagClassName
{
border-color: #8C60F9;
}
</style>