Shades of Light Slate Blue #8D62FF
Tints of Light Slate Blue #8D62FF
RGB
CMYK
RGB Variations
Color information
#8D62FF (or 0x8D62FF) is known color: Light Slate Blue. HEX triplet: 8D, 62 and FF. RGB value is (141,98,255). Sum of RGB (Red+Green+Blue) = 141+98+255=494 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.54% from 494); Green value is 98 (38.67% from 255 or 19.84% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #8D62FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D62FF is #729D00. Grayscale: #808080. Windows color (decimal): -7511297 or 16736909. OLE color: 16736909.
HSL color Cylindrical-coordinate representation of color #8D62FF: hue angle of 256.43º 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 #8D62FF is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 141 | 98 | 255 | - |
| CMYK | 0.45 | 0.62 | 0 | 0 |
| HSL | 256.43º | 1% | 0.69% | - |
| HSV(B) | 256.43º | 0.62% | 1% | - |
| XYZ | 33.4 | 21.62 | 97.02 | - |
| YUV | 128.76 | 199.25 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 98 | 255 | 0.45 | 0.62 | 0 | 0 | 256.43 | 1 | 0.69 |
| Hex | 8D | 62 | FF | 2D | 3E | 0 | 0 | 100 | 64 | 45 |
| Octal | 215 | 142 | 377 | 55 | 76 | 0 | 0 | 400 | 144 | 105 |
| Binary | 10001101 | 1100010 | 11111111 | 101101 | 111110 | 0 | 0 | 100000000 | 1100100 | 1000101 |
Color Harmonies of #8D62FF
Complementary color
Monochromatic Colors of #8D62FF
Black with #8D62FF
Text Example
Text Example
White with #8D62FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D62FF; }
p { color: rgb(141,98,255); }
H1.HeaderClassName
{
color: #8D62FF;
}
.AnyTagClassName
{
color: #8D62FF;
}
</style>
background-color css
<style>
a { background-color: #8D62FF; }
a { background-color: rgb(141,98,255); }
div.DivClassName
{
background-color: #8D62FF;
}
.BgClassName
{
background-color: #8D62FF;
}
</style>
border-color css
<style>
span { border-color: #8D62FF; }
span { border-color: rgb(141,98,255); }
td.TdClassName
{
border-color: #8D62FF;
}
.TagClassName
{
border-color: #8D62FF;
}
</style>