Shades of Light Slate Blue #8D59FE
Tints of Light Slate Blue #8D59FE
RGB
CMYK
RGB Variations
Color information
#8D59FE (or 0x8D59FE) is known color: Light Slate Blue. HEX triplet: 8D, 59 and FE. RGB value is (141,89,254). Sum of RGB (Red+Green+Blue) = 141+89+254=484 (64% of max value = 765). Red value is 141 (55.47% from 255 or 29.13% from 484); Green value is 89 (35.16% from 255 or 18.39% from 484); Blue value is 254 (99.61% from 255 or 52.48% from 484); Max value from RGB is 254 - color contains mainly: blue. Hex color #8D59FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D59FE is #72A601. Grayscale: #7A7A7A. Windows color (decimal): -7513602 or 16669069. OLE color: 16669069.
HSL color Cylindrical-coordinate representation of color #8D59FE: hue angle of 258.91º 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 #8D59FE is Cyan = 0.44, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 141 | 89 | 254 | - |
| CMYK | 0.44 | 0.65 | 0 | 0.00 |
| HSL | 258.91º | 0.99% | 0.67% | - |
| HSV(B) | 258.91º | 0.65% | 1% | - |
| XYZ | 32.45 | 19.96 | 95.91 | - |
| YUV | 123.36 | 201.73 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 89 | 254 | 0.44 | 0.65 | 0 | 0.00 | 258.91 | 0.99 | 0.67 |
| Hex | 8D | 59 | FE | 2C | 41 | 0 | 0 | 103 | 63 | 43 |
| Octal | 215 | 131 | 376 | 54 | 101 | 0 | 0 | 403 | 143 | 103 |
| Binary | 10001101 | 1011001 | 11111110 | 101100 | 1000001 | 0 | 0 | 100000011 | 1100011 | 1000011 |
Color Harmonies of #8D59FE
Complementary color
Monochromatic Colors of #8D59FE
Black with #8D59FE
Text Example
Text Example
White with #8D59FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D59FE; }
p { color: rgb(141,89,254); }
H1.HeaderClassName
{
color: #8D59FE;
}
.AnyTagClassName
{
color: #8D59FE;
}
</style>
background-color css
<style>
a { background-color: #8D59FE; }
a { background-color: rgb(141,89,254); }
div.DivClassName
{
background-color: #8D59FE;
}
.BgClassName
{
background-color: #8D59FE;
}
</style>
border-color css
<style>
span { border-color: #8D59FE; }
span { border-color: rgb(141,89,254); }
td.TdClassName
{
border-color: #8D59FE;
}
.TagClassName
{
border-color: #8D59FE;
}
</style>