Shades of Medium Slate Blue #7973EE
Tints of Medium Slate Blue #7973EE
RGB
CMYK
RGB Variations
Color information
#7973EE (or 0x7973EE) is known color: Medium Slate Blue. HEX triplet: 79, 73 and EE. RGB value is (121,115,238). Sum of RGB (Red+Green+Blue) = 121+115+238=474 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.53% from 474); Green value is 115 (45.31% from 255 or 24.26% from 474); Blue value is 238 (93.36% from 255 or 50.21% from 474); Max value from RGB is 238 - color contains mainly: blue. Hex color #7973EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7973EE is #868C11. Grayscale: #828282. Windows color (decimal): -8817682 or 15627129. OLE color: 15627129.
HSL color Cylindrical-coordinate representation of color #7973EE: hue angle of 242.93º 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 #7973EE is Cyan = 0.49, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 121 | 115 | 238 | - |
| CMYK | 0.49 | 0.52 | 0 | 0.07 |
| HSL | 242.93º | 0.78% | 0.69% | - |
| HSV(B) | 242.93º | 0.52% | 0.93% | - |
| XYZ | 29.45 | 22.5 | 83.68 | - |
| YUV | 130.82 | 188.49 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 115 | 238 | 0.49 | 0.52 | 0 | 0.07 | 242.93 | 0.78 | 0.69 |
| Hex | 79 | 73 | EE | 31 | 34 | 0 | 7 | F3 | 4E | 45 |
| Octal | 171 | 163 | 356 | 61 | 64 | 0 | 7 | 363 | 116 | 105 |
| Binary | 1111001 | 1110011 | 11101110 | 110001 | 110100 | 0 | 111 | 11110011 | 1001110 | 1000101 |
Color Harmonies of #7973EE
Complementary color
Monochromatic Colors of #7973EE
Black with #7973EE
Text Example
Text Example
White with #7973EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7973EE; }
p { color: rgb(121,115,238); }
H1.HeaderClassName
{
color: #7973EE;
}
.AnyTagClassName
{
color: #7973EE;
}
</style>
background-color css
<style>
a { background-color: #7973EE; }
a { background-color: rgb(121,115,238); }
div.DivClassName
{
background-color: #7973EE;
}
.BgClassName
{
background-color: #7973EE;
}
</style>
border-color css
<style>
span { border-color: #7973EE; }
span { border-color: rgb(121,115,238); }
td.TdClassName
{
border-color: #7973EE;
}
.TagClassName
{
border-color: #7973EE;
}
</style>