Shades of Medium Slate Blue #796EE1
Tints of Medium Slate Blue #796EE1
RGB
CMYK
RGB Variations
Color information
#796EE1 (or 0x796EE1) is known color: Medium Slate Blue. HEX triplet: 79, 6E and E1. RGB value is (121,110,225). Sum of RGB (Red+Green+Blue) = 121+110+225=456 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.54% from 456); Green value is 110 (43.36% from 255 or 24.12% from 456); Blue value is 225 (88.28% from 255 or 49.34% from 456); Max value from RGB is 225 - color contains mainly: blue. Hex color #796EE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796EE1 is #86911E. Grayscale: #7D7D7D. Windows color (decimal): -8818975 or 14773881. OLE color: 14773881.
HSL color Cylindrical-coordinate representation of color #796EE1: hue angle of 245.74º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #796EE1 is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 121 | 110 | 225 | - |
| CMYK | 0.46 | 0.51 | 0 | 0.12 |
| HSL | 245.74º | 0.66% | 0.66% | - |
| HSV(B) | 245.74º | 0.51% | 0.88% | - |
| XYZ | 27.05 | 20.65 | 73.79 | - |
| YUV | 126.4 | 183.64 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 110 | 225 | 0.46 | 0.51 | 0 | 0.12 | 245.74 | 0.66 | 0.66 |
| Hex | 79 | 6E | E1 | 2E | 33 | 0 | C | F6 | 42 | 42 |
| Octal | 171 | 156 | 341 | 56 | 63 | 0 | 14 | 366 | 102 | 102 |
| Binary | 1111001 | 1101110 | 11100001 | 101110 | 110011 | 0 | 1100 | 11110110 | 1000010 | 1000010 |
Color Harmonies of #796EE1
Complementary color
Monochromatic Colors of #796EE1
Black with #796EE1
Text Example
Text Example
White with #796EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796EE1; }
p { color: rgb(121,110,225); }
H1.HeaderClassName
{
color: #796EE1;
}
.AnyTagClassName
{
color: #796EE1;
}
</style>
background-color css
<style>
a { background-color: #796EE1; }
a { background-color: rgb(121,110,225); }
div.DivClassName
{
background-color: #796EE1;
}
.BgClassName
{
background-color: #796EE1;
}
</style>
border-color css
<style>
span { border-color: #796EE1; }
span { border-color: rgb(121,110,225); }
td.TdClassName
{
border-color: #796EE1;
}
.TagClassName
{
border-color: #796EE1;
}
</style>