Shades of Medium Slate Blue #7459FA
Tints of Medium Slate Blue #7459FA
RGB
CMYK
RGB Variations
Color information
#7459FA (or 0x7459FA) is known color: Medium Slate Blue. HEX triplet: 74, 59 and FA. RGB value is (116,89,250). Sum of RGB (Red+Green+Blue) = 116+89+250=455 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.49% from 455); Green value is 89 (35.16% from 255 or 19.56% from 455); Blue value is 250 (98.05% from 255 or 54.95% from 455); Max value from RGB is 250 - color contains mainly: blue. Hex color #7459FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7459FA is #8BA605. Grayscale: #727272. Windows color (decimal): -9152006 or 16406900. OLE color: 16406900.
HSL color Cylindrical-coordinate representation of color #7459FA: hue angle of 250.06º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7459FA is Cyan = 0.54, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 89 | 250 | - |
| CMYK | 0.54 | 0.64 | 0 | 0.02 |
| HSL | 250.06º | 0.94% | 0.66% | - |
| HSV(B) | 250.06º | 0.64% | 0.98% | - |
| XYZ | 28.03 | 17.76 | 92.39 | - |
| YUV | 115.43 | 203.95 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 89 | 250 | 0.54 | 0.64 | 0 | 0.02 | 250.06 | 0.94 | 0.66 |
| Hex | 74 | 59 | FA | 36 | 40 | 0 | 2 | FA | 5E | 42 |
| Octal | 164 | 131 | 372 | 66 | 100 | 0 | 2 | 372 | 136 | 102 |
| Binary | 1110100 | 1011001 | 11111010 | 110110 | 1000000 | 0 | 10 | 11111010 | 1011110 | 1000010 |
Color Harmonies of #7459FA
Complementary color
Monochromatic Colors of #7459FA
Black with #7459FA
Text Example
Text Example
White with #7459FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7459FA; }
p { color: rgb(116,89,250); }
H1.HeaderClassName
{
color: #7459FA;
}
.AnyTagClassName
{
color: #7459FA;
}
</style>
background-color css
<style>
a { background-color: #7459FA; }
a { background-color: rgb(116,89,250); }
div.DivClassName
{
background-color: #7459FA;
}
.BgClassName
{
background-color: #7459FA;
}
</style>
border-color css
<style>
span { border-color: #7459FA; }
span { border-color: rgb(116,89,250); }
td.TdClassName
{
border-color: #7459FA;
}
.TagClassName
{
border-color: #7459FA;
}
</style>