Shades of Light Slate Blue #8D64FD
Tints of Light Slate Blue #8D64FD
RGB
CMYK
RGB Variations
Color information
#8D64FD (or 0x8D64FD) is known color: Light Slate Blue. HEX triplet: 8D, 64 and FD. RGB value is (141,100,253). Sum of RGB (Red+Green+Blue) = 141+100+253=494 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.54% from 494); Green value is 100 (39.45% from 255 or 20.24% from 494); Blue value is 253 (99.22% from 255 or 51.21% from 494); Max value from RGB is 253 - color contains mainly: blue. Hex color #8D64FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D64FD is #729B02. Grayscale: #818181. Windows color (decimal): -7510787 or 16606349. OLE color: 16606349.
HSL color Cylindrical-coordinate representation of color #8D64FD: hue angle of 256.08º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8D64FD is Cyan = 0.44, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 141 | 100 | 253 | - |
| CMYK | 0.44 | 0.60 | 0 | 0.01 |
| HSL | 256.08º | 0.97% | 0.69% | - |
| HSV(B) | 256.08º | 0.6% | 0.99% | - |
| XYZ | 33.27 | 21.87 | 95.4 | - |
| YUV | 129.7 | 197.58 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 100 | 253 | 0.44 | 0.60 | 0 | 0.01 | 256.08 | 0.97 | 0.69 |
| Hex | 8D | 64 | FD | 2C | 3C | 0 | 1 | 100 | 61 | 45 |
| Octal | 215 | 144 | 375 | 54 | 74 | 0 | 1 | 400 | 141 | 105 |
| Binary | 10001101 | 1100100 | 11111101 | 101100 | 111100 | 0 | 1 | 100000000 | 1100001 | 1000101 |
Color Harmonies of #8D64FD
Complementary color
Monochromatic Colors of #8D64FD
Black with #8D64FD
Text Example
Text Example
White with #8D64FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D64FD; }
p { color: rgb(141,100,253); }
H1.HeaderClassName
{
color: #8D64FD;
}
.AnyTagClassName
{
color: #8D64FD;
}
</style>
background-color css
<style>
a { background-color: #8D64FD; }
a { background-color: rgb(141,100,253); }
div.DivClassName
{
background-color: #8D64FD;
}
.BgClassName
{
background-color: #8D64FD;
}
</style>
border-color css
<style>
span { border-color: #8D64FD; }
span { border-color: rgb(141,100,253); }
td.TdClassName
{
border-color: #8D64FD;
}
.TagClassName
{
border-color: #8D64FD;
}
</style>