Shades of Medium Slate Blue #7971DB
Tints of Medium Slate Blue #7971DB
RGB
CMYK
RGB Variations
Color information
#7971DB (or 0x7971DB) is known color: Medium Slate Blue. HEX triplet: 79, 71 and DB. RGB value is (121,113,219). Sum of RGB (Red+Green+Blue) = 121+113+219=453 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.71% from 453); Green value is 113 (44.53% from 255 or 24.94% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: blue. Hex color #7971DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7971DB is #868E24. Grayscale: #7F7F7F. Windows color (decimal): -8818213 or 14381433. OLE color: 14381433.
HSL color Cylindrical-coordinate representation of color #7971DB: hue angle of 244.53º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7971DB is Cyan = 0.45, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 121 | 113 | 219 | - |
| CMYK | 0.45 | 0.48 | 0 | 0.14 |
| HSL | 244.53º | 0.6% | 0.65% | - |
| HSV(B) | 244.53º | 0.48% | 0.86% | - |
| XYZ | 26.58 | 20.99 | 69.67 | - |
| YUV | 127.48 | 179.65 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 113 | 219 | 0.45 | 0.48 | 0 | 0.14 | 244.53 | 0.6 | 0.65 |
| Hex | 79 | 71 | DB | 2D | 30 | 0 | E | F5 | 3C | 41 |
| Octal | 171 | 161 | 333 | 55 | 60 | 0 | 16 | 365 | 74 | 101 |
| Binary | 1111001 | 1110001 | 11011011 | 101101 | 110000 | 0 | 1110 | 11110101 | 111100 | 1000001 |
Color Harmonies of #7971DB
Complementary color
Monochromatic Colors of #7971DB
Black with #7971DB
Text Example
Text Example
White with #7971DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7971DB; }
p { color: rgb(121,113,219); }
H1.HeaderClassName
{
color: #7971DB;
}
.AnyTagClassName
{
color: #7971DB;
}
</style>
background-color css
<style>
a { background-color: #7971DB; }
a { background-color: rgb(121,113,219); }
div.DivClassName
{
background-color: #7971DB;
}
.BgClassName
{
background-color: #7971DB;
}
</style>
border-color css
<style>
span { border-color: #7971DB; }
span { border-color: rgb(121,113,219); }
td.TdClassName
{
border-color: #7971DB;
}
.TagClassName
{
border-color: #7971DB;
}
</style>