Shades of Light Slate Blue #8C60FE
Tints of Light Slate Blue #8C60FE
RGB
CMYK
RGB Variations
Color information
#8C60FE (or 0x8C60FE) is known color: Light Slate Blue. HEX triplet: 8C, 60 and FE. RGB value is (140,96,254). Sum of RGB (Red+Green+Blue) = 140+96+254=490 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.57% from 490); Green value is 96 (37.89% from 255 or 19.59% from 490); Blue value is 254 (99.61% from 255 or 51.84% from 490); Max value from RGB is 254 - color contains mainly: blue. Hex color #8C60FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C60FE is #739F01. Grayscale: #7E7E7E. Windows color (decimal): -7577346 or 16670860. OLE color: 16670860.
HSL color Cylindrical-coordinate representation of color #8C60FE: hue angle of 256.71º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8C60FE is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 140 | 96 | 254 | - |
| CMYK | 0.45 | 0.62 | 0 | 0.00 |
| HSL | 256.71º | 0.99% | 0.69% | - |
| HSV(B) | 256.71º | 0.62% | 1% | - |
| XYZ | 32.89 | 21.1 | 96.1 | - |
| YUV | 127.17 | 199.58 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 96 | 254 | 0.45 | 0.62 | 0 | 0.00 | 256.71 | 0.99 | 0.69 |
| Hex | 8C | 60 | FE | 2D | 3E | 0 | 0 | 101 | 63 | 45 |
| Octal | 214 | 140 | 376 | 55 | 76 | 0 | 0 | 401 | 143 | 105 |
| Binary | 10001100 | 1100000 | 11111110 | 101101 | 111110 | 0 | 0 | 100000001 | 1100011 | 1000101 |
Color Harmonies of #8C60FE
Complementary color
Monochromatic Colors of #8C60FE
Black with #8C60FE
Text Example
Text Example
White with #8C60FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C60FE; }
p { color: rgb(140,96,254); }
H1.HeaderClassName
{
color: #8C60FE;
}
.AnyTagClassName
{
color: #8C60FE;
}
</style>
background-color css
<style>
a { background-color: #8C60FE; }
a { background-color: rgb(140,96,254); }
div.DivClassName
{
background-color: #8C60FE;
}
.BgClassName
{
background-color: #8C60FE;
}
</style>
border-color css
<style>
span { border-color: #8C60FE; }
span { border-color: rgb(140,96,254); }
td.TdClassName
{
border-color: #8C60FE;
}
.TagClassName
{
border-color: #8C60FE;
}
</style>