Shades of Medium Slate Blue #7968DD
Tints of Medium Slate Blue #7968DD
RGB
CMYK
RGB Variations
Color information
#7968DD (or 0x7968DD) is known color: Medium Slate Blue. HEX triplet: 79, 68 and DD. RGB value is (121,104,221). Sum of RGB (Red+Green+Blue) = 121+104+221=446 (59% of max value = 765). Red value is 121 (47.66% from 255 or 27.13% from 446); Green value is 104 (41.02% from 255 or 23.32% from 446); Blue value is 221 (86.72% from 255 or 49.55% from 446); Max value from RGB is 221 - color contains mainly: blue. Hex color #7968DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7968DD is #869722. Grayscale: #797979. Windows color (decimal): -8820515 or 14510201. OLE color: 14510201.
HSL color Cylindrical-coordinate representation of color #7968DD: hue angle of 248.72º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7968DD is Cyan = 0.45, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 121 | 104 | 221 | - |
| CMYK | 0.45 | 0.53 | 0 | 0.13 |
| HSL | 248.72º | 0.63% | 0.64% | - |
| HSV(B) | 248.72º | 0.53% | 0.87% | - |
| XYZ | 25.89 | 19.19 | 70.75 | - |
| YUV | 122.42 | 183.63 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 104 | 221 | 0.45 | 0.53 | 0 | 0.13 | 248.72 | 0.63 | 0.64 |
| Hex | 79 | 68 | DD | 2D | 35 | 0 | D | F9 | 3F | 40 |
| Octal | 171 | 150 | 335 | 55 | 65 | 0 | 15 | 371 | 77 | 100 |
| Binary | 1111001 | 1101000 | 11011101 | 101101 | 110101 | 0 | 1101 | 11111001 | 111111 | 1000000 |
Color Harmonies of #7968DD
Complementary color
Monochromatic Colors of #7968DD
Black with #7968DD
Text Example
Text Example
White with #7968DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7968DD; }
p { color: rgb(121,104,221); }
H1.HeaderClassName
{
color: #7968DD;
}
.AnyTagClassName
{
color: #7968DD;
}
</style>
background-color css
<style>
a { background-color: #7968DD; }
a { background-color: rgb(121,104,221); }
div.DivClassName
{
background-color: #7968DD;
}
.BgClassName
{
background-color: #7968DD;
}
</style>
border-color css
<style>
span { border-color: #7968DD; }
span { border-color: rgb(121,104,221); }
td.TdClassName
{
border-color: #7968DD;
}
.TagClassName
{
border-color: #7968DD;
}
</style>