Shades of Light Slate Blue #8C7EFE
Tints of Light Slate Blue #8C7EFE
RGB
CMYK
RGB Variations
Color information
#8C7EFE (or 0x8C7EFE) is known color: Light Slate Blue. HEX triplet: 8C, 7E and FE. RGB value is (140,126,254). Sum of RGB (Red+Green+Blue) = 140+126+254=520 (68% of max value = 765). Red value is 140 (55.08% from 255 or 26.92% from 520); Green value is 126 (49.61% from 255 or 24.23% from 520); Blue value is 254 (99.61% from 255 or 48.85% from 520); Max value from RGB is 254 - color contains mainly: blue. Hex color #8C7EFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C7EFE is #738101. Grayscale: #909090. Windows color (decimal): -7569666 or 16678540. OLE color: 16678540.
HSL color Cylindrical-coordinate representation of color #8C7EFE: hue angle of 246.56º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8C7EFE is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 140 | 126 | 254 | - |
| CMYK | 0.45 | 0.50 | 0 | 0.00 |
| HSL | 246.56º | 0.98% | 0.75% | - |
| HSV(B) | 246.56º | 0.5% | 1% | - |
| XYZ | 36.17 | 27.65 | 97.2 | - |
| YUV | 144.78 | 189.64 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 126 | 254 | 0.45 | 0.50 | 0 | 0.00 | 246.56 | 0.98 | 0.75 |
| Hex | 8C | 7E | FE | 2D | 32 | 0 | 0 | F7 | 62 | 4B |
| Octal | 214 | 176 | 376 | 55 | 62 | 0 | 0 | 367 | 142 | 113 |
| Binary | 10001100 | 1111110 | 11111110 | 101101 | 110010 | 0 | 0 | 11110111 | 1100010 | 1001011 |
Color Harmonies of #8C7EFE
Complementary color
Monochromatic Colors of #8C7EFE
Black with #8C7EFE
Text Example
Text Example
White with #8C7EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7EFE; }
p { color: rgb(140,126,254); }
H1.HeaderClassName
{
color: #8C7EFE;
}
.AnyTagClassName
{
color: #8C7EFE;
}
</style>
background-color css
<style>
a { background-color: #8C7EFE; }
a { background-color: rgb(140,126,254); }
div.DivClassName
{
background-color: #8C7EFE;
}
.BgClassName
{
background-color: #8C7EFE;
}
</style>
border-color css
<style>
span { border-color: #8C7EFE; }
span { border-color: rgb(140,126,254); }
td.TdClassName
{
border-color: #8C7EFE;
}
.TagClassName
{
border-color: #8C7EFE;
}
</style>