Shades of Medium Slate Blue #7A62DF
Tints of Medium Slate Blue #7A62DF
RGB
CMYK
RGB Variations
Color information
#7A62DF (or 0x7A62DF) is known color: Medium Slate Blue. HEX triplet: 7A, 62 and DF. RGB value is (122,98,223). Sum of RGB (Red+Green+Blue) = 122+98+223=443 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.54% from 443); Green value is 98 (38.67% from 255 or 22.12% from 443); Blue value is 223 (87.5% from 255 or 50.34% from 443); Max value from RGB is 223 - color contains mainly: blue. Hex color #7A62DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A62DF is #859D20. Grayscale: #767676. Windows color (decimal): -8756513 or 14639738. OLE color: 14639738.
HSL color Cylindrical-coordinate representation of color #7A62DF: hue angle of 251.52º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7A62DF is Cyan = 0.45, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 98 | 223 | - |
| CMYK | 0.45 | 0.56 | 0 | 0.13 |
| HSL | 251.52º | 0.66% | 0.63% | - |
| HSV(B) | 251.52º | 0.56% | 0.87% | - |
| XYZ | 25.71 | 18.2 | 71.97 | - |
| YUV | 119.43 | 186.45 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 98 | 223 | 0.45 | 0.56 | 0 | 0.13 | 251.52 | 0.66 | 0.63 |
| Hex | 7A | 62 | DF | 2D | 38 | 0 | D | FC | 42 | 3F |
| Octal | 172 | 142 | 337 | 55 | 70 | 0 | 15 | 374 | 102 | 77 |
| Binary | 1111010 | 1100010 | 11011111 | 101101 | 111000 | 0 | 1101 | 11111100 | 1000010 | 111111 |
Color Harmonies of #7A62DF
Complementary color
Monochromatic Colors of #7A62DF
Black with #7A62DF
Text Example
Text Example
White with #7A62DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A62DF; }
p { color: rgb(122,98,223); }
H1.HeaderClassName
{
color: #7A62DF;
}
.AnyTagClassName
{
color: #7A62DF;
}
</style>
background-color css
<style>
a { background-color: #7A62DF; }
a { background-color: rgb(122,98,223); }
div.DivClassName
{
background-color: #7A62DF;
}
.BgClassName
{
background-color: #7A62DF;
}
</style>
border-color css
<style>
span { border-color: #7A62DF; }
span { border-color: rgb(122,98,223); }
td.TdClassName
{
border-color: #7A62DF;
}
.TagClassName
{
border-color: #7A62DF;
}
</style>