Shades of Light Slate Blue #8C59FC
Tints of Light Slate Blue #8C59FC
RGB
CMYK
RGB Variations
Color information
#8C59FC (or 0x8C59FC) is known color: Light Slate Blue. HEX triplet: 8C, 59 and FC. RGB value is (140,89,252). Sum of RGB (Red+Green+Blue) = 140+89+252=481 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.11% from 481); Green value is 89 (35.16% from 255 or 18.50% from 481); Blue value is 252 (98.83% from 255 or 52.39% from 481); Max value from RGB is 252 - color contains mainly: blue. Hex color #8C59FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C59FC is #73A603. Grayscale: #7A7A7A. Windows color (decimal): -7579140 or 16537996. OLE color: 16537996.
HSL color Cylindrical-coordinate representation of color #8C59FC: hue angle of 258.77º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8C59FC is Cyan = 0.44, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 89 | 252 | - |
| CMYK | 0.44 | 0.65 | 0 | 0.01 |
| HSL | 258.77º | 0.96% | 0.67% | - |
| HSV(B) | 258.77º | 0.65% | 0.99% | - |
| XYZ | 31.96 | 19.75 | 94.22 | - |
| YUV | 122.83 | 200.9 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 89 | 252 | 0.44 | 0.65 | 0 | 0.01 | 258.77 | 0.96 | 0.67 |
| Hex | 8C | 59 | FC | 2C | 41 | 0 | 1 | 103 | 60 | 43 |
| Octal | 214 | 131 | 374 | 54 | 101 | 0 | 1 | 403 | 140 | 103 |
| Binary | 10001100 | 1011001 | 11111100 | 101100 | 1000001 | 0 | 1 | 100000011 | 1100000 | 1000011 |
Color Harmonies of #8C59FC
Complementary color
Monochromatic Colors of #8C59FC
Black with #8C59FC
Text Example
Text Example
White with #8C59FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C59FC; }
p { color: rgb(140,89,252); }
H1.HeaderClassName
{
color: #8C59FC;
}
.AnyTagClassName
{
color: #8C59FC;
}
</style>
background-color css
<style>
a { background-color: #8C59FC; }
a { background-color: rgb(140,89,252); }
div.DivClassName
{
background-color: #8C59FC;
}
.BgClassName
{
background-color: #8C59FC;
}
</style>
border-color css
<style>
span { border-color: #8C59FC; }
span { border-color: rgb(140,89,252); }
td.TdClassName
{
border-color: #8C59FC;
}
.TagClassName
{
border-color: #8C59FC;
}
</style>