Shades of Light Slate Blue #8C7CFC
Tints of Light Slate Blue #8C7CFC
RGB
CMYK
RGB Variations
Color information
#8C7CFC (or 0x8C7CFC) is known color: Light Slate Blue. HEX triplet: 8C, 7C and FC. RGB value is (140,124,252). Sum of RGB (Red+Green+Blue) = 140+124+252=516 (68% of max value = 765). Red value is 140 (55.08% from 255 or 27.13% from 516); Green value is 124 (48.83% from 255 or 24.03% from 516); Blue value is 252 (98.83% from 255 or 48.84% from 516); Max value from RGB is 252 - color contains mainly: blue. Hex color #8C7CFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C7CFC is #738303. Grayscale: #8E8E8E. Windows color (decimal): -7570180 or 16546956. OLE color: 16546956.
HSL color Cylindrical-coordinate representation of color #8C7CFC: hue angle of 247.5º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8C7CFC is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 124 | 252 | - |
| CMYK | 0.44 | 0.51 | 0 | 0.01 |
| HSL | 247.5º | 0.96% | 0.74% | - |
| HSV(B) | 247.5º | 0.51% | 0.99% | - |
| XYZ | 35.59 | 27.02 | 95.43 | - |
| YUV | 143.38 | 189.3 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 124 | 252 | 0.44 | 0.51 | 0 | 0.01 | 247.5 | 0.96 | 0.74 |
| Hex | 8C | 7C | FC | 2C | 33 | 0 | 1 | F8 | 60 | 4A |
| Octal | 214 | 174 | 374 | 54 | 63 | 0 | 1 | 370 | 140 | 112 |
| Binary | 10001100 | 1111100 | 11111100 | 101100 | 110011 | 0 | 1 | 11111000 | 1100000 | 1001010 |
Color Harmonies of #8C7CFC
Complementary color
Monochromatic Colors of #8C7CFC
Black with #8C7CFC
Text Example
Text Example
White with #8C7CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7CFC; }
p { color: rgb(140,124,252); }
H1.HeaderClassName
{
color: #8C7CFC;
}
.AnyTagClassName
{
color: #8C7CFC;
}
</style>
background-color css
<style>
a { background-color: #8C7CFC; }
a { background-color: rgb(140,124,252); }
div.DivClassName
{
background-color: #8C7CFC;
}
.BgClassName
{
background-color: #8C7CFC;
}
</style>
border-color css
<style>
span { border-color: #8C7CFC; }
span { border-color: rgb(140,124,252); }
td.TdClassName
{
border-color: #8C7CFC;
}
.TagClassName
{
border-color: #8C7CFC;
}
</style>