Shades of Medium Slate Blue #7970DF
Tints of Medium Slate Blue #7970DF
RGB
CMYK
RGB Variations
Color information
#7970DF (or 0x7970DF) is known color: Medium Slate Blue. HEX triplet: 79, 70 and DF. RGB value is (121,112,223). Sum of RGB (Red+Green+Blue) = 121+112+223=456 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.54% from 456); Green value is 112 (44.14% from 255 or 24.56% from 456); Blue value is 223 (87.5% from 255 or 48.90% from 456); Max value from RGB is 223 - color contains mainly: blue. Hex color #7970DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7970DF is #868F20. Grayscale: #7E7E7E. Windows color (decimal): -8818465 or 14643321. OLE color: 14643321.
HSL color Cylindrical-coordinate representation of color #7970DF: hue angle of 244.86º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7970DF is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 121 | 112 | 223 | - |
| CMYK | 0.46 | 0.50 | 0 | 0.13 |
| HSL | 244.86º | 0.63% | 0.66% | - |
| HSV(B) | 244.86º | 0.5% | 0.87% | - |
| XYZ | 27 | 20.98 | 72.44 | - |
| YUV | 127.35 | 181.98 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 112 | 223 | 0.46 | 0.50 | 0 | 0.13 | 244.86 | 0.63 | 0.66 |
| Hex | 79 | 70 | DF | 2E | 32 | 0 | D | F5 | 3F | 42 |
| Octal | 171 | 160 | 337 | 56 | 62 | 0 | 15 | 365 | 77 | 102 |
| Binary | 1111001 | 1110000 | 11011111 | 101110 | 110010 | 0 | 1101 | 11110101 | 111111 | 1000010 |
Color Harmonies of #7970DF
Complementary color
Monochromatic Colors of #7970DF
Black with #7970DF
Text Example
Text Example
White with #7970DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7970DF; }
p { color: rgb(121,112,223); }
H1.HeaderClassName
{
color: #7970DF;
}
.AnyTagClassName
{
color: #7970DF;
}
</style>
background-color css
<style>
a { background-color: #7970DF; }
a { background-color: rgb(121,112,223); }
div.DivClassName
{
background-color: #7970DF;
}
.BgClassName
{
background-color: #7970DF;
}
</style>
border-color css
<style>
span { border-color: #7970DF; }
span { border-color: rgb(121,112,223); }
td.TdClassName
{
border-color: #7970DF;
}
.TagClassName
{
border-color: #7970DF;
}
</style>