Shades of Medium Slate Blue #7972EE
Tints of Medium Slate Blue #7972EE
RGB
CMYK
RGB Variations
Color information
#7972EE (or 0x7972EE) is known color: Medium Slate Blue. HEX triplet: 79, 72 and EE. RGB value is (121,114,238). Sum of RGB (Red+Green+Blue) = 121+114+238=473 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.58% from 473); Green value is 114 (44.92% from 255 or 24.10% from 473); Blue value is 238 (93.36% from 255 or 50.32% from 473); Max value from RGB is 238 - color contains mainly: blue. Hex color #7972EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7972EE is #868D11. Grayscale: #818181. Windows color (decimal): -8817938 or 15626873. OLE color: 15626873.
HSL color Cylindrical-coordinate representation of color #7972EE: hue angle of 243.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 #7972EE is Cyan = 0.49, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 121 | 114 | 238 | - |
| CMYK | 0.49 | 0.52 | 0 | 0.07 |
| HSL | 243.39º | 0.78% | 0.69% | - |
| HSV(B) | 243.39º | 0.52% | 0.93% | - |
| XYZ | 29.34 | 22.27 | 83.64 | - |
| YUV | 130.23 | 188.82 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 114 | 238 | 0.49 | 0.52 | 0 | 0.07 | 243.39 | 0.78 | 0.69 |
| Hex | 79 | 72 | EE | 31 | 34 | 0 | 7 | F3 | 4E | 45 |
| Octal | 171 | 162 | 356 | 61 | 64 | 0 | 7 | 363 | 116 | 105 |
| Binary | 1111001 | 1110010 | 11101110 | 110001 | 110100 | 0 | 111 | 11110011 | 1001110 | 1000101 |
Color Harmonies of #7972EE
Complementary color
Monochromatic Colors of #7972EE
Black with #7972EE
Text Example
Text Example
White with #7972EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7972EE; }
p { color: rgb(121,114,238); }
H1.HeaderClassName
{
color: #7972EE;
}
.AnyTagClassName
{
color: #7972EE;
}
</style>
background-color css
<style>
a { background-color: #7972EE; }
a { background-color: rgb(121,114,238); }
div.DivClassName
{
background-color: #7972EE;
}
.BgClassName
{
background-color: #7972EE;
}
</style>
border-color css
<style>
span { border-color: #7972EE; }
span { border-color: rgb(121,114,238); }
td.TdClassName
{
border-color: #7972EE;
}
.TagClassName
{
border-color: #7972EE;
}
</style>