Shades of Medium Slate Blue #7458FF
Tints of Medium Slate Blue #7458FF
RGB
CMYK
RGB Variations
Color information
#7458FF (or 0x7458FF) is known color: Medium Slate Blue. HEX triplet: 74, 58 and FF. RGB value is (116,88,255). Sum of RGB (Red+Green+Blue) = 116+88+255=459 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.27% from 459); Green value is 88 (34.77% from 255 or 19.17% from 459); Blue value is 255 (100% from 255 or 55.56% from 459); Max value from RGB is 255 - color contains mainly: blue. Hex color #7458FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7458FF is #8BA700. Grayscale: #727272. Windows color (decimal): -9152257 or 16734324. OLE color: 16734324.
HSL color Cylindrical-coordinate representation of color #7458FF: hue angle of 250.06º 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 #7458FF is Cyan = 0.55, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 88 | 255 | - |
| CMYK | 0.55 | 0.65 | 0 | 0 |
| HSL | 250.06º | 1% | 0.67% | - |
| HSV(B) | 250.06º | 0.65% | 1% | - |
| XYZ | 28.74 | 17.91 | 96.55 | - |
| YUV | 115.41 | 206.78 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 88 | 255 | 0.55 | 0.65 | 0 | 0 | 250.06 | 1 | 0.67 |
| Hex | 74 | 58 | FF | 37 | 41 | 0 | 0 | FA | 64 | 43 |
| Octal | 164 | 130 | 377 | 67 | 101 | 0 | 0 | 372 | 144 | 103 |
| Binary | 1110100 | 1011000 | 11111111 | 110111 | 1000001 | 0 | 0 | 11111010 | 1100100 | 1000011 |
Color Harmonies of #7458FF
Complementary color
Monochromatic Colors of #7458FF
Black with #7458FF
Text Example
Text Example
White with #7458FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7458FF; }
p { color: rgb(116,88,255); }
H1.HeaderClassName
{
color: #7458FF;
}
.AnyTagClassName
{
color: #7458FF;
}
</style>
background-color css
<style>
a { background-color: #7458FF; }
a { background-color: rgb(116,88,255); }
div.DivClassName
{
background-color: #7458FF;
}
.BgClassName
{
background-color: #7458FF;
}
</style>
border-color css
<style>
span { border-color: #7458FF; }
span { border-color: rgb(116,88,255); }
td.TdClassName
{
border-color: #7458FF;
}
.TagClassName
{
border-color: #7458FF;
}
</style>