Shades of Light Slate Blue #8C64FD
Tints of Light Slate Blue #8C64FD
RGB
CMYK
RGB Variations
Color information
#8C64FD (or 0x8C64FD) is known color: Light Slate Blue. HEX triplet: 8C, 64 and FD. RGB value is (140,100,253). Sum of RGB (Red+Green+Blue) = 140+100+253=493 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.40% from 493); Green value is 100 (39.45% from 255 or 20.28% from 493); Blue value is 253 (99.22% from 255 or 51.32% from 493); Max value from RGB is 253 - color contains mainly: blue. Hex color #8C64FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C64FD is #739B02. Grayscale: #808080. Windows color (decimal): -7576323 or 16606348. OLE color: 16606348.
HSL color Cylindrical-coordinate representation of color #8C64FD: hue angle of 255.69º 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 #8C64FD is Cyan = 0.45, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 100 | 253 | - |
| CMYK | 0.45 | 0.60 | 0 | 0.01 |
| HSL | 255.69º | 0.97% | 0.69% | - |
| HSV(B) | 255.69º | 0.6% | 0.99% | - |
| XYZ | 33.1 | 21.78 | 95.39 | - |
| YUV | 129.4 | 197.75 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 100 | 253 | 0.45 | 0.60 | 0 | 0.01 | 255.69 | 0.97 | 0.69 |
| Hex | 8C | 64 | FD | 2D | 3C | 0 | 1 | 100 | 61 | 45 |
| Octal | 214 | 144 | 375 | 55 | 74 | 0 | 1 | 400 | 141 | 105 |
| Binary | 10001100 | 1100100 | 11111101 | 101101 | 111100 | 0 | 1 | 100000000 | 1100001 | 1000101 |
Color Harmonies of #8C64FD
Complementary color
Monochromatic Colors of #8C64FD
Black with #8C64FD
Text Example
Text Example
White with #8C64FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C64FD; }
p { color: rgb(140,100,253); }
H1.HeaderClassName
{
color: #8C64FD;
}
.AnyTagClassName
{
color: #8C64FD;
}
</style>
background-color css
<style>
a { background-color: #8C64FD; }
a { background-color: rgb(140,100,253); }
div.DivClassName
{
background-color: #8C64FD;
}
.BgClassName
{
background-color: #8C64FD;
}
</style>
border-color css
<style>
span { border-color: #8C64FD; }
span { border-color: rgb(140,100,253); }
td.TdClassName
{
border-color: #8C64FD;
}
.TagClassName
{
border-color: #8C64FD;
}
</style>