Shades of Medium Slate Blue #7E60F7
Tints of Medium Slate Blue #7E60F7
RGB
CMYK
RGB Variations
Color information
#7E60F7 (or 0x7E60F7) is known color: Medium Slate Blue. HEX triplet: 7E, 60 and F7. RGB value is (126,96,247). Sum of RGB (Red+Green+Blue) = 126+96+247=469 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.87% from 469); Green value is 96 (37.89% from 255 or 20.47% from 469); Blue value is 247 (96.88% from 255 or 52.67% from 469); Max value from RGB is 247 - color contains mainly: blue. Hex color #7E60F7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E60F7 is #819F08. Grayscale: #797979. Windows color (decimal): -8494857 or 16212094. OLE color: 16212094.
HSL color Cylindrical-coordinate representation of color #7E60F7: hue angle of 251.92º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7E60F7 is Cyan = 0.49, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 126 | 96 | 247 | - |
| CMYK | 0.49 | 0.61 | 0 | 0.03 |
| HSL | 251.92º | 0.9% | 0.67% | - |
| HSV(B) | 251.92º | 0.61% | 0.97% | - |
| XYZ | 29.58 | 19.52 | 90.2 | - |
| YUV | 122.18 | 198.44 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 96 | 247 | 0.49 | 0.61 | 0 | 0.03 | 251.92 | 0.9 | 0.67 |
| Hex | 7E | 60 | F7 | 31 | 3D | 0 | 3 | FC | 5A | 43 |
| Octal | 176 | 140 | 367 | 61 | 75 | 0 | 3 | 374 | 132 | 103 |
| Binary | 1111110 | 1100000 | 11110111 | 110001 | 111101 | 0 | 11 | 11111100 | 1011010 | 1000011 |
Color Harmonies of #7E60F7
Complementary color
Monochromatic Colors of #7E60F7
Black with #7E60F7
Text Example
Text Example
White with #7E60F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E60F7; }
p { color: rgb(126,96,247); }
H1.HeaderClassName
{
color: #7E60F7;
}
.AnyTagClassName
{
color: #7E60F7;
}
</style>
background-color css
<style>
a { background-color: #7E60F7; }
a { background-color: rgb(126,96,247); }
div.DivClassName
{
background-color: #7E60F7;
}
.BgClassName
{
background-color: #7E60F7;
}
</style>
border-color css
<style>
span { border-color: #7E60F7; }
span { border-color: rgb(126,96,247); }
td.TdClassName
{
border-color: #7E60F7;
}
.TagClassName
{
border-color: #7E60F7;
}
</style>