Shades of Medium Slate Blue #797AF2
Tints of Medium Slate Blue #797AF2
RGB
CMYK
RGB Variations
Color information
#797AF2 (or 0x797AF2) is known color: Medium Slate Blue. HEX triplet: 79, 7A and F2. RGB value is (121,122,242). Sum of RGB (Red+Green+Blue) = 121+122+242=485 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.95% from 485); Green value is 122 (48.05% from 255 or 25.15% from 485); Blue value is 242 (94.92% from 255 or 49.90% from 485); Max value from RGB is 242 - color contains mainly: blue. Hex color #797AF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #797AF2 is #86850D. Grayscale: #868686. Windows color (decimal): -8815886 or 15891065. OLE color: 15891065.
HSL color Cylindrical-coordinate representation of color #797AF2: hue angle of 239.5º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #797AF2 is Cyan = 0.50, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 121 | 122 | 242 | - |
| CMYK | 0.50 | 0.50 | 0 | 0.05 |
| HSL | 239.5º | 0.82% | 0.71% | - |
| HSV(B) | 239.5º | 0.5% | 0.95% | - |
| XYZ | 30.87 | 24.39 | 87.09 | - |
| YUV | 135.38 | 188.17 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 122 | 242 | 0.50 | 0.50 | 0 | 0.05 | 239.5 | 0.82 | 0.71 |
| Hex | 79 | 7A | F2 | 32 | 32 | 0 | 5 | F0 | 52 | 47 |
| Octal | 171 | 172 | 362 | 62 | 62 | 0 | 5 | 360 | 122 | 107 |
| Binary | 1111001 | 1111010 | 11110010 | 110010 | 110010 | 0 | 101 | 11110000 | 1010010 | 1000111 |
Color Harmonies of #797AF2
Complementary color
Monochromatic Colors of #797AF2
Black with #797AF2
Text Example
Text Example
White with #797AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797AF2; }
p { color: rgb(121,122,242); }
H1.HeaderClassName
{
color: #797AF2;
}
.AnyTagClassName
{
color: #797AF2;
}
</style>
background-color css
<style>
a { background-color: #797AF2; }
a { background-color: rgb(121,122,242); }
div.DivClassName
{
background-color: #797AF2;
}
.BgClassName
{
background-color: #797AF2;
}
</style>
border-color css
<style>
span { border-color: #797AF2; }
span { border-color: rgb(121,122,242); }
td.TdClassName
{
border-color: #797AF2;
}
.TagClassName
{
border-color: #797AF2;
}
</style>