Shades of Light Slate Blue #8C63FC
Tints of Light Slate Blue #8C63FC
RGB
CMYK
RGB Variations
Color information
#8C63FC (or 0x8C63FC) is known color: Light Slate Blue. HEX triplet: 8C, 63 and FC. RGB value is (140,99,252). Sum of RGB (Red+Green+Blue) = 140+99+252=491 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.51% from 491); Green value is 99 (39.06% from 255 or 20.16% from 491); Blue value is 252 (98.83% from 255 or 51.32% from 491); Max value from RGB is 252 - color contains mainly: blue. Hex color #8C63FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C63FC is #739C03. Grayscale: #808080. Windows color (decimal): -7576580 or 16540556. OLE color: 16540556.
HSL color Cylindrical-coordinate representation of color #8C63FC: hue angle of 256.08º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8C63FC is Cyan = 0.44, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 99 | 252 | - |
| CMYK | 0.44 | 0.61 | 0 | 0.01 |
| HSL | 256.08º | 0.96% | 0.69% | - |
| HSV(B) | 256.08º | 0.61% | 0.99% | - |
| XYZ | 32.85 | 21.53 | 94.52 | - |
| YUV | 128.7 | 197.58 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 99 | 252 | 0.44 | 0.61 | 0 | 0.01 | 256.08 | 0.96 | 0.69 |
| Hex | 8C | 63 | FC | 2C | 3D | 0 | 1 | 100 | 60 | 45 |
| Octal | 214 | 143 | 374 | 54 | 75 | 0 | 1 | 400 | 140 | 105 |
| Binary | 10001100 | 1100011 | 11111100 | 101100 | 111101 | 0 | 1 | 100000000 | 1100000 | 1000101 |
Color Harmonies of #8C63FC
Complementary color
Monochromatic Colors of #8C63FC
Black with #8C63FC
Text Example
Text Example
White with #8C63FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C63FC; }
p { color: rgb(140,99,252); }
H1.HeaderClassName
{
color: #8C63FC;
}
.AnyTagClassName
{
color: #8C63FC;
}
</style>
background-color css
<style>
a { background-color: #8C63FC; }
a { background-color: rgb(140,99,252); }
div.DivClassName
{
background-color: #8C63FC;
}
.BgClassName
{
background-color: #8C63FC;
}
</style>
border-color css
<style>
span { border-color: #8C63FC; }
span { border-color: rgb(140,99,252); }
td.TdClassName
{
border-color: #8C63FC;
}
.TagClassName
{
border-color: #8C63FC;
}
</style>