Shades of Medium Slate Blue #7C51EF
Tints of Medium Slate Blue #7C51EF
RGB
CMYK
RGB Variations
Color information
#7C51EF (or 0x7C51EF) is known color: Medium Slate Blue. HEX triplet: 7C, 51 and EF. RGB value is (124,81,239). Sum of RGB (Red+Green+Blue) = 124+81+239=444 (58% of max value = 765). Red value is 124 (48.83% from 255 or 27.93% from 444); Green value is 81 (32.03% from 255 or 18.24% from 444); Blue value is 239 (93.75% from 255 or 53.83% from 444); Max value from RGB is 239 - color contains mainly: blue. Hex color #7C51EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C51EF is #83AE10. Grayscale: #6F6F6F. Windows color (decimal): -8629777 or 15683964. OLE color: 15683964.
HSL color Cylindrical-coordinate representation of color #7C51EF: hue angle of 256.33º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7C51EF is Cyan = 0.48, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 124 | 81 | 239 | - |
| CMYK | 0.48 | 0.66 | 0 | 0.06 |
| HSL | 256.33º | 0.83% | 0.63% | - |
| HSV(B) | 256.33º | 0.66% | 0.94% | - |
| XYZ | 26.83 | 16.4 | 83.41 | - |
| YUV | 111.87 | 199.75 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 81 | 239 | 0.48 | 0.66 | 0 | 0.06 | 256.33 | 0.83 | 0.63 |
| Hex | 7C | 51 | EF | 30 | 42 | 0 | 6 | 100 | 53 | 3F |
| Octal | 174 | 121 | 357 | 60 | 102 | 0 | 6 | 400 | 123 | 77 |
| Binary | 1111100 | 1010001 | 11101111 | 110000 | 1000010 | 0 | 110 | 100000000 | 1010011 | 111111 |
Color Harmonies of #7C51EF
Complementary color
Monochromatic Colors of #7C51EF
Black with #7C51EF
Text Example
Text Example
White with #7C51EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C51EF; }
p { color: rgb(124,81,239); }
H1.HeaderClassName
{
color: #7C51EF;
}
.AnyTagClassName
{
color: #7C51EF;
}
</style>
background-color css
<style>
a { background-color: #7C51EF; }
a { background-color: rgb(124,81,239); }
div.DivClassName
{
background-color: #7C51EF;
}
.BgClassName
{
background-color: #7C51EF;
}
</style>
border-color css
<style>
span { border-color: #7C51EF; }
span { border-color: rgb(124,81,239); }
td.TdClassName
{
border-color: #7C51EF;
}
.TagClassName
{
border-color: #7C51EF;
}
</style>