Shades of Medium Slate Blue #796EDA
Tints of Medium Slate Blue #796EDA
RGB
CMYK
RGB Variations
Color information
#796EDA (or 0x796EDA) is known color: Medium Slate Blue. HEX triplet: 79, 6E and DA. RGB value is (121,110,218). Sum of RGB (Red+Green+Blue) = 121+110+218=449 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.95% from 449); Green value is 110 (43.36% from 255 or 24.50% from 449); Blue value is 218 (85.55% from 255 or 48.55% from 449); Max value from RGB is 218 - color contains mainly: blue. Hex color #796EDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796EDA is #869125. Grayscale: #7D7D7D. Windows color (decimal): -8818982 or 14315129. OLE color: 14315129.
HSL color Cylindrical-coordinate representation of color #796EDA: hue angle of 246.11º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #796EDA is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 121 | 110 | 218 | - |
| CMYK | 0.44 | 0.50 | 0 | 0.15 |
| HSL | 246.11º | 0.59% | 0.64% | - |
| HSV(B) | 246.11º | 0.5% | 0.85% | - |
| XYZ | 26.12 | 20.28 | 68.87 | - |
| YUV | 125.6 | 180.14 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 110 | 218 | 0.44 | 0.50 | 0 | 0.15 | 246.11 | 0.59 | 0.64 |
| Hex | 79 | 6E | DA | 2C | 32 | 0 | F | F6 | 3B | 40 |
| Octal | 171 | 156 | 332 | 54 | 62 | 0 | 17 | 366 | 73 | 100 |
| Binary | 1111001 | 1101110 | 11011010 | 101100 | 110010 | 0 | 1111 | 11110110 | 111011 | 1000000 |
Color Harmonies of #796EDA
Complementary color
Monochromatic Colors of #796EDA
Black with #796EDA
Text Example
Text Example
White with #796EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796EDA; }
p { color: rgb(121,110,218); }
H1.HeaderClassName
{
color: #796EDA;
}
.AnyTagClassName
{
color: #796EDA;
}
</style>
background-color css
<style>
a { background-color: #796EDA; }
a { background-color: rgb(121,110,218); }
div.DivClassName
{
background-color: #796EDA;
}
.BgClassName
{
background-color: #796EDA;
}
</style>
border-color css
<style>
span { border-color: #796EDA; }
span { border-color: rgb(121,110,218); }
td.TdClassName
{
border-color: #796EDA;
}
.TagClassName
{
border-color: #796EDA;
}
</style>