Shades of Medium Slate Blue #7459FF
Tints of Medium Slate Blue #7459FF
RGB
CMYK
RGB Variations
Color information
#7459FF (or 0x7459FF) is known color: Medium Slate Blue. HEX triplet: 74, 59 and FF. RGB value is (116,89,255). Sum of RGB (Red+Green+Blue) = 116+89+255=460 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.22% from 460); Green value is 89 (35.16% from 255 or 19.35% from 460); Blue value is 255 (100% from 255 or 55.43% from 460); Max value from RGB is 255 - color contains mainly: blue. Hex color #7459FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7459FF is #8BA600. Grayscale: #737373. Windows color (decimal): -9152001 or 16734580. OLE color: 16734580.
HSL color Cylindrical-coordinate representation of color #7459FF: hue angle of 249.76º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7459FF is Cyan = 0.55, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 89 | 255 | - |
| CMYK | 0.55 | 0.65 | 0 | 0 |
| HSL | 249.76º | 1% | 0.67% | - |
| HSV(B) | 249.76º | 0.65% | 1% | - |
| XYZ | 28.82 | 18.08 | 96.58 | - |
| YUV | 116 | 206.45 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 89 | 255 | 0.55 | 0.65 | 0 | 0 | 249.76 | 1 | 0.67 |
| Hex | 74 | 59 | FF | 37 | 41 | 0 | 0 | FA | 64 | 43 |
| Octal | 164 | 131 | 377 | 67 | 101 | 0 | 0 | 372 | 144 | 103 |
| Binary | 1110100 | 1011001 | 11111111 | 110111 | 1000001 | 0 | 0 | 11111010 | 1100100 | 1000011 |
Color Harmonies of #7459FF
Complementary color
Monochromatic Colors of #7459FF
Black with #7459FF
Text Example
Text Example
White with #7459FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7459FF; }
p { color: rgb(116,89,255); }
H1.HeaderClassName
{
color: #7459FF;
}
.AnyTagClassName
{
color: #7459FF;
}
</style>
background-color css
<style>
a { background-color: #7459FF; }
a { background-color: rgb(116,89,255); }
div.DivClassName
{
background-color: #7459FF;
}
.BgClassName
{
background-color: #7459FF;
}
</style>
border-color css
<style>
span { border-color: #7459FF; }
span { border-color: rgb(116,89,255); }
td.TdClassName
{
border-color: #7459FF;
}
.TagClassName
{
border-color: #7459FF;
}
</style>