Shades of Light Slate Blue #8D63FE
Tints of Light Slate Blue #8D63FE
RGB
CMYK
RGB Variations
Color information
#8D63FE (or 0x8D63FE) is known color: Light Slate Blue. HEX triplet: 8D, 63 and FE. RGB value is (141,99,254). Sum of RGB (Red+Green+Blue) = 141+99+254=494 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.54% from 494); Green value is 99 (39.06% from 255 or 20.04% from 494); Blue value is 254 (99.61% from 255 or 51.42% from 494); Max value from RGB is 254 - color contains mainly: blue. Hex color #8D63FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D63FE is #729C01. Grayscale: #808080. Windows color (decimal): -7511042 or 16671629. OLE color: 16671629.
HSL color Cylindrical-coordinate representation of color #8D63FE: hue angle of 256.26º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8D63FE is Cyan = 0.44, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 141 | 99 | 254 | - |
| CMYK | 0.44 | 0.61 | 0 | 0.00 |
| HSL | 256.26º | 0.99% | 0.69% | - |
| HSV(B) | 256.26º | 0.61% | 1% | - |
| XYZ | 33.34 | 21.74 | 96.21 | - |
| YUV | 129.23 | 198.41 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 99 | 254 | 0.44 | 0.61 | 0 | 0.00 | 256.26 | 0.99 | 0.69 |
| Hex | 8D | 63 | FE | 2C | 3D | 0 | 0 | 100 | 63 | 45 |
| Octal | 215 | 143 | 376 | 54 | 75 | 0 | 0 | 400 | 143 | 105 |
| Binary | 10001101 | 1100011 | 11111110 | 101100 | 111101 | 0 | 0 | 100000000 | 1100011 | 1000101 |
Color Harmonies of #8D63FE
Complementary color
Monochromatic Colors of #8D63FE
Black with #8D63FE
Text Example
Text Example
White with #8D63FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D63FE; }
p { color: rgb(141,99,254); }
H1.HeaderClassName
{
color: #8D63FE;
}
.AnyTagClassName
{
color: #8D63FE;
}
</style>
background-color css
<style>
a { background-color: #8D63FE; }
a { background-color: rgb(141,99,254); }
div.DivClassName
{
background-color: #8D63FE;
}
.BgClassName
{
background-color: #8D63FE;
}
</style>
border-color css
<style>
span { border-color: #8D63FE; }
span { border-color: rgb(141,99,254); }
td.TdClassName
{
border-color: #8D63FE;
}
.TagClassName
{
border-color: #8D63FE;
}
</style>