Shades of Light Slate Blue #8C77EC
Tints of Light Slate Blue #8C77EC
RGB
CMYK
RGB Variations
Color information
#8C77EC (or 0x8C77EC) is known color: Light Slate Blue. HEX triplet: 8C, 77 and EC. RGB value is (140,119,236). Sum of RGB (Red+Green+Blue) = 140+119+236=495 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.28% from 495); Green value is 119 (46.88% from 255 or 24.04% from 495); Blue value is 236 (92.58% from 255 or 47.68% from 495); Max value from RGB is 236 - color contains mainly: blue. Hex color #8C77EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C77EC is #738813. Grayscale: #8A8A8A. Windows color (decimal): -7571476 or 15497100. OLE color: 15497100.
HSL color Cylindrical-coordinate representation of color #8C77EC: hue angle of 250.77º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8C77EC is Cyan = 0.41, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 119 | 236 | - |
| CMYK | 0.41 | 0.50 | 0 | 0.07 |
| HSL | 250.77º | 0.75% | 0.7% | - |
| HSV(B) | 250.77º | 0.5% | 0.93% | - |
| XYZ | 32.55 | 24.83 | 82.43 | - |
| YUV | 138.62 | 182.96 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 119 | 236 | 0.41 | 0.50 | 0 | 0.07 | 250.77 | 0.75 | 0.7 |
| Hex | 8C | 77 | EC | 29 | 32 | 0 | 7 | FB | 4B | 46 |
| Octal | 214 | 167 | 354 | 51 | 62 | 0 | 7 | 373 | 113 | 106 |
| Binary | 10001100 | 1110111 | 11101100 | 101001 | 110010 | 0 | 111 | 11111011 | 1001011 | 1000110 |
Color Harmonies of #8C77EC
Complementary color
Monochromatic Colors of #8C77EC
Black with #8C77EC
Text Example
Text Example
White with #8C77EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C77EC; }
p { color: rgb(140,119,236); }
H1.HeaderClassName
{
color: #8C77EC;
}
.AnyTagClassName
{
color: #8C77EC;
}
</style>
background-color css
<style>
a { background-color: #8C77EC; }
a { background-color: rgb(140,119,236); }
div.DivClassName
{
background-color: #8C77EC;
}
.BgClassName
{
background-color: #8C77EC;
}
</style>
border-color css
<style>
span { border-color: #8C77EC; }
span { border-color: rgb(140,119,236); }
td.TdClassName
{
border-color: #8C77EC;
}
.TagClassName
{
border-color: #8C77EC;
}
</style>