Shades of Light Slate Blue #8C59FD
Tints of Light Slate Blue #8C59FD
RGB
CMYK
RGB Variations
Color information
#8C59FD (or 0x8C59FD) is known color: Light Slate Blue. HEX triplet: 8C, 59 and FD. RGB value is (140,89,253). Sum of RGB (Red+Green+Blue) = 140+89+253=482 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.05% from 482); Green value is 89 (35.16% from 255 or 18.46% from 482); Blue value is 253 (99.22% from 255 or 52.49% from 482); Max value from RGB is 253 - color contains mainly: blue. Hex color #8C59FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C59FD is #73A602. Grayscale: #7A7A7A. Windows color (decimal): -7579139 or 16603532. OLE color: 16603532.
HSL color Cylindrical-coordinate representation of color #8C59FD: hue angle of 258.66º degrees, saturation: 0.98, 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 #8C59FD is Cyan = 0.45, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 89 | 253 | - |
| CMYK | 0.45 | 0.65 | 0 | 0.01 |
| HSL | 258.66º | 0.98% | 0.67% | - |
| HSV(B) | 258.66º | 0.65% | 0.99% | - |
| XYZ | 32.12 | 19.81 | 95.06 | - |
| YUV | 122.95 | 201.4 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 89 | 253 | 0.45 | 0.65 | 0 | 0.01 | 258.66 | 0.98 | 0.67 |
| Hex | 8C | 59 | FD | 2D | 41 | 0 | 1 | 103 | 62 | 43 |
| Octal | 214 | 131 | 375 | 55 | 101 | 0 | 1 | 403 | 142 | 103 |
| Binary | 10001100 | 1011001 | 11111101 | 101101 | 1000001 | 0 | 1 | 100000011 | 1100010 | 1000011 |
Color Harmonies of #8C59FD
Complementary color
Monochromatic Colors of #8C59FD
Black with #8C59FD
Text Example
Text Example
White with #8C59FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C59FD; }
p { color: rgb(140,89,253); }
H1.HeaderClassName
{
color: #8C59FD;
}
.AnyTagClassName
{
color: #8C59FD;
}
</style>
background-color css
<style>
a { background-color: #8C59FD; }
a { background-color: rgb(140,89,253); }
div.DivClassName
{
background-color: #8C59FD;
}
.BgClassName
{
background-color: #8C59FD;
}
</style>
border-color css
<style>
span { border-color: #8C59FD; }
span { border-color: rgb(140,89,253); }
td.TdClassName
{
border-color: #8C59FD;
}
.TagClassName
{
border-color: #8C59FD;
}
</style>