Shades of Light Slate Blue #8C7DEC
Tints of Light Slate Blue #8C7DEC
RGB
CMYK
RGB Variations
Color information
#8C7DEC (or 0x8C7DEC) is known color: Light Slate Blue. HEX triplet: 8C, 7D and EC. RGB value is (140,125,236). Sum of RGB (Red+Green+Blue) = 140+125+236=501 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.94% from 501); Green value is 125 (49.22% from 255 or 24.95% from 501); Blue value is 236 (92.58% from 255 or 47.11% from 501); Max value from RGB is 236 - color contains mainly: blue. Hex color #8C7DEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C7DEC is #738213. Grayscale: #8D8D8D. Windows color (decimal): -7569940 or 15498636. OLE color: 15498636.
HSL color Cylindrical-coordinate representation of color #8C7DEC: hue angle of 248.11º degrees, saturation: 0.74, 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 #8C7DEC is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 125 | 236 | - |
| CMYK | 0.41 | 0.47 | 0 | 0.07 |
| HSL | 248.11º | 0.74% | 0.71% | - |
| HSV(B) | 248.11º | 0.47% | 0.93% | - |
| XYZ | 33.29 | 26.3 | 82.68 | - |
| YUV | 142.14 | 180.97 | 126.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 125 | 236 | 0.41 | 0.47 | 0 | 0.07 | 248.11 | 0.74 | 0.71 |
| Hex | 8C | 7D | EC | 29 | 2F | 0 | 7 | F8 | 4A | 47 |
| Octal | 214 | 175 | 354 | 51 | 57 | 0 | 7 | 370 | 112 | 107 |
| Binary | 10001100 | 1111101 | 11101100 | 101001 | 101111 | 0 | 111 | 11111000 | 1001010 | 1000111 |
Color Harmonies of #8C7DEC
Complementary color
Monochromatic Colors of #8C7DEC
Black with #8C7DEC
Text Example
Text Example
White with #8C7DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7DEC; }
p { color: rgb(140,125,236); }
H1.HeaderClassName
{
color: #8C7DEC;
}
.AnyTagClassName
{
color: #8C7DEC;
}
</style>
background-color css
<style>
a { background-color: #8C7DEC; }
a { background-color: rgb(140,125,236); }
div.DivClassName
{
background-color: #8C7DEC;
}
.BgClassName
{
background-color: #8C7DEC;
}
</style>
border-color css
<style>
span { border-color: #8C7DEC; }
span { border-color: rgb(140,125,236); }
td.TdClassName
{
border-color: #8C7DEC;
}
.TagClassName
{
border-color: #8C7DEC;
}
</style>