Shades of Medium Slate Blue #7974DC
Tints of Medium Slate Blue #7974DC
RGB
CMYK
RGB Variations
Color information
#7974DC (or 0x7974DC) is known color: Medium Slate Blue. HEX triplet: 79, 74 and DC. RGB value is (121,116,220). Sum of RGB (Red+Green+Blue) = 121+116+220=457 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.48% from 457); Green value is 116 (45.70% from 255 or 25.38% from 457); Blue value is 220 (86.33% from 255 or 48.14% from 457); Max value from RGB is 220 - color contains mainly: blue. Hex color #7974DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7974DC is #868B23. Grayscale: #808080. Windows color (decimal): -8817444 or 14447737. OLE color: 14447737.
HSL color Cylindrical-coordinate representation of color #7974DC: hue angle of 242.88º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7974DC is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 121 | 116 | 220 | - |
| CMYK | 0.45 | 0.47 | 0 | 0.14 |
| HSL | 242.88º | 0.6% | 0.66% | - |
| HSV(B) | 242.88º | 0.47% | 0.86% | - |
| XYZ | 27.05 | 21.72 | 70.48 | - |
| YUV | 129.35 | 179.16 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 116 | 220 | 0.45 | 0.47 | 0 | 0.14 | 242.88 | 0.6 | 0.66 |
| Hex | 79 | 74 | DC | 2D | 2F | 0 | E | F3 | 3C | 42 |
| Octal | 171 | 164 | 334 | 55 | 57 | 0 | 16 | 363 | 74 | 102 |
| Binary | 1111001 | 1110100 | 11011100 | 101101 | 101111 | 0 | 1110 | 11110011 | 111100 | 1000010 |
Color Harmonies of #7974DC
Complementary color
Monochromatic Colors of #7974DC
Black with #7974DC
Text Example
Text Example
White with #7974DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7974DC; }
p { color: rgb(121,116,220); }
H1.HeaderClassName
{
color: #7974DC;
}
.AnyTagClassName
{
color: #7974DC;
}
</style>
background-color css
<style>
a { background-color: #7974DC; }
a { background-color: rgb(121,116,220); }
div.DivClassName
{
background-color: #7974DC;
}
.BgClassName
{
background-color: #7974DC;
}
</style>
border-color css
<style>
span { border-color: #7974DC; }
span { border-color: rgb(121,116,220); }
td.TdClassName
{
border-color: #7974DC;
}
.TagClassName
{
border-color: #7974DC;
}
</style>