Shades of Medium Slate Blue #7A62EE
Tints of Medium Slate Blue #7A62EE
RGB
CMYK
RGB Variations
Color information
#7A62EE (or 0x7A62EE) is known color: Medium Slate Blue. HEX triplet: 7A, 62 and EE. RGB value is (122,98,238). Sum of RGB (Red+Green+Blue) = 122+98+238=458 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.64% from 458); Green value is 98 (38.67% from 255 or 21.40% from 458); Blue value is 238 (93.36% from 255 or 51.97% from 458); Max value from RGB is 238 - color contains mainly: blue. Hex color #7A62EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A62EE is #859D11. Grayscale: #787878. Windows color (decimal): -8756498 or 15622778. OLE color: 15622778.
HSL color Cylindrical-coordinate representation of color #7A62EE: hue angle of 250.29º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7A62EE is Cyan = 0.49, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 122 | 98 | 238 | - |
| CMYK | 0.49 | 0.59 | 0 | 0.07 |
| HSL | 250.29º | 0.8% | 0.66% | - |
| HSV(B) | 250.29º | 0.59% | 0.93% | - |
| XYZ | 27.83 | 19.05 | 83.1 | - |
| YUV | 121.14 | 193.95 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 98 | 238 | 0.49 | 0.59 | 0 | 0.07 | 250.29 | 0.8 | 0.66 |
| Hex | 7A | 62 | EE | 31 | 3B | 0 | 7 | FA | 50 | 42 |
| Octal | 172 | 142 | 356 | 61 | 73 | 0 | 7 | 372 | 120 | 102 |
| Binary | 1111010 | 1100010 | 11101110 | 110001 | 111011 | 0 | 111 | 11111010 | 1010000 | 1000010 |
Color Harmonies of #7A62EE
Complementary color
Monochromatic Colors of #7A62EE
Black with #7A62EE
Text Example
Text Example
White with #7A62EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A62EE; }
p { color: rgb(122,98,238); }
H1.HeaderClassName
{
color: #7A62EE;
}
.AnyTagClassName
{
color: #7A62EE;
}
</style>
background-color css
<style>
a { background-color: #7A62EE; }
a { background-color: rgb(122,98,238); }
div.DivClassName
{
background-color: #7A62EE;
}
.BgClassName
{
background-color: #7A62EE;
}
</style>
border-color css
<style>
span { border-color: #7A62EE; }
span { border-color: rgb(122,98,238); }
td.TdClassName
{
border-color: #7A62EE;
}
.TagClassName
{
border-color: #7A62EE;
}
</style>