Shades of Medium Slate Blue #797DE0
Tints of Medium Slate Blue #797DE0
RGB
CMYK
RGB Variations
Color information
#797DE0 (or 0x797DE0) is known color: Medium Slate Blue. HEX triplet: 79, 7D and E0. RGB value is (121,125,224). Sum of RGB (Red+Green+Blue) = 121+125+224=470 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.74% from 470); Green value is 125 (49.22% from 255 or 26.60% from 470); Blue value is 224 (87.89% from 255 or 47.66% from 470); Max value from RGB is 224 - color contains mainly: blue. Hex color #797DE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #797DE0 is #86821F. Grayscale: #868686. Windows color (decimal): -8815136 or 14712185. OLE color: 14712185.
HSL color Cylindrical-coordinate representation of color #797DE0: hue angle of 237.67º degrees, saturation: 0.62, 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 #797DE0 is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 121 | 125 | 224 | - |
| CMYK | 0.46 | 0.44 | 0 | 0.12 |
| HSL | 237.67º | 0.62% | 0.68% | - |
| HSV(B) | 237.67º | 0.46% | 0.88% | - |
| XYZ | 28.67 | 24.11 | 73.66 | - |
| YUV | 135.09 | 178.17 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 125 | 224 | 0.46 | 0.44 | 0 | 0.12 | 237.67 | 0.62 | 0.68 |
| Hex | 79 | 7D | E0 | 2E | 2C | 0 | C | EE | 3E | 44 |
| Octal | 171 | 175 | 340 | 56 | 54 | 0 | 14 | 356 | 76 | 104 |
| Binary | 1111001 | 1111101 | 11100000 | 101110 | 101100 | 0 | 1100 | 11101110 | 111110 | 1000100 |
Color Harmonies of #797DE0
Complementary color
Monochromatic Colors of #797DE0
Black with #797DE0
Text Example
Text Example
White with #797DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797DE0; }
p { color: rgb(121,125,224); }
H1.HeaderClassName
{
color: #797DE0;
}
.AnyTagClassName
{
color: #797DE0;
}
</style>
background-color css
<style>
a { background-color: #797DE0; }
a { background-color: rgb(121,125,224); }
div.DivClassName
{
background-color: #797DE0;
}
.BgClassName
{
background-color: #797DE0;
}
</style>
border-color css
<style>
span { border-color: #797DE0; }
span { border-color: rgb(121,125,224); }
td.TdClassName
{
border-color: #797DE0;
}
.TagClassName
{
border-color: #797DE0;
}
</style>