Shades of Medium Slate Blue #7961F7
Tints of Medium Slate Blue #7961F7
RGB
CMYK
RGB Variations
Color information
#7961F7 (or 0x7961F7) is known color: Medium Slate Blue. HEX triplet: 79, 61 and F7. RGB value is (121,97,247). Sum of RGB (Red+Green+Blue) = 121+97+247=465 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.02% from 465); Green value is 97 (38.28% from 255 or 20.86% from 465); Blue value is 247 (96.88% from 255 or 53.12% from 465); Max value from RGB is 247 - color contains mainly: blue. Hex color #7961F7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7961F7 is #869E08. Grayscale: #787878. Windows color (decimal): -8822281 or 16212345. OLE color: 16212345.
HSL color Cylindrical-coordinate representation of color #7961F7: hue angle of 249.6º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7961F7 is Cyan = 0.51, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 121 | 97 | 247 | - |
| CMYK | 0.51 | 0.61 | 0 | 0.03 |
| HSL | 249.6º | 0.9% | 0.67% | - |
| HSV(B) | 249.6º | 0.61% | 0.97% | - |
| XYZ | 28.95 | 19.33 | 90.2 | - |
| YUV | 121.28 | 198.95 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 97 | 247 | 0.51 | 0.61 | 0 | 0.03 | 249.6 | 0.9 | 0.67 |
| Hex | 79 | 61 | F7 | 33 | 3D | 0 | 3 | FA | 5A | 43 |
| Octal | 171 | 141 | 367 | 63 | 75 | 0 | 3 | 372 | 132 | 103 |
| Binary | 1111001 | 1100001 | 11110111 | 110011 | 111101 | 0 | 11 | 11111010 | 1011010 | 1000011 |
Color Harmonies of #7961F7
Complementary color
Monochromatic Colors of #7961F7
Black with #7961F7
Text Example
Text Example
White with #7961F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7961F7; }
p { color: rgb(121,97,247); }
H1.HeaderClassName
{
color: #7961F7;
}
.AnyTagClassName
{
color: #7961F7;
}
</style>
background-color css
<style>
a { background-color: #7961F7; }
a { background-color: rgb(121,97,247); }
div.DivClassName
{
background-color: #7961F7;
}
.BgClassName
{
background-color: #7961F7;
}
</style>
border-color css
<style>
span { border-color: #7961F7; }
span { border-color: rgb(121,97,247); }
td.TdClassName
{
border-color: #7961F7;
}
.TagClassName
{
border-color: #7961F7;
}
</style>