Shades of Light Slate Blue #8C81EC
Tints of Light Slate Blue #8C81EC
RGB
CMYK
RGB Variations
Color information
#8C81EC (or 0x8C81EC) is known color: Light Slate Blue. HEX triplet: 8C, 81 and EC. RGB value is (140,129,236). Sum of RGB (Red+Green+Blue) = 140+129+236=505 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.72% from 505); Green value is 129 (50.78% from 255 or 25.54% from 505); Blue value is 236 (92.58% from 255 or 46.73% from 505); Max value from RGB is 236 - color contains mainly: blue. Hex color #8C81EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C81EC is #737E13. Grayscale: #909090. Windows color (decimal): -7568916 or 15499660. OLE color: 15499660.
HSL color Cylindrical-coordinate representation of color #8C81EC: hue angle of 246.17º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8C81EC is Cyan = 0.41, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 129 | 236 | - |
| CMYK | 0.41 | 0.45 | 0 | 0.07 |
| HSL | 246.17º | 0.74% | 0.72% | - |
| HSV(B) | 246.17º | 0.45% | 0.93% | - |
| XYZ | 33.81 | 27.33 | 82.85 | - |
| YUV | 144.49 | 179.64 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 129 | 236 | 0.41 | 0.45 | 0 | 0.07 | 246.17 | 0.74 | 0.72 |
| Hex | 8C | 81 | EC | 29 | 2D | 0 | 7 | F6 | 4A | 48 |
| Octal | 214 | 201 | 354 | 51 | 55 | 0 | 7 | 366 | 112 | 110 |
| Binary | 10001100 | 10000001 | 11101100 | 101001 | 101101 | 0 | 111 | 11110110 | 1001010 | 1001000 |
Color Harmonies of #8C81EC
Complementary color
Monochromatic Colors of #8C81EC
Black with #8C81EC
Text Example
Text Example
White with #8C81EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C81EC; }
p { color: rgb(140,129,236); }
H1.HeaderClassName
{
color: #8C81EC;
}
.AnyTagClassName
{
color: #8C81EC;
}
</style>
background-color css
<style>
a { background-color: #8C81EC; }
a { background-color: rgb(140,129,236); }
div.DivClassName
{
background-color: #8C81EC;
}
.BgClassName
{
background-color: #8C81EC;
}
</style>
border-color css
<style>
span { border-color: #8C81EC; }
span { border-color: rgb(140,129,236); }
td.TdClassName
{
border-color: #8C81EC;
}
.TagClassName
{
border-color: #8C81EC;
}
</style>