Shades of Light Slate Blue #8D56FF
Tints of Light Slate Blue #8D56FF
RGB
CMYK
RGB Variations
Color information
#8D56FF (or 0x8D56FF) is known color: Light Slate Blue. HEX triplet: 8D, 56 and FF. RGB value is (141,86,255). Sum of RGB (Red+Green+Blue) = 141+86+255=482 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.25% from 482); Green value is 86 (33.98% from 255 or 17.84% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #8D56FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D56FF is #72A900. Grayscale: #797979. Windows color (decimal): -7514369 or 16733837. OLE color: 16733837.
HSL color Cylindrical-coordinate representation of color #8D56FF: hue angle of 259.53º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8D56FF is Cyan = 0.45, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 141 | 86 | 255 | - |
| CMYK | 0.45 | 0.66 | 0 | 0 |
| HSL | 259.53º | 1% | 0.67% | - |
| HSV(B) | 259.53º | 0.66% | 1% | - |
| XYZ | 32.36 | 19.54 | 96.67 | - |
| YUV | 121.71 | 203.22 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 86 | 255 | 0.45 | 0.66 | 0 | 0 | 259.53 | 1 | 0.67 |
| Hex | 8D | 56 | FF | 2D | 42 | 0 | 0 | 104 | 64 | 43 |
| Octal | 215 | 126 | 377 | 55 | 102 | 0 | 0 | 404 | 144 | 103 |
| Binary | 10001101 | 1010110 | 11111111 | 101101 | 1000010 | 0 | 0 | 100000100 | 1100100 | 1000011 |
Color Harmonies of #8D56FF
Complementary color
Monochromatic Colors of #8D56FF
Black with #8D56FF
Text Example
Text Example
White with #8D56FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D56FF; }
p { color: rgb(141,86,255); }
H1.HeaderClassName
{
color: #8D56FF;
}
.AnyTagClassName
{
color: #8D56FF;
}
</style>
background-color css
<style>
a { background-color: #8D56FF; }
a { background-color: rgb(141,86,255); }
div.DivClassName
{
background-color: #8D56FF;
}
.BgClassName
{
background-color: #8D56FF;
}
</style>
border-color css
<style>
span { border-color: #8D56FF; }
span { border-color: rgb(141,86,255); }
td.TdClassName
{
border-color: #8D56FF;
}
.TagClassName
{
border-color: #8D56FF;
}
</style>