Shades of Medium Slate Blue #7459E6
Tints of Medium Slate Blue #7459E6
RGB
CMYK
RGB Variations
Color information
#7459E6 (or 0x7459E6) is known color: Medium Slate Blue. HEX triplet: 74, 59 and E6. RGB value is (116,89,230). Sum of RGB (Red+Green+Blue) = 116+89+230=435 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.67% from 435); Green value is 89 (35.16% from 255 or 20.46% from 435); Blue value is 230 (90.23% from 255 or 52.87% from 435); Max value from RGB is 230 - color contains mainly: blue. Hex color #7459E6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7459E6 is #8BA619. Grayscale: #707070. Windows color (decimal): -9152026 or 15096180. OLE color: 15096180.
HSL color Cylindrical-coordinate representation of color #7459E6: hue angle of 251.49º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7459E6 is Cyan = 0.50, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 116 | 89 | 230 | - |
| CMYK | 0.50 | 0.61 | 0 | 0.10 |
| HSL | 251.49º | 0.74% | 0.63% | - |
| HSV(B) | 251.49º | 0.61% | 0.9% | - |
| XYZ | 25.06 | 16.57 | 76.74 | - |
| YUV | 113.15 | 193.95 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 89 | 230 | 0.50 | 0.61 | 0 | 0.10 | 251.49 | 0.74 | 0.63 |
| Hex | 74 | 59 | E6 | 32 | 3D | 0 | A | FB | 4A | 3F |
| Octal | 164 | 131 | 346 | 62 | 75 | 0 | 12 | 373 | 112 | 77 |
| Binary | 1110100 | 1011001 | 11100110 | 110010 | 111101 | 0 | 1010 | 11111011 | 1001010 | 111111 |
Color Harmonies of #7459E6
Complementary color
Monochromatic Colors of #7459E6
Black with #7459E6
Text Example
Text Example
White with #7459E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7459E6; }
p { color: rgb(116,89,230); }
H1.HeaderClassName
{
color: #7459E6;
}
.AnyTagClassName
{
color: #7459E6;
}
</style>
background-color css
<style>
a { background-color: #7459E6; }
a { background-color: rgb(116,89,230); }
div.DivClassName
{
background-color: #7459E6;
}
.BgClassName
{
background-color: #7459E6;
}
</style>
border-color css
<style>
span { border-color: #7459E6; }
span { border-color: rgb(116,89,230); }
td.TdClassName
{
border-color: #7459E6;
}
.TagClassName
{
border-color: #7459E6;
}
</style>