Shades of Medium Slate Blue #7460F7
Tints of Medium Slate Blue #7460F7
RGB
CMYK
RGB Variations
Color information
#7460F7 (or 0x7460F7) is known color: Medium Slate Blue. HEX triplet: 74, 60 and F7. RGB value is (116,96,247). Sum of RGB (Red+Green+Blue) = 116+96+247=459 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.27% from 459); Green value is 96 (37.89% from 255 or 20.92% from 459); Blue value is 247 (96.88% from 255 or 53.81% from 459); Max value from RGB is 247 - color contains mainly: blue. Hex color #7460F7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7460F7 is #8B9F08. Grayscale: #767676. Windows color (decimal): -9150217 or 16212084. OLE color: 16212084.
HSL color Cylindrical-coordinate representation of color #7460F7: hue angle of 247.95º 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 #7460F7 is Cyan = 0.53, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 116 | 96 | 247 | - |
| CMYK | 0.53 | 0.61 | 0 | 0.03 |
| HSL | 247.95º | 0.9% | 0.67% | - |
| HSV(B) | 247.95º | 0.61% | 0.97% | - |
| XYZ | 28.17 | 18.79 | 90.14 | - |
| YUV | 119.19 | 200.13 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 96 | 247 | 0.53 | 0.61 | 0 | 0.03 | 247.95 | 0.9 | 0.67 |
| Hex | 74 | 60 | F7 | 35 | 3D | 0 | 3 | F8 | 5A | 43 |
| Octal | 164 | 140 | 367 | 65 | 75 | 0 | 3 | 370 | 132 | 103 |
| Binary | 1110100 | 1100000 | 11110111 | 110101 | 111101 | 0 | 11 | 11111000 | 1011010 | 1000011 |
Color Harmonies of #7460F7
Complementary color
Monochromatic Colors of #7460F7
Black with #7460F7
Text Example
Text Example
White with #7460F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7460F7; }
p { color: rgb(116,96,247); }
H1.HeaderClassName
{
color: #7460F7;
}
.AnyTagClassName
{
color: #7460F7;
}
</style>
background-color css
<style>
a { background-color: #7460F7; }
a { background-color: rgb(116,96,247); }
div.DivClassName
{
background-color: #7460F7;
}
.BgClassName
{
background-color: #7460F7;
}
</style>
border-color css
<style>
span { border-color: #7460F7; }
span { border-color: rgb(116,96,247); }
td.TdClassName
{
border-color: #7460F7;
}
.TagClassName
{
border-color: #7460F7;
}
</style>