Shades of Light Slate Blue #8D58FF
Tints of Light Slate Blue #8D58FF
RGB
CMYK
RGB Variations
Color information
#8D58FF (or 0x8D58FF) is known color: Light Slate Blue. HEX triplet: 8D, 58 and FF. RGB value is (141,88,255). Sum of RGB (Red+Green+Blue) = 141+88+255=484 (64% of max value = 765). Red value is 141 (55.47% from 255 or 29.13% from 484); Green value is 88 (34.77% from 255 or 18.18% 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 #8D58FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D58FF is #72A700. Grayscale: #7A7A7A. Windows color (decimal): -7513857 or 16734349. OLE color: 16734349.
HSL color Cylindrical-coordinate representation of color #8D58FF: hue angle of 259.04º 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 #8D58FF is Cyan = 0.45, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 141 | 88 | 255 | - |
| CMYK | 0.45 | 0.65 | 0 | 0 |
| HSL | 259.04º | 1% | 0.67% | - |
| HSV(B) | 259.04º | 0.65% | 1% | - |
| XYZ | 32.52 | 19.86 | 96.73 | - |
| YUV | 122.89 | 202.56 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 88 | 255 | 0.45 | 0.65 | 0 | 0 | 259.04 | 1 | 0.67 |
| Hex | 8D | 58 | FF | 2D | 41 | 0 | 0 | 103 | 64 | 43 |
| Octal | 215 | 130 | 377 | 55 | 101 | 0 | 0 | 403 | 144 | 103 |
| Binary | 10001101 | 1011000 | 11111111 | 101101 | 1000001 | 0 | 0 | 100000011 | 1100100 | 1000011 |
Color Harmonies of #8D58FF
Complementary color
Monochromatic Colors of #8D58FF
Black with #8D58FF
Text Example
Text Example
White with #8D58FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D58FF; }
p { color: rgb(141,88,255); }
H1.HeaderClassName
{
color: #8D58FF;
}
.AnyTagClassName
{
color: #8D58FF;
}
</style>
background-color css
<style>
a { background-color: #8D58FF; }
a { background-color: rgb(141,88,255); }
div.DivClassName
{
background-color: #8D58FF;
}
.BgClassName
{
background-color: #8D58FF;
}
</style>
border-color css
<style>
span { border-color: #8D58FF; }
span { border-color: rgb(141,88,255); }
td.TdClassName
{
border-color: #8D58FF;
}
.TagClassName
{
border-color: #8D58FF;
}
</style>