Shades of Light Slate Blue #8C59FE
Tints of Light Slate Blue #8C59FE
RGB
CMYK
RGB Variations
Color information
#8C59FE (or 0x8C59FE) is known color: Light Slate Blue. HEX triplet: 8C, 59 and FE. RGB value is (140,89,254). Sum of RGB (Red+Green+Blue) = 140+89+254=483 (63% of max value = 765). Red value is 140 (55.08% from 255 or 28.99% from 483); Green value is 89 (35.16% from 255 or 18.43% from 483); Blue value is 254 (99.61% from 255 or 52.59% from 483); Max value from RGB is 254 - color contains mainly: blue. Hex color #8C59FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C59FE is #73A601. Grayscale: #7A7A7A. Windows color (decimal): -7579138 or 16669068. OLE color: 16669068.
HSL color Cylindrical-coordinate representation of color #8C59FE: hue angle of 258.55º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8C59FE is Cyan = 0.45, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 140 | 89 | 254 | - |
| CMYK | 0.45 | 0.65 | 0 | 0.00 |
| HSL | 258.55º | 0.99% | 0.67% | - |
| HSV(B) | 258.55º | 0.65% | 1% | - |
| XYZ | 32.28 | 19.88 | 95.9 | - |
| YUV | 123.06 | 201.9 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 89 | 254 | 0.45 | 0.65 | 0 | 0.00 | 258.55 | 0.99 | 0.67 |
| Hex | 8C | 59 | FE | 2D | 41 | 0 | 0 | 103 | 63 | 43 |
| Octal | 214 | 131 | 376 | 55 | 101 | 0 | 0 | 403 | 143 | 103 |
| Binary | 10001100 | 1011001 | 11111110 | 101101 | 1000001 | 0 | 0 | 100000011 | 1100011 | 1000011 |
Color Harmonies of #8C59FE
Complementary color
Monochromatic Colors of #8C59FE
Black with #8C59FE
Text Example
Text Example
White with #8C59FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C59FE; }
p { color: rgb(140,89,254); }
H1.HeaderClassName
{
color: #8C59FE;
}
.AnyTagClassName
{
color: #8C59FE;
}
</style>
background-color css
<style>
a { background-color: #8C59FE; }
a { background-color: rgb(140,89,254); }
div.DivClassName
{
background-color: #8C59FE;
}
.BgClassName
{
background-color: #8C59FE;
}
</style>
border-color css
<style>
span { border-color: #8C59FE; }
span { border-color: rgb(140,89,254); }
td.TdClassName
{
border-color: #8C59FE;
}
.TagClassName
{
border-color: #8C59FE;
}
</style>