Shades of Medium Slate Blue #7C7EE9
Tints of Medium Slate Blue #7C7EE9
RGB
CMYK
RGB Variations
Color information
#7C7EE9 (or 0x7C7EE9) is known color: Medium Slate Blue. HEX triplet: 7C, 7E and E9. RGB value is (124,126,233). Sum of RGB (Red+Green+Blue) = 124+126+233=483 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.67% from 483); Green value is 126 (49.61% from 255 or 26.09% from 483); Blue value is 233 (91.41% from 255 or 48.24% from 483); Max value from RGB is 233 - color contains mainly: blue. Hex color #7C7EE9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C7EE9 is #838116. Grayscale: #898989. Windows color (decimal): -8618263 or 15302268. OLE color: 15302268.
HSL color Cylindrical-coordinate representation of color #7C7EE9: hue angle of 238.9º degrees, saturation: 0.71, 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 #7C7EE9 is Cyan = 0.47, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 124 | 126 | 233 | - |
| CMYK | 0.47 | 0.46 | 0 | 0.09 |
| HSL | 238.9º | 0.71% | 0.7% | - |
| HSV(B) | 238.9º | 0.47% | 0.91% | - |
| XYZ | 30.48 | 25.09 | 80.33 | - |
| YUV | 137.6 | 181.84 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 126 | 233 | 0.47 | 0.46 | 0 | 0.09 | 238.9 | 0.71 | 0.7 |
| Hex | 7C | 7E | E9 | 2F | 2E | 0 | 9 | EF | 47 | 46 |
| Octal | 174 | 176 | 351 | 57 | 56 | 0 | 11 | 357 | 107 | 106 |
| Binary | 1111100 | 1111110 | 11101001 | 101111 | 101110 | 0 | 1001 | 11101111 | 1000111 | 1000110 |
Color Harmonies of #7C7EE9
Complementary color
Monochromatic Colors of #7C7EE9
Black with #7C7EE9
Text Example
Text Example
White with #7C7EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7EE9; }
p { color: rgb(124,126,233); }
H1.HeaderClassName
{
color: #7C7EE9;
}
.AnyTagClassName
{
color: #7C7EE9;
}
</style>
background-color css
<style>
a { background-color: #7C7EE9; }
a { background-color: rgb(124,126,233); }
div.DivClassName
{
background-color: #7C7EE9;
}
.BgClassName
{
background-color: #7C7EE9;
}
</style>
border-color css
<style>
span { border-color: #7C7EE9; }
span { border-color: rgb(124,126,233); }
td.TdClassName
{
border-color: #7C7EE9;
}
.TagClassName
{
border-color: #7C7EE9;
}
</style>