Shades of Light Slate Blue #8C7FEC
Tints of Light Slate Blue #8C7FEC
RGB
CMYK
RGB Variations
Color information
#8C7FEC (or 0x8C7FEC) is known color: Light Slate Blue. HEX triplet: 8C, 7F and EC. RGB value is (140,127,236). Sum of RGB (Red+Green+Blue) = 140+127+236=503 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.83% from 503); Green value is 127 (50% from 255 or 25.25% from 503); Blue value is 236 (92.58% from 255 or 46.92% from 503); Max value from RGB is 236 - color contains mainly: blue. Hex color #8C7FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C7FEC is #738013. Grayscale: #8E8E8E. Windows color (decimal): -7569428 or 15499148. OLE color: 15499148.
HSL color Cylindrical-coordinate representation of color #8C7FEC: hue angle of 247.16º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8C7FEC is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 127 | 236 | - |
| CMYK | 0.41 | 0.46 | 0 | 0.07 |
| HSL | 247.16º | 0.74% | 0.71% | - |
| HSV(B) | 247.16º | 0.46% | 0.93% | - |
| XYZ | 33.54 | 26.81 | 82.76 | - |
| YUV | 143.31 | 180.31 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 127 | 236 | 0.41 | 0.46 | 0 | 0.07 | 247.16 | 0.74 | 0.71 |
| Hex | 8C | 7F | EC | 29 | 2E | 0 | 7 | F7 | 4A | 47 |
| Octal | 214 | 177 | 354 | 51 | 56 | 0 | 7 | 367 | 112 | 107 |
| Binary | 10001100 | 1111111 | 11101100 | 101001 | 101110 | 0 | 111 | 11110111 | 1001010 | 1000111 |
Color Harmonies of #8C7FEC
Complementary color
Monochromatic Colors of #8C7FEC
Black with #8C7FEC
Text Example
Text Example
White with #8C7FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7FEC; }
p { color: rgb(140,127,236); }
H1.HeaderClassName
{
color: #8C7FEC;
}
.AnyTagClassName
{
color: #8C7FEC;
}
</style>
background-color css
<style>
a { background-color: #8C7FEC; }
a { background-color: rgb(140,127,236); }
div.DivClassName
{
background-color: #8C7FEC;
}
.BgClassName
{
background-color: #8C7FEC;
}
</style>
border-color css
<style>
span { border-color: #8C7FEC; }
span { border-color: rgb(140,127,236); }
td.TdClassName
{
border-color: #8C7FEC;
}
.TagClassName
{
border-color: #8C7FEC;
}
</style>