Shades of Medium Slate Blue #7969DD
Tints of Medium Slate Blue #7969DD
RGB
CMYK
RGB Variations
Color information
#7969DD (or 0x7969DD) is known color: Medium Slate Blue. HEX triplet: 79, 69 and DD. RGB value is (121,105,221). Sum of RGB (Red+Green+Blue) = 121+105+221=447 (59% of max value = 765). Red value is 121 (47.66% from 255 or 27.07% from 447); Green value is 105 (41.41% from 255 or 23.49% from 447); Blue value is 221 (86.72% from 255 or 49.44% from 447); Max value from RGB is 221 - color contains mainly: blue. Hex color #7969DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7969DD is #869622. Grayscale: #7A7A7A. Windows color (decimal): -8820259 or 14510457. OLE color: 14510457.
HSL color Cylindrical-coordinate representation of color #7969DD: hue angle of 248.28º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7969DD is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 121 | 105 | 221 | - |
| CMYK | 0.45 | 0.52 | 0 | 0.13 |
| HSL | 248.28º | 0.63% | 0.64% | - |
| HSV(B) | 248.28º | 0.52% | 0.87% | - |
| XYZ | 25.99 | 19.39 | 70.78 | - |
| YUV | 123.01 | 183.3 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 105 | 221 | 0.45 | 0.52 | 0 | 0.13 | 248.28 | 0.63 | 0.64 |
| Hex | 79 | 69 | DD | 2D | 34 | 0 | D | F8 | 3F | 40 |
| Octal | 171 | 151 | 335 | 55 | 64 | 0 | 15 | 370 | 77 | 100 |
| Binary | 1111001 | 1101001 | 11011101 | 101101 | 110100 | 0 | 1101 | 11111000 | 111111 | 1000000 |
Color Harmonies of #7969DD
Complementary color
Monochromatic Colors of #7969DD
Black with #7969DD
Text Example
Text Example
White with #7969DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7969DD; }
p { color: rgb(121,105,221); }
H1.HeaderClassName
{
color: #7969DD;
}
.AnyTagClassName
{
color: #7969DD;
}
</style>
background-color css
<style>
a { background-color: #7969DD; }
a { background-color: rgb(121,105,221); }
div.DivClassName
{
background-color: #7969DD;
}
.BgClassName
{
background-color: #7969DD;
}
</style>
border-color css
<style>
span { border-color: #7969DD; }
span { border-color: rgb(121,105,221); }
td.TdClassName
{
border-color: #7969DD;
}
.TagClassName
{
border-color: #7969DD;
}
</style>