Shades of Medium Slate Blue #7C79EE
Tints of Medium Slate Blue #7C79EE
RGB
CMYK
RGB Variations
Color information
#7C79EE (or 0x7C79EE) is known color: Medium Slate Blue. HEX triplet: 7C, 79 and EE. RGB value is (124,121,238). Sum of RGB (Red+Green+Blue) = 124+121+238=483 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.67% from 483); Green value is 121 (47.66% from 255 or 25.05% from 483); Blue value is 238 (93.36% from 255 or 49.28% from 483); Max value from RGB is 238 - color contains mainly: blue. Hex color #7C79EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C79EE is #838611. Grayscale: #868686. Windows color (decimal): -8619538 or 15628668. OLE color: 15628668.
HSL color Cylindrical-coordinate representation of color #7C79EE: hue angle of 241.54º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7C79EE is Cyan = 0.48, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 124 | 121 | 238 | - |
| CMYK | 0.48 | 0.49 | 0 | 0.07 |
| HSL | 241.54º | 0.77% | 0.7% | - |
| HSV(B) | 241.54º | 0.49% | 0.93% | - |
| XYZ | 30.58 | 24.13 | 83.94 | - |
| YUV | 135.24 | 185.99 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 121 | 238 | 0.48 | 0.49 | 0 | 0.07 | 241.54 | 0.77 | 0.7 |
| Hex | 7C | 79 | EE | 30 | 31 | 0 | 7 | F2 | 4D | 46 |
| Octal | 174 | 171 | 356 | 60 | 61 | 0 | 7 | 362 | 115 | 106 |
| Binary | 1111100 | 1111001 | 11101110 | 110000 | 110001 | 0 | 111 | 11110010 | 1001101 | 1000110 |
Color Harmonies of #7C79EE
Complementary color
Monochromatic Colors of #7C79EE
Black with #7C79EE
Text Example
Text Example
White with #7C79EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C79EE; }
p { color: rgb(124,121,238); }
H1.HeaderClassName
{
color: #7C79EE;
}
.AnyTagClassName
{
color: #7C79EE;
}
</style>
background-color css
<style>
a { background-color: #7C79EE; }
a { background-color: rgb(124,121,238); }
div.DivClassName
{
background-color: #7C79EE;
}
.BgClassName
{
background-color: #7C79EE;
}
</style>
border-color css
<style>
span { border-color: #7C79EE; }
span { border-color: rgb(124,121,238); }
td.TdClassName
{
border-color: #7C79EE;
}
.TagClassName
{
border-color: #7C79EE;
}
</style>