Shades of Medium Slate Blue #7961DF
Tints of Medium Slate Blue #7961DF
RGB
CMYK
RGB Variations
Color information
#7961DF (or 0x7961DF) is known color: Medium Slate Blue. HEX triplet: 79, 61 and DF. RGB value is (121,97,223). Sum of RGB (Red+Green+Blue) = 121+97+223=441 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.44% from 441); Green value is 97 (38.28% from 255 or 22.00% from 441); Blue value is 223 (87.5% from 255 or 50.57% from 441); Max value from RGB is 223 - color contains mainly: blue. Hex color #7961DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7961DF is #869E20. Grayscale: #767676. Windows color (decimal): -8822305 or 14639481. OLE color: 14639481.
HSL color Cylindrical-coordinate representation of color #7961DF: hue angle of 251.43º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7961DF is Cyan = 0.46, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 121 | 97 | 223 | - |
| CMYK | 0.46 | 0.57 | 0 | 0.13 |
| HSL | 251.43º | 0.66% | 0.63% | - |
| HSV(B) | 251.43º | 0.57% | 0.87% | - |
| XYZ | 25.48 | 17.94 | 71.93 | - |
| YUV | 118.54 | 186.95 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 97 | 223 | 0.46 | 0.57 | 0 | 0.13 | 251.43 | 0.66 | 0.63 |
| Hex | 79 | 61 | DF | 2E | 39 | 0 | D | FB | 42 | 3F |
| Octal | 171 | 141 | 337 | 56 | 71 | 0 | 15 | 373 | 102 | 77 |
| Binary | 1111001 | 1100001 | 11011111 | 101110 | 111001 | 0 | 1101 | 11111011 | 1000010 | 111111 |
Color Harmonies of #7961DF
Complementary color
Monochromatic Colors of #7961DF
Black with #7961DF
Text Example
Text Example
White with #7961DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7961DF; }
p { color: rgb(121,97,223); }
H1.HeaderClassName
{
color: #7961DF;
}
.AnyTagClassName
{
color: #7961DF;
}
</style>
background-color css
<style>
a { background-color: #7961DF; }
a { background-color: rgb(121,97,223); }
div.DivClassName
{
background-color: #7961DF;
}
.BgClassName
{
background-color: #7961DF;
}
</style>
border-color css
<style>
span { border-color: #7961DF; }
span { border-color: rgb(121,97,223); }
td.TdClassName
{
border-color: #7961DF;
}
.TagClassName
{
border-color: #7961DF;
}
</style>