Shades of Medium Slate Blue #7973DC
Tints of Medium Slate Blue #7973DC
RGB
CMYK
RGB Variations
Color information
#7973DC (or 0x7973DC) is known color: Medium Slate Blue. HEX triplet: 79, 73 and DC. RGB value is (121,115,220). Sum of RGB (Red+Green+Blue) = 121+115+220=456 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.54% from 456); Green value is 115 (45.31% from 255 or 25.22% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 220 - color contains mainly: blue. Hex color #7973DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7973DC is #868C23. Grayscale: #808080. Windows color (decimal): -8817700 or 14447481. OLE color: 14447481.
HSL color Cylindrical-coordinate representation of color #7973DC: hue angle of 243.43º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7973DC is Cyan = 0.45, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 121 | 115 | 220 | - |
| CMYK | 0.45 | 0.48 | 0 | 0.14 |
| HSL | 243.43º | 0.6% | 0.66% | - |
| HSV(B) | 243.43º | 0.48% | 0.86% | - |
| XYZ | 26.93 | 21.49 | 70.44 | - |
| YUV | 128.76 | 179.49 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 115 | 220 | 0.45 | 0.48 | 0 | 0.14 | 243.43 | 0.6 | 0.66 |
| Hex | 79 | 73 | DC | 2D | 30 | 0 | E | F3 | 3C | 42 |
| Octal | 171 | 163 | 334 | 55 | 60 | 0 | 16 | 363 | 74 | 102 |
| Binary | 1111001 | 1110011 | 11011100 | 101101 | 110000 | 0 | 1110 | 11110011 | 111100 | 1000010 |
Color Harmonies of #7973DC
Complementary color
Monochromatic Colors of #7973DC
Black with #7973DC
Text Example
Text Example
White with #7973DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7973DC; }
p { color: rgb(121,115,220); }
H1.HeaderClassName
{
color: #7973DC;
}
.AnyTagClassName
{
color: #7973DC;
}
</style>
background-color css
<style>
a { background-color: #7973DC; }
a { background-color: rgb(121,115,220); }
div.DivClassName
{
background-color: #7973DC;
}
.BgClassName
{
background-color: #7973DC;
}
</style>
border-color css
<style>
span { border-color: #7973DC; }
span { border-color: rgb(121,115,220); }
td.TdClassName
{
border-color: #7973DC;
}
.TagClassName
{
border-color: #7973DC;
}
</style>