Shades of Light Slate Blue #8C7EED
Tints of Light Slate Blue #8C7EED
RGB
CMYK
RGB Variations
Color information
#8C7EED (or 0x8C7EED) is known color: Light Slate Blue. HEX triplet: 8C, 7E and ED. RGB value is (140,126,237). Sum of RGB (Red+Green+Blue) = 140+126+237=503 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.83% from 503); Green value is 126 (49.61% from 255 or 25.05% from 503); Blue value is 237 (92.97% from 255 or 47.12% from 503); Max value from RGB is 237 - color contains mainly: blue. Hex color #8C7EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C7EED is #738112. Grayscale: #8E8E8E. Windows color (decimal): -7569683 or 15564428. OLE color: 15564428.
HSL color Cylindrical-coordinate representation of color #8C7EED: hue angle of 247.57º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8C7EED is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 126 | 237 | - |
| CMYK | 0.41 | 0.47 | 0 | 0.07 |
| HSL | 247.57º | 0.76% | 0.71% | - |
| HSV(B) | 247.57º | 0.47% | 0.93% | - |
| XYZ | 33.56 | 26.61 | 83.49 | - |
| YUV | 142.84 | 181.14 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 126 | 237 | 0.41 | 0.47 | 0 | 0.07 | 247.57 | 0.76 | 0.71 |
| Hex | 8C | 7E | ED | 29 | 2F | 0 | 7 | F8 | 4C | 47 |
| Octal | 214 | 176 | 355 | 51 | 57 | 0 | 7 | 370 | 114 | 107 |
| Binary | 10001100 | 1111110 | 11101101 | 101001 | 101111 | 0 | 111 | 11111000 | 1001100 | 1000111 |
Color Harmonies of #8C7EED
Complementary color
Monochromatic Colors of #8C7EED
Black with #8C7EED
Text Example
Text Example
White with #8C7EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7EED; }
p { color: rgb(140,126,237); }
H1.HeaderClassName
{
color: #8C7EED;
}
.AnyTagClassName
{
color: #8C7EED;
}
</style>
background-color css
<style>
a { background-color: #8C7EED; }
a { background-color: rgb(140,126,237); }
div.DivClassName
{
background-color: #8C7EED;
}
.BgClassName
{
background-color: #8C7EED;
}
</style>
border-color css
<style>
span { border-color: #8C7EED; }
span { border-color: rgb(140,126,237); }
td.TdClassName
{
border-color: #8C7EED;
}
.TagClassName
{
border-color: #8C7EED;
}
</style>