Shades of Medium Slate Blue #7971DC
Tints of Medium Slate Blue #7971DC
RGB
CMYK
RGB Variations
Color information
#7971DC (or 0x7971DC) is known color: Medium Slate Blue. HEX triplet: 79, 71 and DC. RGB value is (121,113,220). Sum of RGB (Red+Green+Blue) = 121+113+220=454 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.65% from 454); Green value is 113 (44.53% from 255 or 24.89% from 454); Blue value is 220 (86.33% from 255 or 48.46% from 454); Max value from RGB is 220 - color contains mainly: blue. Hex color #7971DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7971DC is #868E23. Grayscale: #7F7F7F. Windows color (decimal): -8818212 or 14446969. OLE color: 14446969.
HSL color Cylindrical-coordinate representation of color #7971DC: hue angle of 244.49º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7971DC is Cyan = 0.45, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 121 | 113 | 220 | - |
| CMYK | 0.45 | 0.49 | 0 | 0.14 |
| HSL | 244.49º | 0.6% | 0.65% | - |
| HSV(B) | 244.49º | 0.49% | 0.86% | - |
| XYZ | 26.71 | 21.04 | 70.36 | - |
| YUV | 127.59 | 180.15 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 113 | 220 | 0.45 | 0.49 | 0 | 0.14 | 244.49 | 0.6 | 0.65 |
| Hex | 79 | 71 | DC | 2D | 31 | 0 | E | F4 | 3C | 41 |
| Octal | 171 | 161 | 334 | 55 | 61 | 0 | 16 | 364 | 74 | 101 |
| Binary | 1111001 | 1110001 | 11011100 | 101101 | 110001 | 0 | 1110 | 11110100 | 111100 | 1000001 |
Color Harmonies of #7971DC
Complementary color
Monochromatic Colors of #7971DC
Black with #7971DC
Text Example
Text Example
White with #7971DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7971DC; }
p { color: rgb(121,113,220); }
H1.HeaderClassName
{
color: #7971DC;
}
.AnyTagClassName
{
color: #7971DC;
}
</style>
background-color css
<style>
a { background-color: #7971DC; }
a { background-color: rgb(121,113,220); }
div.DivClassName
{
background-color: #7971DC;
}
.BgClassName
{
background-color: #7971DC;
}
</style>
border-color css
<style>
span { border-color: #7971DC; }
span { border-color: rgb(121,113,220); }
td.TdClassName
{
border-color: #7971DC;
}
.TagClassName
{
border-color: #7971DC;
}
</style>