Shades of Medium Slate Blue #7A62F6
Tints of Medium Slate Blue #7A62F6
RGB
CMYK
RGB Variations
Color information
#7A62F6 (or 0x7A62F6) is known color: Medium Slate Blue. HEX triplet: 7A, 62 and F6. RGB value is (122,98,246). Sum of RGB (Red+Green+Blue) = 122+98+246=466 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.18% from 466); Green value is 98 (38.67% from 255 or 21.03% from 466); Blue value is 246 (96.48% from 255 or 52.79% from 466); Max value from RGB is 246 - color contains mainly: blue. Hex color #7A62F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A62F6 is #859D09. Grayscale: #797979. Windows color (decimal): -8756490 or 16147066. OLE color: 16147066.
HSL color Cylindrical-coordinate representation of color #7A62F6: hue angle of 249.73º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7A62F6 is Cyan = 0.50, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 122 | 98 | 246 | - |
| CMYK | 0.50 | 0.60 | 0 | 0.04 |
| HSL | 249.73º | 0.89% | 0.67% | - |
| HSV(B) | 249.73º | 0.6% | 0.96% | - |
| XYZ | 29.03 | 19.53 | 89.43 | - |
| YUV | 122.05 | 197.95 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 98 | 246 | 0.50 | 0.60 | 0 | 0.04 | 249.73 | 0.89 | 0.67 |
| Hex | 7A | 62 | F6 | 32 | 3C | 0 | 4 | FA | 59 | 43 |
| Octal | 172 | 142 | 366 | 62 | 74 | 0 | 4 | 372 | 131 | 103 |
| Binary | 1111010 | 1100010 | 11110110 | 110010 | 111100 | 0 | 100 | 11111010 | 1011001 | 1000011 |
Color Harmonies of #7A62F6
Complementary color
Monochromatic Colors of #7A62F6
Black with #7A62F6
Text Example
Text Example
White with #7A62F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A62F6; }
p { color: rgb(122,98,246); }
H1.HeaderClassName
{
color: #7A62F6;
}
.AnyTagClassName
{
color: #7A62F6;
}
</style>
background-color css
<style>
a { background-color: #7A62F6; }
a { background-color: rgb(122,98,246); }
div.DivClassName
{
background-color: #7A62F6;
}
.BgClassName
{
background-color: #7A62F6;
}
</style>
border-color css
<style>
span { border-color: #7A62F6; }
span { border-color: rgb(122,98,246); }
td.TdClassName
{
border-color: #7A62F6;
}
.TagClassName
{
border-color: #7A62F6;
}
</style>