Shades of Light Slate Blue #8C57FC
Tints of Light Slate Blue #8C57FC
RGB
CMYK
RGB Variations
Color information
#8C57FC (or 0x8C57FC) is known color: Light Slate Blue. HEX triplet: 8C, 57 and FC. RGB value is (140,87,252). Sum of RGB (Red+Green+Blue) = 140+87+252=479 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.23% from 479); Green value is 87 (34.38% from 255 or 18.16% from 479); Blue value is 252 (98.83% from 255 or 52.61% from 479); Max value from RGB is 252 - color contains mainly: blue. Hex color #8C57FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C57FC is #73A803. Grayscale: #797979. Windows color (decimal): -7579652 or 16537484. OLE color: 16537484.
HSL color Cylindrical-coordinate representation of color #8C57FC: hue angle of 259.27º degrees, saturation: 0.96, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8C57FC is Cyan = 0.44, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 87 | 252 | - |
| CMYK | 0.44 | 0.65 | 0 | 0.01 |
| HSL | 259.27º | 0.96% | 0.66% | - |
| HSV(B) | 259.27º | 0.65% | 0.99% | - |
| XYZ | 31.79 | 19.42 | 94.17 | - |
| YUV | 121.66 | 201.56 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 87 | 252 | 0.44 | 0.65 | 0 | 0.01 | 259.27 | 0.96 | 0.66 |
| Hex | 8C | 57 | FC | 2C | 41 | 0 | 1 | 103 | 60 | 42 |
| Octal | 214 | 127 | 374 | 54 | 101 | 0 | 1 | 403 | 140 | 102 |
| Binary | 10001100 | 1010111 | 11111100 | 101100 | 1000001 | 0 | 1 | 100000011 | 1100000 | 1000010 |
Color Harmonies of #8C57FC
Complementary color
Monochromatic Colors of #8C57FC
Black with #8C57FC
Text Example
Text Example
White with #8C57FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C57FC; }
p { color: rgb(140,87,252); }
H1.HeaderClassName
{
color: #8C57FC;
}
.AnyTagClassName
{
color: #8C57FC;
}
</style>
background-color css
<style>
a { background-color: #8C57FC; }
a { background-color: rgb(140,87,252); }
div.DivClassName
{
background-color: #8C57FC;
}
.BgClassName
{
background-color: #8C57FC;
}
</style>
border-color css
<style>
span { border-color: #8C57FC; }
span { border-color: rgb(140,87,252); }
td.TdClassName
{
border-color: #8C57FC;
}
.TagClassName
{
border-color: #8C57FC;
}
</style>