Shades of Light Slate Blue #8D60FF
Tints of Light Slate Blue #8D60FF
RGB
CMYK
RGB Variations
Color information
#8D60FF (or 0x8D60FF) is known color: Light Slate Blue. HEX triplet: 8D, 60 and FF. RGB value is (141,96,255). Sum of RGB (Red+Green+Blue) = 141+96+255=492 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.66% from 492); Green value is 96 (37.89% from 255 or 19.51% from 492); Blue value is 255 (100% from 255 or 51.83% from 492); Max value from RGB is 255 - color contains mainly: blue. Hex color #8D60FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D60FF is #729F00. Grayscale: #7E7E7E. Windows color (decimal): -7511809 or 16736397. OLE color: 16736397.
HSL color Cylindrical-coordinate representation of color #8D60FF: hue angle of 256.98º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8D60FF is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 141 | 96 | 255 | - |
| CMYK | 0.45 | 0.62 | 0 | 0 |
| HSL | 256.98º | 1% | 0.69% | - |
| HSV(B) | 256.98º | 0.62% | 1% | - |
| XYZ | 33.22 | 21.25 | 96.96 | - |
| YUV | 127.58 | 199.91 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 96 | 255 | 0.45 | 0.62 | 0 | 0 | 256.98 | 1 | 0.69 |
| Hex | 8D | 60 | FF | 2D | 3E | 0 | 0 | 101 | 64 | 45 |
| Octal | 215 | 140 | 377 | 55 | 76 | 0 | 0 | 401 | 144 | 105 |
| Binary | 10001101 | 1100000 | 11111111 | 101101 | 111110 | 0 | 0 | 100000001 | 1100100 | 1000101 |
Color Harmonies of #8D60FF
Complementary color
Monochromatic Colors of #8D60FF
Black with #8D60FF
Text Example
Text Example
White with #8D60FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D60FF; }
p { color: rgb(141,96,255); }
H1.HeaderClassName
{
color: #8D60FF;
}
.AnyTagClassName
{
color: #8D60FF;
}
</style>
background-color css
<style>
a { background-color: #8D60FF; }
a { background-color: rgb(141,96,255); }
div.DivClassName
{
background-color: #8D60FF;
}
.BgClassName
{
background-color: #8D60FF;
}
</style>
border-color css
<style>
span { border-color: #8D60FF; }
span { border-color: rgb(141,96,255); }
td.TdClassName
{
border-color: #8D60FF;
}
.TagClassName
{
border-color: #8D60FF;
}
</style>