Shades of Medium Slate Blue #797AE2
Tints of Medium Slate Blue #797AE2
RGB
CMYK
RGB Variations
Color information
#797AE2 (or 0x797AE2) is known color: Medium Slate Blue. HEX triplet: 79, 7A and E2. RGB value is (121,122,226). Sum of RGB (Red+Green+Blue) = 121+122+226=469 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.80% from 469); Green value is 122 (48.05% from 255 or 26.01% from 469); Blue value is 226 (88.67% from 255 or 48.19% from 469); Max value from RGB is 226 - color contains mainly: blue. Hex color #797AE2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #797AE2 is #86851D. Grayscale: #858585. Windows color (decimal): -8815902 or 14842489. OLE color: 14842489.
HSL color Cylindrical-coordinate representation of color #797AE2: hue angle of 239.43º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #797AE2 is Cyan = 0.46, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 121 | 122 | 226 | - |
| CMYK | 0.46 | 0.46 | 0 | 0.11 |
| HSL | 239.43º | 0.64% | 0.68% | - |
| HSV(B) | 239.43º | 0.46% | 0.89% | - |
| XYZ | 28.57 | 23.48 | 74.98 | - |
| YUV | 133.56 | 180.17 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 122 | 226 | 0.46 | 0.46 | 0 | 0.11 | 239.43 | 0.64 | 0.68 |
| Hex | 79 | 7A | E2 | 2E | 2E | 0 | B | EF | 40 | 44 |
| Octal | 171 | 172 | 342 | 56 | 56 | 0 | 13 | 357 | 100 | 104 |
| Binary | 1111001 | 1111010 | 11100010 | 101110 | 101110 | 0 | 1011 | 11101111 | 1000000 | 1000100 |
Color Harmonies of #797AE2
Complementary color
Monochromatic Colors of #797AE2
Black with #797AE2
Text Example
Text Example
White with #797AE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797AE2; }
p { color: rgb(121,122,226); }
H1.HeaderClassName
{
color: #797AE2;
}
.AnyTagClassName
{
color: #797AE2;
}
</style>
background-color css
<style>
a { background-color: #797AE2; }
a { background-color: rgb(121,122,226); }
div.DivClassName
{
background-color: #797AE2;
}
.BgClassName
{
background-color: #797AE2;
}
</style>
border-color css
<style>
span { border-color: #797AE2; }
span { border-color: rgb(121,122,226); }
td.TdClassName
{
border-color: #797AE2;
}
.TagClassName
{
border-color: #797AE2;
}
</style>