Shades of Medium Slate Blue #7C7FEC
Tints of Medium Slate Blue #7C7FEC
RGB
CMYK
RGB Variations
Color information
#7C7FEC (or 0x7C7FEC) is known color: Medium Slate Blue. HEX triplet: 7C, 7F and EC. RGB value is (124,127,236). Sum of RGB (Red+Green+Blue) = 124+127+236=487 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.46% from 487); Green value is 127 (50% from 255 or 26.08% from 487); Blue value is 236 (92.58% from 255 or 48.46% from 487); Max value from RGB is 236 - color contains mainly: blue. Hex color #7C7FEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C7FEC is #838013. Grayscale: #8A8A8A. Windows color (decimal): -8618004 or 15499132. OLE color: 15499132.
HSL color Cylindrical-coordinate representation of color #7C7FEC: hue angle of 238.39º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7C7FEC is Cyan = 0.47, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 124 | 127 | 236 | - |
| CMYK | 0.47 | 0.46 | 0 | 0.07 |
| HSL | 238.39º | 0.75% | 0.71% | - |
| HSV(B) | 238.39º | 0.47% | 0.93% | - |
| XYZ | 31.04 | 25.52 | 82.65 | - |
| YUV | 138.53 | 183.01 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 127 | 236 | 0.47 | 0.46 | 0 | 0.07 | 238.39 | 0.75 | 0.71 |
| Hex | 7C | 7F | EC | 2F | 2E | 0 | 7 | EE | 4B | 47 |
| Octal | 174 | 177 | 354 | 57 | 56 | 0 | 7 | 356 | 113 | 107 |
| Binary | 1111100 | 1111111 | 11101100 | 101111 | 101110 | 0 | 111 | 11101110 | 1001011 | 1000111 |
Color Harmonies of #7C7FEC
Complementary color
Monochromatic Colors of #7C7FEC
Black with #7C7FEC
Text Example
Text Example
White with #7C7FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7FEC; }
p { color: rgb(124,127,236); }
H1.HeaderClassName
{
color: #7C7FEC;
}
.AnyTagClassName
{
color: #7C7FEC;
}
</style>
background-color css
<style>
a { background-color: #7C7FEC; }
a { background-color: rgb(124,127,236); }
div.DivClassName
{
background-color: #7C7FEC;
}
.BgClassName
{
background-color: #7C7FEC;
}
</style>
border-color css
<style>
span { border-color: #7C7FEC; }
span { border-color: rgb(124,127,236); }
td.TdClassName
{
border-color: #7C7FEC;
}
.TagClassName
{
border-color: #7C7FEC;
}
</style>