Shades of Light Slate Blue #8C59FF
Tints of Light Slate Blue #8C59FF
RGB
CMYK
RGB Variations
Color information
#8C59FF (or 0x8C59FF) is known color: Light Slate Blue. HEX triplet: 8C, 59 and FF. RGB value is (140,89,255). Sum of RGB (Red+Green+Blue) = 140+89+255=484 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.93% from 484); Green value is 89 (35.16% from 255 or 18.39% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #8C59FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C59FF is #73A600. Grayscale: #7A7A7A. Windows color (decimal): -7579137 or 16734604. OLE color: 16734604.
HSL color Cylindrical-coordinate representation of color #8C59FF: hue angle of 258.43º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8C59FF is Cyan = 0.45, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 89 | 255 | - |
| CMYK | 0.45 | 0.65 | 0 | 0 |
| HSL | 258.43º | 1% | 0.67% | - |
| HSV(B) | 258.43º | 0.65% | 1% | - |
| XYZ | 32.44 | 19.94 | 96.75 | - |
| YUV | 123.17 | 202.4 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 89 | 255 | 0.45 | 0.65 | 0 | 0 | 258.43 | 1 | 0.67 |
| Hex | 8C | 59 | FF | 2D | 41 | 0 | 0 | 102 | 64 | 43 |
| Octal | 214 | 131 | 377 | 55 | 101 | 0 | 0 | 402 | 144 | 103 |
| Binary | 10001100 | 1011001 | 11111111 | 101101 | 1000001 | 0 | 0 | 100000010 | 1100100 | 1000011 |
Color Harmonies of #8C59FF
Complementary color
Monochromatic Colors of #8C59FF
Black with #8C59FF
Text Example
Text Example
White with #8C59FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C59FF; }
p { color: rgb(140,89,255); }
H1.HeaderClassName
{
color: #8C59FF;
}
.AnyTagClassName
{
color: #8C59FF;
}
</style>
background-color css
<style>
a { background-color: #8C59FF; }
a { background-color: rgb(140,89,255); }
div.DivClassName
{
background-color: #8C59FF;
}
.BgClassName
{
background-color: #8C59FF;
}
</style>
border-color css
<style>
span { border-color: #8C59FF; }
span { border-color: rgb(140,89,255); }
td.TdClassName
{
border-color: #8C59FF;
}
.TagClassName
{
border-color: #8C59FF;
}
</style>