Shades of Medium Slate Blue #7972EF
Tints of Medium Slate Blue #7972EF
RGB
CMYK
RGB Variations
Color information
#7972EF (or 0x7972EF) is known color: Medium Slate Blue. HEX triplet: 79, 72 and EF. RGB value is (121,114,239). Sum of RGB (Red+Green+Blue) = 121+114+239=474 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.53% from 474); Green value is 114 (44.92% from 255 or 24.05% from 474); Blue value is 239 (93.75% from 255 or 50.42% from 474); Max value from RGB is 239 - color contains mainly: blue. Hex color #7972EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7972EF is #868D10. Grayscale: #818181. Windows color (decimal): -8817937 or 15692409. OLE color: 15692409.
HSL color Cylindrical-coordinate representation of color #7972EF: hue angle of 243.36º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7972EF is Cyan = 0.49, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 121 | 114 | 239 | - |
| CMYK | 0.49 | 0.52 | 0 | 0.06 |
| HSL | 243.36º | 0.8% | 0.69% | - |
| HSV(B) | 243.36º | 0.52% | 0.94% | - |
| XYZ | 29.48 | 22.33 | 84.42 | - |
| YUV | 130.34 | 189.32 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 114 | 239 | 0.49 | 0.52 | 0 | 0.06 | 243.36 | 0.8 | 0.69 |
| Hex | 79 | 72 | EF | 31 | 34 | 0 | 6 | F3 | 50 | 45 |
| Octal | 171 | 162 | 357 | 61 | 64 | 0 | 6 | 363 | 120 | 105 |
| Binary | 1111001 | 1110010 | 11101111 | 110001 | 110100 | 0 | 110 | 11110011 | 1010000 | 1000101 |
Color Harmonies of #7972EF
Complementary color
Monochromatic Colors of #7972EF
Black with #7972EF
Text Example
Text Example
White with #7972EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7972EF; }
p { color: rgb(121,114,239); }
H1.HeaderClassName
{
color: #7972EF;
}
.AnyTagClassName
{
color: #7972EF;
}
</style>
background-color css
<style>
a { background-color: #7972EF; }
a { background-color: rgb(121,114,239); }
div.DivClassName
{
background-color: #7972EF;
}
.BgClassName
{
background-color: #7972EF;
}
</style>
border-color css
<style>
span { border-color: #7972EF; }
span { border-color: rgb(121,114,239); }
td.TdClassName
{
border-color: #7972EF;
}
.TagClassName
{
border-color: #7972EF;
}
</style>