Shades of Light Slate Blue #8C63FE
Tints of Light Slate Blue #8C63FE
RGB
CMYK
RGB Variations
Color information
#8C63FE (or 0x8C63FE) is known color: Light Slate Blue. HEX triplet: 8C, 63 and FE. RGB value is (140,99,254). Sum of RGB (Red+Green+Blue) = 140+99+254=493 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.40% from 493); Green value is 99 (39.06% from 255 or 20.08% from 493); Blue value is 254 (99.61% from 255 or 51.52% from 493); Max value from RGB is 254 - color contains mainly: blue. Hex color #8C63FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C63FE is #739C01. Grayscale: #808080. Windows color (decimal): -7576578 or 16671628. OLE color: 16671628.
HSL color Cylindrical-coordinate representation of color #8C63FE: hue angle of 255.87º 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 #8C63FE is Cyan = 0.45, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 140 | 99 | 254 | - |
| CMYK | 0.45 | 0.61 | 0 | 0.00 |
| HSL | 255.87º | 0.99% | 0.69% | - |
| HSV(B) | 255.87º | 0.61% | 1% | - |
| XYZ | 33.17 | 21.65 | 96.2 | - |
| YUV | 128.93 | 198.58 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 99 | 254 | 0.45 | 0.61 | 0 | 0.00 | 255.87 | 0.99 | 0.69 |
| Hex | 8C | 63 | FE | 2D | 3D | 0 | 0 | 100 | 63 | 45 |
| Octal | 214 | 143 | 376 | 55 | 75 | 0 | 0 | 400 | 143 | 105 |
| Binary | 10001100 | 1100011 | 11111110 | 101101 | 111101 | 0 | 0 | 100000000 | 1100011 | 1000101 |
Color Harmonies of #8C63FE
Complementary color
Monochromatic Colors of #8C63FE
Black with #8C63FE
Text Example
Text Example
White with #8C63FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C63FE; }
p { color: rgb(140,99,254); }
H1.HeaderClassName
{
color: #8C63FE;
}
.AnyTagClassName
{
color: #8C63FE;
}
</style>
background-color css
<style>
a { background-color: #8C63FE; }
a { background-color: rgb(140,99,254); }
div.DivClassName
{
background-color: #8C63FE;
}
.BgClassName
{
background-color: #8C63FE;
}
</style>
border-color css
<style>
span { border-color: #8C63FE; }
span { border-color: rgb(140,99,254); }
td.TdClassName
{
border-color: #8C63FE;
}
.TagClassName
{
border-color: #8C63FE;
}
</style>