Shades of Light Slate Blue #8C7CF8
Tints of Light Slate Blue #8C7CF8
RGB
CMYK
RGB Variations
Color information
#8C7CF8 (or 0x8C7CF8) is known color: Light Slate Blue. HEX triplet: 8C, 7C and F8. RGB value is (140,124,248). Sum of RGB (Red+Green+Blue) = 140+124+248=512 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.34% from 512); Green value is 124 (48.83% from 255 or 24.22% from 512); Blue value is 248 (97.27% from 255 or 48.44% from 512); Max value from RGB is 248 - color contains mainly: blue. Hex color #8C7CF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C7CF8 is #738307. Grayscale: #8E8E8E. Windows color (decimal): -7570184 or 16284812. OLE color: 16284812.
HSL color Cylindrical-coordinate representation of color #8C7CF8: hue angle of 247.74º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8C7CF8 is Cyan = 0.44, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 140 | 124 | 248 | - |
| CMYK | 0.44 | 0.5 | 0 | 0.03 |
| HSL | 247.74º | 0.9% | 0.73% | - |
| HSV(B) | 247.74º | 0.5% | 0.97% | - |
| XYZ | 34.97 | 26.77 | 92.13 | - |
| YUV | 142.92 | 187.3 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 124 | 248 | 0.44 | 0.5 | 0 | 0.03 | 247.74 | 0.9 | 0.73 |
| Hex | 8C | 7C | F8 | 2C | 32 | 0 | 3 | F8 | 5A | 49 |
| Octal | 214 | 174 | 370 | 54 | 62 | 0 | 3 | 370 | 132 | 111 |
| Binary | 10001100 | 1111100 | 11111000 | 101100 | 110010 | 0 | 11 | 11111000 | 1011010 | 1001001 |
Color Harmonies of #8C7CF8
Complementary color
Monochromatic Colors of #8C7CF8
Black with #8C7CF8
Text Example
Text Example
White with #8C7CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7CF8; }
p { color: rgb(140,124,248); }
H1.HeaderClassName
{
color: #8C7CF8;
}
.AnyTagClassName
{
color: #8C7CF8;
}
</style>
background-color css
<style>
a { background-color: #8C7CF8; }
a { background-color: rgb(140,124,248); }
div.DivClassName
{
background-color: #8C7CF8;
}
.BgClassName
{
background-color: #8C7CF8;
}
</style>
border-color css
<style>
span { border-color: #8C7CF8; }
span { border-color: rgb(140,124,248); }
td.TdClassName
{
border-color: #8C7CF8;
}
.TagClassName
{
border-color: #8C7CF8;
}
</style>