Shades of Medium Slate Blue #7969DB
Tints of Medium Slate Blue #7969DB
RGB
CMYK
RGB Variations
Color information
#7969DB (or 0x7969DB) is known color: Medium Slate Blue. HEX triplet: 79, 69 and DB. RGB value is (121,105,219). Sum of RGB (Red+Green+Blue) = 121+105+219=445 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.19% from 445); Green value is 105 (41.41% from 255 or 23.60% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 219 - color contains mainly: blue. Hex color #7969DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7969DB is #869624. Grayscale: #7A7A7A. Windows color (decimal): -8820261 or 14379385. OLE color: 14379385.
HSL color Cylindrical-coordinate representation of color #7969DB: hue angle of 248.42º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7969DB is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 121 | 105 | 219 | - |
| CMYK | 0.45 | 0.52 | 0 | 0.14 |
| HSL | 248.42º | 0.61% | 0.64% | - |
| HSV(B) | 248.42º | 0.52% | 0.86% | - |
| XYZ | 25.72 | 19.28 | 69.38 | - |
| YUV | 122.78 | 182.3 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 105 | 219 | 0.45 | 0.52 | 0 | 0.14 | 248.42 | 0.61 | 0.64 |
| Hex | 79 | 69 | DB | 2D | 34 | 0 | E | F8 | 3D | 40 |
| Octal | 171 | 151 | 333 | 55 | 64 | 0 | 16 | 370 | 75 | 100 |
| Binary | 1111001 | 1101001 | 11011011 | 101101 | 110100 | 0 | 1110 | 11111000 | 111101 | 1000000 |
Color Harmonies of #7969DB
Complementary color
Monochromatic Colors of #7969DB
Black with #7969DB
Text Example
Text Example
White with #7969DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7969DB; }
p { color: rgb(121,105,219); }
H1.HeaderClassName
{
color: #7969DB;
}
.AnyTagClassName
{
color: #7969DB;
}
</style>
background-color css
<style>
a { background-color: #7969DB; }
a { background-color: rgb(121,105,219); }
div.DivClassName
{
background-color: #7969DB;
}
.BgClassName
{
background-color: #7969DB;
}
</style>
border-color css
<style>
span { border-color: #7969DB; }
span { border-color: rgb(121,105,219); }
td.TdClassName
{
border-color: #7969DB;
}
.TagClassName
{
border-color: #7969DB;
}
</style>