Shades of Medium Slate Blue #796FE0
Tints of Medium Slate Blue #796FE0
RGB
CMYK
RGB Variations
Color information
#796FE0 (or 0x796FE0) is known color: Medium Slate Blue. HEX triplet: 79, 6F and E0. RGB value is (121,111,224). Sum of RGB (Red+Green+Blue) = 121+111+224=456 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.54% from 456); Green value is 111 (43.75% from 255 or 24.34% from 456); Blue value is 224 (87.89% from 255 or 49.12% from 456); Max value from RGB is 224 - color contains mainly: blue. Hex color #796FE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796FE0 is #86901F. Grayscale: #7E7E7E. Windows color (decimal): -8818720 or 14708601. OLE color: 14708601.
HSL color Cylindrical-coordinate representation of color #796FE0: hue angle of 245.31º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #796FE0 is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 121 | 111 | 224 | - |
| CMYK | 0.46 | 0.50 | 0 | 0.12 |
| HSL | 245.31º | 0.65% | 0.66% | - |
| HSV(B) | 245.31º | 0.5% | 0.88% | - |
| XYZ | 27.02 | 20.82 | 73.11 | - |
| YUV | 126.87 | 182.81 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 111 | 224 | 0.46 | 0.50 | 0 | 0.12 | 245.31 | 0.65 | 0.66 |
| Hex | 79 | 6F | E0 | 2E | 32 | 0 | C | F5 | 41 | 42 |
| Octal | 171 | 157 | 340 | 56 | 62 | 0 | 14 | 365 | 101 | 102 |
| Binary | 1111001 | 1101111 | 11100000 | 101110 | 110010 | 0 | 1100 | 11110101 | 1000001 | 1000010 |
Color Harmonies of #796FE0
Complementary color
Monochromatic Colors of #796FE0
Black with #796FE0
Text Example
Text Example
White with #796FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796FE0; }
p { color: rgb(121,111,224); }
H1.HeaderClassName
{
color: #796FE0;
}
.AnyTagClassName
{
color: #796FE0;
}
</style>
background-color css
<style>
a { background-color: #796FE0; }
a { background-color: rgb(121,111,224); }
div.DivClassName
{
background-color: #796FE0;
}
.BgClassName
{
background-color: #796FE0;
}
</style>
border-color css
<style>
span { border-color: #796FE0; }
span { border-color: rgb(121,111,224); }
td.TdClassName
{
border-color: #796FE0;
}
.TagClassName
{
border-color: #796FE0;
}
</style>