Shades of Medium Slate Blue #7961FF
Tints of Medium Slate Blue #7961FF
RGB
CMYK
RGB Variations
Color information
#7961FF (or 0x7961FF) is known color: Medium Slate Blue. HEX triplet: 79, 61 and FF. RGB value is (121,97,255). Sum of RGB (Red+Green+Blue) = 121+97+255=473 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.58% from 473); Green value is 97 (38.28% from 255 or 20.51% from 473); Blue value is 255 (100% from 255 or 53.91% from 473); Max value from RGB is 255 - color contains mainly: blue. Hex color #7961FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7961FF is #869E00. Grayscale: #797979. Windows color (decimal): -8822273 or 16736633. OLE color: 16736633.
HSL color Cylindrical-coordinate representation of color #7961FF: hue angle of 249.11º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7961FF is Cyan = 0.53, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 121 | 97 | 255 | - |
| CMYK | 0.53 | 0.62 | 0 | 0 |
| HSL | 249.11º | 1% | 0.69% | - |
| HSV(B) | 249.11º | 0.62% | 1% | - |
| XYZ | 30.21 | 19.83 | 96.84 | - |
| YUV | 122.19 | 202.95 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 97 | 255 | 0.53 | 0.62 | 0 | 0 | 249.11 | 1 | 0.69 |
| Hex | 79 | 61 | FF | 35 | 3E | 0 | 0 | F9 | 64 | 45 |
| Octal | 171 | 141 | 377 | 65 | 76 | 0 | 0 | 371 | 144 | 105 |
| Binary | 1111001 | 1100001 | 11111111 | 110101 | 111110 | 0 | 0 | 11111001 | 1100100 | 1000101 |
Color Harmonies of #7961FF
Complementary color
Monochromatic Colors of #7961FF
Black with #7961FF
Text Example
Text Example
White with #7961FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7961FF; }
p { color: rgb(121,97,255); }
H1.HeaderClassName
{
color: #7961FF;
}
.AnyTagClassName
{
color: #7961FF;
}
</style>
background-color css
<style>
a { background-color: #7961FF; }
a { background-color: rgb(121,97,255); }
div.DivClassName
{
background-color: #7961FF;
}
.BgClassName
{
background-color: #7961FF;
}
</style>
border-color css
<style>
span { border-color: #7961FF; }
span { border-color: rgb(121,97,255); }
td.TdClassName
{
border-color: #7961FF;
}
.TagClassName
{
border-color: #7961FF;
}
</style>