Shades of Medium Slate Blue #7460EC
Tints of Medium Slate Blue #7460EC
RGB
CMYK
RGB Variations
Color information
#7460EC (or 0x7460EC) is known color: Medium Slate Blue. HEX triplet: 74, 60 and EC. RGB value is (116,96,236). Sum of RGB (Red+Green+Blue) = 116+96+236=448 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.89% from 448); Green value is 96 (37.89% from 255 or 21.43% from 448); Blue value is 236 (92.58% from 255 or 52.68% from 448); Max value from RGB is 236 - color contains mainly: blue. Hex color #7460EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7460EC is #8B9F13. Grayscale: #757575. Windows color (decimal): -9150228 or 15491188. OLE color: 15491188.
HSL color Cylindrical-coordinate representation of color #7460EC: hue angle of 248.57º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7460EC is Cyan = 0.51, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 96 | 236 | - |
| CMYK | 0.51 | 0.59 | 0 | 0.07 |
| HSL | 248.57º | 0.79% | 0.65% | - |
| HSV(B) | 248.57º | 0.59% | 0.93% | - |
| XYZ | 26.53 | 18.13 | 81.46 | - |
| YUV | 117.94 | 194.63 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 96 | 236 | 0.51 | 0.59 | 0 | 0.07 | 248.57 | 0.79 | 0.65 |
| Hex | 74 | 60 | EC | 33 | 3B | 0 | 7 | F9 | 4F | 41 |
| Octal | 164 | 140 | 354 | 63 | 73 | 0 | 7 | 371 | 117 | 101 |
| Binary | 1110100 | 1100000 | 11101100 | 110011 | 111011 | 0 | 111 | 11111001 | 1001111 | 1000001 |
Color Harmonies of #7460EC
Complementary color
Monochromatic Colors of #7460EC
Black with #7460EC
Text Example
Text Example
White with #7460EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7460EC; }
p { color: rgb(116,96,236); }
H1.HeaderClassName
{
color: #7460EC;
}
.AnyTagClassName
{
color: #7460EC;
}
</style>
background-color css
<style>
a { background-color: #7460EC; }
a { background-color: rgb(116,96,236); }
div.DivClassName
{
background-color: #7460EC;
}
.BgClassName
{
background-color: #7460EC;
}
</style>
border-color css
<style>
span { border-color: #7460EC; }
span { border-color: rgb(116,96,236); }
td.TdClassName
{
border-color: #7460EC;
}
.TagClassName
{
border-color: #7460EC;
}
</style>