Shades of Medium Slate Blue #797FF0
Tints of Medium Slate Blue #797FF0
RGB
CMYK
RGB Variations
Color information
#797FF0 (or 0x797FF0) is known color: Medium Slate Blue. HEX triplet: 79, 7F and F0. RGB value is (121,127,240). Sum of RGB (Red+Green+Blue) = 121+127+240=488 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.80% from 488); Green value is 127 (50% from 255 or 26.02% from 488); Blue value is 240 (94.14% from 255 or 49.18% from 488); Max value from RGB is 240 - color contains mainly: blue. Hex color #797FF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #797FF0 is #86800F. Grayscale: #898989. Windows color (decimal): -8814608 or 15761273. OLE color: 15761273.
HSL color Cylindrical-coordinate representation of color #797FF0: hue angle of 236.97º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #797FF0 is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 121 | 127 | 240 | - |
| CMYK | 0.50 | 0.47 | 0 | 0.06 |
| HSL | 236.97º | 0.8% | 0.71% | - |
| HSV(B) | 236.97º | 0.5% | 0.94% | - |
| XYZ | 31.2 | 25.53 | 85.72 | - |
| YUV | 138.09 | 185.51 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 127 | 240 | 0.50 | 0.47 | 0 | 0.06 | 236.97 | 0.8 | 0.71 |
| Hex | 79 | 7F | F0 | 32 | 2F | 0 | 6 | ED | 50 | 47 |
| Octal | 171 | 177 | 360 | 62 | 57 | 0 | 6 | 355 | 120 | 107 |
| Binary | 1111001 | 1111111 | 11110000 | 110010 | 101111 | 0 | 110 | 11101101 | 1010000 | 1000111 |
Color Harmonies of #797FF0
Complementary color
Monochromatic Colors of #797FF0
Black with #797FF0
Text Example
Text Example
White with #797FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797FF0; }
p { color: rgb(121,127,240); }
H1.HeaderClassName
{
color: #797FF0;
}
.AnyTagClassName
{
color: #797FF0;
}
</style>
background-color css
<style>
a { background-color: #797FF0; }
a { background-color: rgb(121,127,240); }
div.DivClassName
{
background-color: #797FF0;
}
.BgClassName
{
background-color: #797FF0;
}
</style>
border-color css
<style>
span { border-color: #797FF0; }
span { border-color: rgb(121,127,240); }
td.TdClassName
{
border-color: #797FF0;
}
.TagClassName
{
border-color: #797FF0;
}
</style>