Shades of Medium Slate Blue #7959DF
Tints of Medium Slate Blue #7959DF
RGB
CMYK
RGB Variations
Color information
#7959DF (or 0x7959DF) is known color: Medium Slate Blue. HEX triplet: 79, 59 and DF. RGB value is (121,89,223). Sum of RGB (Red+Green+Blue) = 121+89+223=433 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.94% from 433); Green value is 89 (35.16% from 255 or 20.55% from 433); Blue value is 223 (87.5% from 255 or 51.50% from 433); Max value from RGB is 223 - color contains mainly: blue. Hex color #7959DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7959DF is #86A620. Grayscale: #717171. Windows color (decimal): -8824353 or 14637433. OLE color: 14637433.
HSL color Cylindrical-coordinate representation of color #7959DF: hue angle of 254.33º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7959DF is Cyan = 0.46, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 121 | 89 | 223 | - |
| CMYK | 0.46 | 0.60 | 0 | 0.13 |
| HSL | 254.33º | 0.68% | 0.61% | - |
| HSV(B) | 254.33º | 0.6% | 0.87% | - |
| XYZ | 24.78 | 16.54 | 71.7 | - |
| YUV | 113.84 | 189.6 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 89 | 223 | 0.46 | 0.60 | 0 | 0.13 | 254.33 | 0.68 | 0.61 |
| Hex | 79 | 59 | DF | 2E | 3C | 0 | D | FE | 44 | 3D |
| Octal | 171 | 131 | 337 | 56 | 74 | 0 | 15 | 376 | 104 | 75 |
| Binary | 1111001 | 1011001 | 11011111 | 101110 | 111100 | 0 | 1101 | 11111110 | 1000100 | 111101 |
Color Harmonies of #7959DF
Complementary color
Monochromatic Colors of #7959DF
Black with #7959DF
Text Example
Text Example
White with #7959DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7959DF; }
p { color: rgb(121,89,223); }
H1.HeaderClassName
{
color: #7959DF;
}
.AnyTagClassName
{
color: #7959DF;
}
</style>
background-color css
<style>
a { background-color: #7959DF; }
a { background-color: rgb(121,89,223); }
div.DivClassName
{
background-color: #7959DF;
}
.BgClassName
{
background-color: #7959DF;
}
</style>
border-color css
<style>
span { border-color: #7959DF; }
span { border-color: rgb(121,89,223); }
td.TdClassName
{
border-color: #7959DF;
}
.TagClassName
{
border-color: #7959DF;
}
</style>