Shades of Medium Slate Blue #7E7CE8
Tints of Medium Slate Blue #7E7CE8
RGB
CMYK
RGB Variations
Color information
#7E7CE8 (or 0x7E7CE8) is known color: Medium Slate Blue. HEX triplet: 7E, 7C and E8. RGB value is (126,124,232). Sum of RGB (Red+Green+Blue) = 126+124+232=482 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.14% from 482); Green value is 124 (48.83% from 255 or 25.73% from 482); Blue value is 232 (91.02% from 255 or 48.13% from 482); Max value from RGB is 232 - color contains mainly: blue. Hex color #7E7CE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E7CE8 is #818317. Grayscale: #888888. Windows color (decimal): -8487704 or 15236222. OLE color: 15236222.
HSL color Cylindrical-coordinate representation of color #7E7CE8: hue angle of 241.11º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7E7CE8 is Cyan = 0.46, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 126 | 124 | 232 | - |
| CMYK | 0.46 | 0.47 | 0 | 0.09 |
| HSL | 241.11º | 0.7% | 0.7% | - |
| HSV(B) | 241.11º | 0.47% | 0.91% | - |
| XYZ | 30.38 | 24.68 | 79.51 | - |
| YUV | 136.91 | 181.66 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 124 | 232 | 0.46 | 0.47 | 0 | 0.09 | 241.11 | 0.7 | 0.7 |
| Hex | 7E | 7C | E8 | 2E | 2F | 0 | 9 | F1 | 46 | 46 |
| Octal | 176 | 174 | 350 | 56 | 57 | 0 | 11 | 361 | 106 | 106 |
| Binary | 1111110 | 1111100 | 11101000 | 101110 | 101111 | 0 | 1001 | 11110001 | 1000110 | 1000110 |
Color Harmonies of #7E7CE8
Complementary color
Monochromatic Colors of #7E7CE8
Black with #7E7CE8
Text Example
Text Example
White with #7E7CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7CE8; }
p { color: rgb(126,124,232); }
H1.HeaderClassName
{
color: #7E7CE8;
}
.AnyTagClassName
{
color: #7E7CE8;
}
</style>
background-color css
<style>
a { background-color: #7E7CE8; }
a { background-color: rgb(126,124,232); }
div.DivClassName
{
background-color: #7E7CE8;
}
.BgClassName
{
background-color: #7E7CE8;
}
</style>
border-color css
<style>
span { border-color: #7E7CE8; }
span { border-color: rgb(126,124,232); }
td.TdClassName
{
border-color: #7E7CE8;
}
.TagClassName
{
border-color: #7E7CE8;
}
</style>