Shades of Light Slate Blue #8D63FF
Tints of Light Slate Blue #8D63FF
RGB
CMYK
RGB Variations
Color information
#8D63FF (or 0x8D63FF) is known color: Light Slate Blue. HEX triplet: 8D, 63 and FF. RGB value is (141,99,255). Sum of RGB (Red+Green+Blue) = 141+99+255=495 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.48% from 495); Green value is 99 (39.06% from 255 or 20% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #8D63FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D63FF is #729C00. Grayscale: #808080. Windows color (decimal): -7511041 or 16737165. OLE color: 16737165.
HSL color Cylindrical-coordinate representation of color #8D63FF: hue angle of 256.15º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8D63FF is Cyan = 0.45, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 141 | 99 | 255 | - |
| CMYK | 0.45 | 0.61 | 0 | 0 |
| HSL | 256.15º | 1% | 0.69% | - |
| HSV(B) | 256.15º | 0.61% | 1% | - |
| XYZ | 33.5 | 21.81 | 97.05 | - |
| YUV | 129.34 | 198.91 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 99 | 255 | 0.45 | 0.61 | 0 | 0 | 256.15 | 1 | 0.69 |
| Hex | 8D | 63 | FF | 2D | 3D | 0 | 0 | 100 | 64 | 45 |
| Octal | 215 | 143 | 377 | 55 | 75 | 0 | 0 | 400 | 144 | 105 |
| Binary | 10001101 | 1100011 | 11111111 | 101101 | 111101 | 0 | 0 | 100000000 | 1100100 | 1000101 |
Color Harmonies of #8D63FF
Complementary color
Monochromatic Colors of #8D63FF
Black with #8D63FF
Text Example
Text Example
White with #8D63FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D63FF; }
p { color: rgb(141,99,255); }
H1.HeaderClassName
{
color: #8D63FF;
}
.AnyTagClassName
{
color: #8D63FF;
}
</style>
background-color css
<style>
a { background-color: #8D63FF; }
a { background-color: rgb(141,99,255); }
div.DivClassName
{
background-color: #8D63FF;
}
.BgClassName
{
background-color: #8D63FF;
}
</style>
border-color css
<style>
span { border-color: #8D63FF; }
span { border-color: rgb(141,99,255); }
td.TdClassName
{
border-color: #8D63FF;
}
.TagClassName
{
border-color: #8D63FF;
}
</style>