Shades of Light Slate Blue #8C7CEA
Tints of Light Slate Blue #8C7CEA
RGB
CMYK
RGB Variations
Color information
#8C7CEA (or 0x8C7CEA) is known color: Light Slate Blue. HEX triplet: 8C, 7C and EA. RGB value is (140,124,234). Sum of RGB (Red+Green+Blue) = 140+124+234=498 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.11% from 498); Green value is 124 (48.83% from 255 or 24.90% from 498); Blue value is 234 (91.80% from 255 or 46.99% from 498); Max value from RGB is 234 - color contains mainly: blue. Hex color #8C7CEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C7CEA is #738315. Grayscale: #8C8C8C. Windows color (decimal): -7570198 or 15367308. OLE color: 15367308.
HSL color Cylindrical-coordinate representation of color #8C7CEA: hue angle of 248.73º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8C7CEA is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 124 | 234 | - |
| CMYK | 0.40 | 0.47 | 0 | 0.08 |
| HSL | 248.73º | 0.72% | 0.7% | - |
| HSV(B) | 248.73º | 0.47% | 0.92% | - |
| XYZ | 32.87 | 25.93 | 81.11 | - |
| YUV | 141.32 | 180.3 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 124 | 234 | 0.40 | 0.47 | 0 | 0.08 | 248.73 | 0.72 | 0.7 |
| Hex | 8C | 7C | EA | 28 | 2F | 0 | 8 | F9 | 48 | 46 |
| Octal | 214 | 174 | 352 | 50 | 57 | 0 | 10 | 371 | 110 | 106 |
| Binary | 10001100 | 1111100 | 11101010 | 101000 | 101111 | 0 | 1000 | 11111001 | 1001000 | 1000110 |
Color Harmonies of #8C7CEA
Complementary color
Monochromatic Colors of #8C7CEA
Black with #8C7CEA
Text Example
Text Example
White with #8C7CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7CEA; }
p { color: rgb(140,124,234); }
H1.HeaderClassName
{
color: #8C7CEA;
}
.AnyTagClassName
{
color: #8C7CEA;
}
</style>
background-color css
<style>
a { background-color: #8C7CEA; }
a { background-color: rgb(140,124,234); }
div.DivClassName
{
background-color: #8C7CEA;
}
.BgClassName
{
background-color: #8C7CEA;
}
</style>
border-color css
<style>
span { border-color: #8C7CEA; }
span { border-color: rgb(140,124,234); }
td.TdClassName
{
border-color: #8C7CEA;
}
.TagClassName
{
border-color: #8C7CEA;
}
</style>