Shades of Medium Slate Blue #797CE5
Tints of Medium Slate Blue #797CE5
RGB
CMYK
RGB Variations
Color information
#797CE5 (or 0x797CE5) is known color: Medium Slate Blue. HEX triplet: 79, 7C and E5. RGB value is (121,124,229). Sum of RGB (Red+Green+Blue) = 121+124+229=474 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.53% from 474); Green value is 124 (48.83% from 255 or 26.16% from 474); Blue value is 229 (89.84% from 255 or 48.31% from 474); Max value from RGB is 229 - color contains mainly: blue. Hex color #797CE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #797CE5 is #86831A. Grayscale: #868686. Windows color (decimal): -8815387 or 15039609. OLE color: 15039609.
HSL color Cylindrical-coordinate representation of color #797CE5: hue angle of 238.33º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #797CE5 is Cyan = 0.47, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 121 | 124 | 229 | - |
| CMYK | 0.47 | 0.46 | 0 | 0.10 |
| HSL | 238.33º | 0.68% | 0.69% | - |
| HSV(B) | 238.33º | 0.47% | 0.9% | - |
| XYZ | 29.24 | 24.14 | 77.25 | - |
| YUV | 135.07 | 181.01 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 124 | 229 | 0.47 | 0.46 | 0 | 0.10 | 238.33 | 0.68 | 0.69 |
| Hex | 79 | 7C | E5 | 2F | 2E | 0 | A | EE | 44 | 45 |
| Octal | 171 | 174 | 345 | 57 | 56 | 0 | 12 | 356 | 104 | 105 |
| Binary | 1111001 | 1111100 | 11100101 | 101111 | 101110 | 0 | 1010 | 11101110 | 1000100 | 1000101 |
Color Harmonies of #797CE5
Complementary color
Monochromatic Colors of #797CE5
Black with #797CE5
Text Example
Text Example
White with #797CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797CE5; }
p { color: rgb(121,124,229); }
H1.HeaderClassName
{
color: #797CE5;
}
.AnyTagClassName
{
color: #797CE5;
}
</style>
background-color css
<style>
a { background-color: #797CE5; }
a { background-color: rgb(121,124,229); }
div.DivClassName
{
background-color: #797CE5;
}
.BgClassName
{
background-color: #797CE5;
}
</style>
border-color css
<style>
span { border-color: #797CE5; }
span { border-color: rgb(121,124,229); }
td.TdClassName
{
border-color: #797CE5;
}
.TagClassName
{
border-color: #797CE5;
}
</style>