Shades of Medium Slate Blue #7974DD
Tints of Medium Slate Blue #7974DD
RGB
CMYK
RGB Variations
Color information
#7974DD (or 0x7974DD) is known color: Medium Slate Blue. HEX triplet: 79, 74 and DD. RGB value is (121,116,221). Sum of RGB (Red+Green+Blue) = 121+116+221=458 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.42% from 458); Green value is 116 (45.70% from 255 or 25.33% from 458); Blue value is 221 (86.72% from 255 or 48.25% from 458); Max value from RGB is 221 - color contains mainly: blue. Hex color #7974DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7974DD is #868B22. Grayscale: #818181. Windows color (decimal): -8817443 or 14513273. OLE color: 14513273.
HSL color Cylindrical-coordinate representation of color #7974DD: hue angle of 242.86º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7974DD is Cyan = 0.45, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 121 | 116 | 221 | - |
| CMYK | 0.45 | 0.48 | 0 | 0.13 |
| HSL | 242.86º | 0.61% | 0.66% | - |
| HSV(B) | 242.86º | 0.48% | 0.87% | - |
| XYZ | 27.18 | 21.78 | 71.18 | - |
| YUV | 129.47 | 179.66 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 116 | 221 | 0.45 | 0.48 | 0 | 0.13 | 242.86 | 0.61 | 0.66 |
| Hex | 79 | 74 | DD | 2D | 30 | 0 | D | F3 | 3D | 42 |
| Octal | 171 | 164 | 335 | 55 | 60 | 0 | 15 | 363 | 75 | 102 |
| Binary | 1111001 | 1110100 | 11011101 | 101101 | 110000 | 0 | 1101 | 11110011 | 111101 | 1000010 |
Color Harmonies of #7974DD
Complementary color
Monochromatic Colors of #7974DD
Black with #7974DD
Text Example
Text Example
White with #7974DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7974DD; }
p { color: rgb(121,116,221); }
H1.HeaderClassName
{
color: #7974DD;
}
.AnyTagClassName
{
color: #7974DD;
}
</style>
background-color css
<style>
a { background-color: #7974DD; }
a { background-color: rgb(121,116,221); }
div.DivClassName
{
background-color: #7974DD;
}
.BgClassName
{
background-color: #7974DD;
}
</style>
border-color css
<style>
span { border-color: #7974DD; }
span { border-color: rgb(121,116,221); }
td.TdClassName
{
border-color: #7974DD;
}
.TagClassName
{
border-color: #7974DD;
}
</style>