Shades of Medium Slate Blue #7968DC
Tints of Medium Slate Blue #7968DC
RGB
CMYK
RGB Variations
Color information
#7968DC (or 0x7968DC) is known color: Medium Slate Blue. HEX triplet: 79, 68 and DC. RGB value is (121,104,220). Sum of RGB (Red+Green+Blue) = 121+104+220=445 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.19% from 445); Green value is 104 (41.02% from 255 or 23.37% from 445); Blue value is 220 (86.33% from 255 or 49.44% from 445); Max value from RGB is 220 - color contains mainly: blue. Hex color #7968DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7968DC is #869723. Grayscale: #797979. Windows color (decimal): -8820516 or 14444665. OLE color: 14444665.
HSL color Cylindrical-coordinate representation of color #7968DC: hue angle of 248.79º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7968DC is Cyan = 0.45, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 121 | 104 | 220 | - |
| CMYK | 0.45 | 0.53 | 0 | 0.14 |
| HSL | 248.79º | 0.62% | 0.64% | - |
| HSV(B) | 248.79º | 0.53% | 0.86% | - |
| XYZ | 25.75 | 19.13 | 70.05 | - |
| YUV | 122.31 | 183.13 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 104 | 220 | 0.45 | 0.53 | 0 | 0.14 | 248.79 | 0.62 | 0.64 |
| Hex | 79 | 68 | DC | 2D | 35 | 0 | E | F9 | 3E | 40 |
| Octal | 171 | 150 | 334 | 55 | 65 | 0 | 16 | 371 | 76 | 100 |
| Binary | 1111001 | 1101000 | 11011100 | 101101 | 110101 | 0 | 1110 | 11111001 | 111110 | 1000000 |
Color Harmonies of #7968DC
Complementary color
Monochromatic Colors of #7968DC
Black with #7968DC
Text Example
Text Example
White with #7968DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7968DC; }
p { color: rgb(121,104,220); }
H1.HeaderClassName
{
color: #7968DC;
}
.AnyTagClassName
{
color: #7968DC;
}
</style>
background-color css
<style>
a { background-color: #7968DC; }
a { background-color: rgb(121,104,220); }
div.DivClassName
{
background-color: #7968DC;
}
.BgClassName
{
background-color: #7968DC;
}
</style>
border-color css
<style>
span { border-color: #7968DC; }
span { border-color: rgb(121,104,220); }
td.TdClassName
{
border-color: #7968DC;
}
.TagClassName
{
border-color: #7968DC;
}
</style>