Shades of Medium Slate Blue #7C73EE
Tints of Medium Slate Blue #7C73EE
RGB
CMYK
RGB Variations
Color information
#7C73EE (or 0x7C73EE) is known color: Medium Slate Blue. HEX triplet: 7C, 73 and EE. RGB value is (124,115,238). Sum of RGB (Red+Green+Blue) = 124+115+238=477 (63% of max value = 765). Red value is 124 (48.83% from 255 or 26.00% from 477); Green value is 115 (45.31% from 255 or 24.11% from 477); Blue value is 238 (93.36% from 255 or 49.90% from 477); Max value from RGB is 238 - color contains mainly: blue. Hex color #7C73EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C73EE is #838C11. Grayscale: #838383. Windows color (decimal): -8621074 or 15627132. OLE color: 15627132.
HSL color Cylindrical-coordinate representation of color #7C73EE: hue angle of 244.39º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7C73EE is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 124 | 115 | 238 | - |
| CMYK | 0.48 | 0.52 | 0 | 0.07 |
| HSL | 244.39º | 0.78% | 0.69% | - |
| HSV(B) | 244.39º | 0.52% | 0.93% | - |
| XYZ | 29.88 | 22.72 | 83.7 | - |
| YUV | 131.71 | 187.98 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 115 | 238 | 0.48 | 0.52 | 0 | 0.07 | 244.39 | 0.78 | 0.69 |
| Hex | 7C | 73 | EE | 30 | 34 | 0 | 7 | F4 | 4E | 45 |
| Octal | 174 | 163 | 356 | 60 | 64 | 0 | 7 | 364 | 116 | 105 |
| Binary | 1111100 | 1110011 | 11101110 | 110000 | 110100 | 0 | 111 | 11110100 | 1001110 | 1000101 |
Color Harmonies of #7C73EE
Complementary color
Monochromatic Colors of #7C73EE
Black with #7C73EE
Text Example
Text Example
White with #7C73EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C73EE; }
p { color: rgb(124,115,238); }
H1.HeaderClassName
{
color: #7C73EE;
}
.AnyTagClassName
{
color: #7C73EE;
}
</style>
background-color css
<style>
a { background-color: #7C73EE; }
a { background-color: rgb(124,115,238); }
div.DivClassName
{
background-color: #7C73EE;
}
.BgClassName
{
background-color: #7C73EE;
}
</style>
border-color css
<style>
span { border-color: #7C73EE; }
span { border-color: rgb(124,115,238); }
td.TdClassName
{
border-color: #7C73EE;
}
.TagClassName
{
border-color: #7C73EE;
}
</style>