Shades of Medium Slate Blue #797AE7
Tints of Medium Slate Blue #797AE7
RGB
CMYK
RGB Variations
Color information
#797AE7 (or 0x797AE7) is known color: Medium Slate Blue. HEX triplet: 79, 7A and E7. RGB value is (121,122,231). Sum of RGB (Red+Green+Blue) = 121+122+231=474 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.53% from 474); Green value is 122 (48.05% from 255 or 25.74% from 474); Blue value is 231 (90.62% from 255 or 48.73% from 474); Max value from RGB is 231 - color contains mainly: blue. Hex color #797AE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #797AE7 is #868518. Grayscale: #858585. Windows color (decimal): -8815897 or 15170169. OLE color: 15170169.
HSL color Cylindrical-coordinate representation of color #797AE7: hue angle of 239.45º degrees, saturation: 0.7, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #797AE7 is Cyan = 0.48, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 121 | 122 | 231 | - |
| CMYK | 0.48 | 0.47 | 0 | 0.09 |
| HSL | 239.45º | 0.7% | 0.69% | - |
| HSV(B) | 239.45º | 0.48% | 0.91% | - |
| XYZ | 29.27 | 23.75 | 78.64 | - |
| YUV | 134.13 | 182.67 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 122 | 231 | 0.48 | 0.47 | 0 | 0.09 | 239.45 | 0.7 | 0.69 |
| Hex | 79 | 7A | E7 | 30 | 2F | 0 | 9 | EF | 46 | 45 |
| Octal | 171 | 172 | 347 | 60 | 57 | 0 | 11 | 357 | 106 | 105 |
| Binary | 1111001 | 1111010 | 11100111 | 110000 | 101111 | 0 | 1001 | 11101111 | 1000110 | 1000101 |
Color Harmonies of #797AE7
Complementary color
Monochromatic Colors of #797AE7
Black with #797AE7
Text Example
Text Example
White with #797AE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797AE7; }
p { color: rgb(121,122,231); }
H1.HeaderClassName
{
color: #797AE7;
}
.AnyTagClassName
{
color: #797AE7;
}
</style>
background-color css
<style>
a { background-color: #797AE7; }
a { background-color: rgb(121,122,231); }
div.DivClassName
{
background-color: #797AE7;
}
.BgClassName
{
background-color: #797AE7;
}
</style>
border-color css
<style>
span { border-color: #797AE7; }
span { border-color: rgb(121,122,231); }
td.TdClassName
{
border-color: #797AE7;
}
.TagClassName
{
border-color: #797AE7;
}
</style>