Shades of Medium Slate Blue #7C7FED
Tints of Medium Slate Blue #7C7FED
RGB
CMYK
RGB Variations
Color information
#7C7FED (or 0x7C7FED) is known color: Medium Slate Blue. HEX triplet: 7C, 7F and ED. RGB value is (124,127,237). Sum of RGB (Red+Green+Blue) = 124+127+237=488 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.41% from 488); Green value is 127 (50% from 255 or 26.02% from 488); Blue value is 237 (92.97% from 255 or 48.57% from 488); Max value from RGB is 237 - color contains mainly: blue. Hex color #7C7FED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C7FED is #838012. Grayscale: #8A8A8A. Windows color (decimal): -8618003 or 15564668. OLE color: 15564668.
HSL color Cylindrical-coordinate representation of color #7C7FED: hue angle of 238.41º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7C7FED is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 124 | 127 | 237 | - |
| CMYK | 0.48 | 0.46 | 0 | 0.07 |
| HSL | 238.41º | 0.76% | 0.71% | - |
| HSV(B) | 238.41º | 0.48% | 0.93% | - |
| XYZ | 31.19 | 25.58 | 83.41 | - |
| YUV | 138.64 | 183.51 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 127 | 237 | 0.48 | 0.46 | 0 | 0.07 | 238.41 | 0.76 | 0.71 |
| Hex | 7C | 7F | ED | 30 | 2E | 0 | 7 | EE | 4C | 47 |
| Octal | 174 | 177 | 355 | 60 | 56 | 0 | 7 | 356 | 114 | 107 |
| Binary | 1111100 | 1111111 | 11101101 | 110000 | 101110 | 0 | 111 | 11101110 | 1001100 | 1000111 |
Color Harmonies of #7C7FED
Complementary color
Monochromatic Colors of #7C7FED
Black with #7C7FED
Text Example
Text Example
White with #7C7FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7FED; }
p { color: rgb(124,127,237); }
H1.HeaderClassName
{
color: #7C7FED;
}
.AnyTagClassName
{
color: #7C7FED;
}
</style>
background-color css
<style>
a { background-color: #7C7FED; }
a { background-color: rgb(124,127,237); }
div.DivClassName
{
background-color: #7C7FED;
}
.BgClassName
{
background-color: #7C7FED;
}
</style>
border-color css
<style>
span { border-color: #7C7FED; }
span { border-color: rgb(124,127,237); }
td.TdClassName
{
border-color: #7C7FED;
}
.TagClassName
{
border-color: #7C7FED;
}
</style>