Shades of Light Slate Blue #8C7EEA
Tints of Light Slate Blue #8C7EEA
RGB
CMYK
RGB Variations
Color information
#8C7EEA (or 0x8C7EEA) is known color: Light Slate Blue. HEX triplet: 8C, 7E and EA. RGB value is (140,126,234). Sum of RGB (Red+Green+Blue) = 140+126+234=500 (66% of max value = 765). Red value is 140 (55.08% from 255 or 28% from 500); Green value is 126 (49.61% from 255 or 25.2% from 500); Blue value is 234 (91.80% from 255 or 46.8% from 500); Max value from RGB is 234 - color contains mainly: blue. Hex color #8C7EEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C7EEA is #738115. Grayscale: #8E8E8E. Windows color (decimal): -7569686 or 15367820. OLE color: 15367820.
HSL color Cylindrical-coordinate representation of color #8C7EEA: hue angle of 247.78º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8C7EEA is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 126 | 234 | - |
| CMYK | 0.40 | 0.46 | 0 | 0.08 |
| HSL | 247.78º | 0.72% | 0.71% | - |
| HSV(B) | 247.78º | 0.46% | 0.92% | - |
| XYZ | 33.13 | 26.44 | 81.2 | - |
| YUV | 142.5 | 179.64 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 126 | 234 | 0.40 | 0.46 | 0 | 0.08 | 247.78 | 0.72 | 0.71 |
| Hex | 8C | 7E | EA | 28 | 2E | 0 | 8 | F8 | 48 | 47 |
| Octal | 214 | 176 | 352 | 50 | 56 | 0 | 10 | 370 | 110 | 107 |
| Binary | 10001100 | 1111110 | 11101010 | 101000 | 101110 | 0 | 1000 | 11111000 | 1001000 | 1000111 |
Color Harmonies of #8C7EEA
Complementary color
Monochromatic Colors of #8C7EEA
Black with #8C7EEA
Text Example
Text Example
White with #8C7EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7EEA; }
p { color: rgb(140,126,234); }
H1.HeaderClassName
{
color: #8C7EEA;
}
.AnyTagClassName
{
color: #8C7EEA;
}
</style>
background-color css
<style>
a { background-color: #8C7EEA; }
a { background-color: rgb(140,126,234); }
div.DivClassName
{
background-color: #8C7EEA;
}
.BgClassName
{
background-color: #8C7EEA;
}
</style>
border-color css
<style>
span { border-color: #8C7EEA; }
span { border-color: rgb(140,126,234); }
td.TdClassName
{
border-color: #8C7EEA;
}
.TagClassName
{
border-color: #8C7EEA;
}
</style>