Shades of Medium Slate Blue #7967DC
Tints of Medium Slate Blue #7967DC
RGB
CMYK
RGB Variations
Color information
#7967DC (or 0x7967DC) is known color: Medium Slate Blue. HEX triplet: 79, 67 and DC. RGB value is (121,103,220). Sum of RGB (Red+Green+Blue) = 121+103+220=444 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.25% from 444); Green value is 103 (40.62% from 255 or 23.20% from 444); Blue value is 220 (86.33% from 255 or 49.55% from 444); Max value from RGB is 220 - color contains mainly: blue. Hex color #7967DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7967DC is #869823. Grayscale: #797979. Windows color (decimal): -8820772 or 14444409. OLE color: 14444409.
HSL color Cylindrical-coordinate representation of color #7967DC: hue angle of 249.23º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7967DC is Cyan = 0.45, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 121 | 103 | 220 | - |
| CMYK | 0.45 | 0.53 | 0 | 0.14 |
| HSL | 249.23º | 0.63% | 0.63% | - |
| HSV(B) | 249.23º | 0.53% | 0.86% | - |
| XYZ | 25.65 | 18.93 | 70.01 | - |
| YUV | 121.72 | 183.46 | 127.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 103 | 220 | 0.45 | 0.53 | 0 | 0.14 | 249.23 | 0.63 | 0.63 |
| Hex | 79 | 67 | DC | 2D | 35 | 0 | E | F9 | 3F | 3F |
| Octal | 171 | 147 | 334 | 55 | 65 | 0 | 16 | 371 | 77 | 77 |
| Binary | 1111001 | 1100111 | 11011100 | 101101 | 110101 | 0 | 1110 | 11111001 | 111111 | 111111 |
Color Harmonies of #7967DC
Complementary color
Monochromatic Colors of #7967DC
Black with #7967DC
Text Example
Text Example
White with #7967DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7967DC; }
p { color: rgb(121,103,220); }
H1.HeaderClassName
{
color: #7967DC;
}
.AnyTagClassName
{
color: #7967DC;
}
</style>
background-color css
<style>
a { background-color: #7967DC; }
a { background-color: rgb(121,103,220); }
div.DivClassName
{
background-color: #7967DC;
}
.BgClassName
{
background-color: #7967DC;
}
</style>
border-color css
<style>
span { border-color: #7967DC; }
span { border-color: rgb(121,103,220); }
td.TdClassName
{
border-color: #7967DC;
}
.TagClassName
{
border-color: #7967DC;
}
</style>