Shades of Medium Slate Blue #7C7DEA
Tints of Medium Slate Blue #7C7DEA
RGB
CMYK
RGB Variations
Color information
#7C7DEA (or 0x7C7DEA) is known color: Medium Slate Blue. HEX triplet: 7C, 7D and EA. RGB value is (124,125,234). Sum of RGB (Red+Green+Blue) = 124+125+234=483 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.67% from 483); Green value is 125 (49.22% from 255 or 25.88% from 483); Blue value is 234 (91.80% from 255 or 48.45% from 483); Max value from RGB is 234 - color contains mainly: blue. Hex color #7C7DEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C7DEA is #838215. Grayscale: #888888. Windows color (decimal): -8618518 or 15367548. OLE color: 15367548.
HSL color Cylindrical-coordinate representation of color #7C7DEA: hue angle of 239.45º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7C7DEA is Cyan = 0.47, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 124 | 125 | 234 | - |
| CMYK | 0.47 | 0.47 | 0 | 0.08 |
| HSL | 239.45º | 0.72% | 0.7% | - |
| HSV(B) | 239.45º | 0.47% | 0.92% | - |
| XYZ | 30.5 | 24.89 | 81.04 | - |
| YUV | 137.13 | 182.67 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 125 | 234 | 0.47 | 0.47 | 0 | 0.08 | 239.45 | 0.72 | 0.7 |
| Hex | 7C | 7D | EA | 2F | 2F | 0 | 8 | EF | 48 | 46 |
| Octal | 174 | 175 | 352 | 57 | 57 | 0 | 10 | 357 | 110 | 106 |
| Binary | 1111100 | 1111101 | 11101010 | 101111 | 101111 | 0 | 1000 | 11101111 | 1001000 | 1000110 |
Color Harmonies of #7C7DEA
Complementary color
Monochromatic Colors of #7C7DEA
Black with #7C7DEA
Text Example
Text Example
White with #7C7DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7DEA; }
p { color: rgb(124,125,234); }
H1.HeaderClassName
{
color: #7C7DEA;
}
.AnyTagClassName
{
color: #7C7DEA;
}
</style>
background-color css
<style>
a { background-color: #7C7DEA; }
a { background-color: rgb(124,125,234); }
div.DivClassName
{
background-color: #7C7DEA;
}
.BgClassName
{
background-color: #7C7DEA;
}
</style>
border-color css
<style>
span { border-color: #7C7DEA; }
span { border-color: rgb(124,125,234); }
td.TdClassName
{
border-color: #7C7DEA;
}
.TagClassName
{
border-color: #7C7DEA;
}
</style>