Shades of Medium Slate Blue #7973F2
Tints of Medium Slate Blue #7973F2
RGB
CMYK
RGB Variations
Color information
#7973F2 (or 0x7973F2) is known color: Medium Slate Blue. HEX triplet: 79, 73 and F2. RGB value is (121,115,242). Sum of RGB (Red+Green+Blue) = 121+115+242=478 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.31% from 478); Green value is 115 (45.31% from 255 or 24.06% from 478); Blue value is 242 (94.92% from 255 or 50.63% from 478); Max value from RGB is 242 - color contains mainly: blue. Hex color #7973F2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7973F2 is #868C0D. Grayscale: #828282. Windows color (decimal): -8817678 or 15889273. OLE color: 15889273.
HSL color Cylindrical-coordinate representation of color #7973F2: hue angle of 242.83º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7973F2 is Cyan = 0.50, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 121 | 115 | 242 | - |
| CMYK | 0.50 | 0.52 | 0 | 0.05 |
| HSL | 242.83º | 0.83% | 0.7% | - |
| HSV(B) | 242.83º | 0.52% | 0.95% | - |
| XYZ | 30.04 | 22.74 | 86.81 | - |
| YUV | 131.27 | 190.49 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 115 | 242 | 0.50 | 0.52 | 0 | 0.05 | 242.83 | 0.83 | 0.7 |
| Hex | 79 | 73 | F2 | 32 | 34 | 0 | 5 | F3 | 53 | 46 |
| Octal | 171 | 163 | 362 | 62 | 64 | 0 | 5 | 363 | 123 | 106 |
| Binary | 1111001 | 1110011 | 11110010 | 110010 | 110100 | 0 | 101 | 11110011 | 1010011 | 1000110 |
Color Harmonies of #7973F2
Complementary color
Monochromatic Colors of #7973F2
Black with #7973F2
Text Example
Text Example
White with #7973F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7973F2; }
p { color: rgb(121,115,242); }
H1.HeaderClassName
{
color: #7973F2;
}
.AnyTagClassName
{
color: #7973F2;
}
</style>
background-color css
<style>
a { background-color: #7973F2; }
a { background-color: rgb(121,115,242); }
div.DivClassName
{
background-color: #7973F2;
}
.BgClassName
{
background-color: #7973F2;
}
</style>
border-color css
<style>
span { border-color: #7973F2; }
span { border-color: rgb(121,115,242); }
td.TdClassName
{
border-color: #7973F2;
}
.TagClassName
{
border-color: #7973F2;
}
</style>