Shades of Light Slate Blue #8C7CFE
Tints of Light Slate Blue #8C7CFE
RGB
CMYK
RGB Variations
Color information
#8C7CFE (or 0x8C7CFE) is known color: Light Slate Blue. HEX triplet: 8C, 7C and FE. RGB value is (140,124,254). Sum of RGB (Red+Green+Blue) = 140+124+254=518 (68% of max value = 765). Red value is 140 (55.08% from 255 or 27.03% from 518); Green value is 124 (48.83% from 255 or 23.94% from 518); Blue value is 254 (99.61% from 255 or 49.03% from 518); Max value from RGB is 254 - color contains mainly: blue. Hex color #8C7CFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C7CFE is #738301. Grayscale: #8F8F8F. Windows color (decimal): -7570178 or 16678028. OLE color: 16678028.
HSL color Cylindrical-coordinate representation of color #8C7CFE: hue angle of 247.38º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8C7CFE is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 140 | 124 | 254 | - |
| CMYK | 0.45 | 0.51 | 0 | 0.00 |
| HSL | 247.38º | 0.98% | 0.74% | - |
| HSV(B) | 247.38º | 0.51% | 1% | - |
| XYZ | 35.91 | 27.15 | 97.11 | - |
| YUV | 143.6 | 190.3 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 124 | 254 | 0.45 | 0.51 | 0 | 0.00 | 247.38 | 0.98 | 0.74 |
| Hex | 8C | 7C | FE | 2D | 33 | 0 | 0 | F7 | 62 | 4A |
| Octal | 214 | 174 | 376 | 55 | 63 | 0 | 0 | 367 | 142 | 112 |
| Binary | 10001100 | 1111100 | 11111110 | 101101 | 110011 | 0 | 0 | 11110111 | 1100010 | 1001010 |
Color Harmonies of #8C7CFE
Complementary color
Monochromatic Colors of #8C7CFE
Black with #8C7CFE
Text Example
Text Example
White with #8C7CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7CFE; }
p { color: rgb(140,124,254); }
H1.HeaderClassName
{
color: #8C7CFE;
}
.AnyTagClassName
{
color: #8C7CFE;
}
</style>
background-color css
<style>
a { background-color: #8C7CFE; }
a { background-color: rgb(140,124,254); }
div.DivClassName
{
background-color: #8C7CFE;
}
.BgClassName
{
background-color: #8C7CFE;
}
</style>
border-color css
<style>
span { border-color: #8C7CFE; }
span { border-color: rgb(140,124,254); }
td.TdClassName
{
border-color: #8C7CFE;
}
.TagClassName
{
border-color: #8C7CFE;
}
</style>