Shades of Medium Slate Blue #7973DF
Tints of Medium Slate Blue #7973DF
RGB
CMYK
RGB Variations
Color information
#7973DF (or 0x7973DF) is known color: Medium Slate Blue. HEX triplet: 79, 73 and DF. RGB value is (121,115,223). Sum of RGB (Red+Green+Blue) = 121+115+223=459 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.36% from 459); Green value is 115 (45.31% from 255 or 25.05% from 459); Blue value is 223 (87.5% from 255 or 48.58% from 459); Max value from RGB is 223 - color contains mainly: blue. Hex color #7973DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7973DF is #868C20. Grayscale: #808080. Windows color (decimal): -8817697 or 14644089. OLE color: 14644089.
HSL color Cylindrical-coordinate representation of color #7973DF: hue angle of 243.33º degrees, saturation: 0.63, 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 #7973DF is Cyan = 0.46, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 121 | 115 | 223 | - |
| CMYK | 0.46 | 0.48 | 0 | 0.13 |
| HSL | 243.33º | 0.63% | 0.66% | - |
| HSV(B) | 243.33º | 0.48% | 0.87% | - |
| XYZ | 27.34 | 21.65 | 72.55 | - |
| YUV | 129.11 | 180.99 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 115 | 223 | 0.46 | 0.48 | 0 | 0.13 | 243.33 | 0.63 | 0.66 |
| Hex | 79 | 73 | DF | 2E | 30 | 0 | D | F3 | 3F | 42 |
| Octal | 171 | 163 | 337 | 56 | 60 | 0 | 15 | 363 | 77 | 102 |
| Binary | 1111001 | 1110011 | 11011111 | 101110 | 110000 | 0 | 1101 | 11110011 | 111111 | 1000010 |
Color Harmonies of #7973DF
Complementary color
Monochromatic Colors of #7973DF
Black with #7973DF
Text Example
Text Example
White with #7973DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7973DF; }
p { color: rgb(121,115,223); }
H1.HeaderClassName
{
color: #7973DF;
}
.AnyTagClassName
{
color: #7973DF;
}
</style>
background-color css
<style>
a { background-color: #7973DF; }
a { background-color: rgb(121,115,223); }
div.DivClassName
{
background-color: #7973DF;
}
.BgClassName
{
background-color: #7973DF;
}
</style>
border-color css
<style>
span { border-color: #7973DF; }
span { border-color: rgb(121,115,223); }
td.TdClassName
{
border-color: #7973DF;
}
.TagClassName
{
border-color: #7973DF;
}
</style>