Shades of Light Slate Blue #8C71EE
Tints of Light Slate Blue #8C71EE
RGB
CMYK
RGB Variations
Color information
#8C71EE (or 0x8C71EE) is known color: Light Slate Blue. HEX triplet: 8C, 71 and EE. RGB value is (140,113,238). Sum of RGB (Red+Green+Blue) = 140+113+238=491 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.51% from 491); Green value is 113 (44.53% from 255 or 23.01% from 491); Blue value is 238 (93.36% from 255 or 48.47% from 491); Max value from RGB is 238 - color contains mainly: blue. Hex color #8C71EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C71EE is #738E11. Grayscale: #868686. Windows color (decimal): -7573010 or 15626636. OLE color: 15626636.
HSL color Cylindrical-coordinate representation of color #8C71EE: hue angle of 252.96º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8C71EE is Cyan = 0.41, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 113 | 238 | - |
| CMYK | 0.41 | 0.53 | 0 | 0.07 |
| HSL | 252.96º | 0.79% | 0.69% | - |
| HSV(B) | 252.96º | 0.53% | 0.93% | - |
| XYZ | 32.15 | 23.56 | 83.74 | - |
| YUV | 135.32 | 185.95 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 113 | 238 | 0.41 | 0.53 | 0 | 0.07 | 252.96 | 0.79 | 0.69 |
| Hex | 8C | 71 | EE | 29 | 35 | 0 | 7 | FD | 4F | 45 |
| Octal | 214 | 161 | 356 | 51 | 65 | 0 | 7 | 375 | 117 | 105 |
| Binary | 10001100 | 1110001 | 11101110 | 101001 | 110101 | 0 | 111 | 11111101 | 1001111 | 1000101 |
Color Harmonies of #8C71EE
Complementary color
Monochromatic Colors of #8C71EE
Black with #8C71EE
Text Example
Text Example
White with #8C71EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C71EE; }
p { color: rgb(140,113,238); }
H1.HeaderClassName
{
color: #8C71EE;
}
.AnyTagClassName
{
color: #8C71EE;
}
</style>
background-color css
<style>
a { background-color: #8C71EE; }
a { background-color: rgb(140,113,238); }
div.DivClassName
{
background-color: #8C71EE;
}
.BgClassName
{
background-color: #8C71EE;
}
</style>
border-color css
<style>
span { border-color: #8C71EE; }
span { border-color: rgb(140,113,238); }
td.TdClassName
{
border-color: #8C71EE;
}
.TagClassName
{
border-color: #8C71EE;
}
</style>