Shades of Medium Slate Blue #7C7DED
Tints of Medium Slate Blue #7C7DED
RGB
CMYK
RGB Variations
Color information
#7C7DED (or 0x7C7DED) is known color: Medium Slate Blue. HEX triplet: 7C, 7D and ED. RGB value is (124,125,237). Sum of RGB (Red+Green+Blue) = 124+125+237=486 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.51% from 486); Green value is 125 (49.22% from 255 or 25.72% from 486); Blue value is 237 (92.97% from 255 or 48.77% from 486); Max value from RGB is 237 - color contains mainly: blue. Hex color #7C7DED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C7DED is #838212. Grayscale: #898989. Windows color (decimal): -8618515 or 15564156. OLE color: 15564156.
HSL color Cylindrical-coordinate representation of color #7C7DED: hue angle of 239.47º 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 #7C7DED is Cyan = 0.48, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 124 | 125 | 237 | - |
| CMYK | 0.48 | 0.47 | 0 | 0.07 |
| HSL | 239.47º | 0.76% | 0.71% | - |
| HSV(B) | 239.47º | 0.48% | 0.93% | - |
| XYZ | 30.93 | 25.07 | 83.33 | - |
| YUV | 137.47 | 184.17 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 125 | 237 | 0.48 | 0.47 | 0 | 0.07 | 239.47 | 0.76 | 0.71 |
| Hex | 7C | 7D | ED | 30 | 2F | 0 | 7 | EF | 4C | 47 |
| Octal | 174 | 175 | 355 | 60 | 57 | 0 | 7 | 357 | 114 | 107 |
| Binary | 1111100 | 1111101 | 11101101 | 110000 | 101111 | 0 | 111 | 11101111 | 1001100 | 1000111 |
Color Harmonies of #7C7DED
Complementary color
Monochromatic Colors of #7C7DED
Black with #7C7DED
Text Example
Text Example
White with #7C7DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7DED; }
p { color: rgb(124,125,237); }
H1.HeaderClassName
{
color: #7C7DED;
}
.AnyTagClassName
{
color: #7C7DED;
}
</style>
background-color css
<style>
a { background-color: #7C7DED; }
a { background-color: rgb(124,125,237); }
div.DivClassName
{
background-color: #7C7DED;
}
.BgClassName
{
background-color: #7C7DED;
}
</style>
border-color css
<style>
span { border-color: #7C7DED; }
span { border-color: rgb(124,125,237); }
td.TdClassName
{
border-color: #7C7DED;
}
.TagClassName
{
border-color: #7C7DED;
}
</style>