Shades of Medium Slate Blue #7459F6
Tints of Medium Slate Blue #7459F6
RGB
CMYK
RGB Variations
Color information
#7459F6 (or 0x7459F6) is known color: Medium Slate Blue. HEX triplet: 74, 59 and F6. RGB value is (116,89,246). Sum of RGB (Red+Green+Blue) = 116+89+246=451 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.72% from 451); Green value is 89 (35.16% from 255 or 19.73% from 451); Blue value is 246 (96.48% from 255 or 54.55% from 451); Max value from RGB is 246 - color contains mainly: blue. Hex color #7459F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7459F6 is #8BA609. Grayscale: #727272. Windows color (decimal): -9152010 or 16144756. OLE color: 16144756.
HSL color Cylindrical-coordinate representation of color #7459F6: hue angle of 250.32º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7459F6 is Cyan = 0.53, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 116 | 89 | 246 | - |
| CMYK | 0.53 | 0.64 | 0 | 0.04 |
| HSL | 250.32º | 0.9% | 0.66% | - |
| HSV(B) | 250.32º | 0.64% | 0.96% | - |
| XYZ | 27.41 | 17.51 | 89.12 | - |
| YUV | 114.97 | 201.95 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 89 | 246 | 0.53 | 0.64 | 0 | 0.04 | 250.32 | 0.9 | 0.66 |
| Hex | 74 | 59 | F6 | 35 | 40 | 0 | 4 | FA | 5A | 42 |
| Octal | 164 | 131 | 366 | 65 | 100 | 0 | 4 | 372 | 132 | 102 |
| Binary | 1110100 | 1011001 | 11110110 | 110101 | 1000000 | 0 | 100 | 11111010 | 1011010 | 1000010 |
Color Harmonies of #7459F6
Complementary color
Monochromatic Colors of #7459F6
Black with #7459F6
Text Example
Text Example
White with #7459F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7459F6; }
p { color: rgb(116,89,246); }
H1.HeaderClassName
{
color: #7459F6;
}
.AnyTagClassName
{
color: #7459F6;
}
</style>
background-color css
<style>
a { background-color: #7459F6; }
a { background-color: rgb(116,89,246); }
div.DivClassName
{
background-color: #7459F6;
}
.BgClassName
{
background-color: #7459F6;
}
</style>
border-color css
<style>
span { border-color: #7459F6; }
span { border-color: rgb(116,89,246); }
td.TdClassName
{
border-color: #7459F6;
}
.TagClassName
{
border-color: #7459F6;
}
</style>