Shades of Medium Slate Blue #797CE1
Tints of Medium Slate Blue #797CE1
RGB
CMYK
RGB Variations
Color information
#797CE1 (or 0x797CE1) is known color: Medium Slate Blue. HEX triplet: 79, 7C and E1. RGB value is (121,124,225). Sum of RGB (Red+Green+Blue) = 121+124+225=470 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.74% from 470); Green value is 124 (48.83% from 255 or 26.38% from 470); Blue value is 225 (88.28% from 255 or 47.87% from 470); Max value from RGB is 225 - color contains mainly: blue. Hex color #797CE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #797CE1 is #86831E. Grayscale: #868686. Windows color (decimal): -8815391 or 14777465. OLE color: 14777465.
HSL color Cylindrical-coordinate representation of color #797CE1: hue angle of 238.27º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #797CE1 is Cyan = 0.46, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 121 | 124 | 225 | - |
| CMYK | 0.46 | 0.45 | 0 | 0.12 |
| HSL | 238.27º | 0.63% | 0.68% | - |
| HSV(B) | 238.27º | 0.46% | 0.88% | - |
| XYZ | 28.68 | 23.92 | 74.34 | - |
| YUV | 134.62 | 179.01 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 124 | 225 | 0.46 | 0.45 | 0 | 0.12 | 238.27 | 0.63 | 0.68 |
| Hex | 79 | 7C | E1 | 2E | 2D | 0 | C | EE | 3F | 44 |
| Octal | 171 | 174 | 341 | 56 | 55 | 0 | 14 | 356 | 77 | 104 |
| Binary | 1111001 | 1111100 | 11100001 | 101110 | 101101 | 0 | 1100 | 11101110 | 111111 | 1000100 |
Color Harmonies of #797CE1
Complementary color
Monochromatic Colors of #797CE1
Black with #797CE1
Text Example
Text Example
White with #797CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797CE1; }
p { color: rgb(121,124,225); }
H1.HeaderClassName
{
color: #797CE1;
}
.AnyTagClassName
{
color: #797CE1;
}
</style>
background-color css
<style>
a { background-color: #797CE1; }
a { background-color: rgb(121,124,225); }
div.DivClassName
{
background-color: #797CE1;
}
.BgClassName
{
background-color: #797CE1;
}
</style>
border-color css
<style>
span { border-color: #797CE1; }
span { border-color: rgb(121,124,225); }
td.TdClassName
{
border-color: #797CE1;
}
.TagClassName
{
border-color: #797CE1;
}
</style>