Shades of Medium Slate Blue #7558FC
Tints of Medium Slate Blue #7558FC
RGB
CMYK
RGB Variations
Color information
#7558FC (or 0x7558FC) is known color: Medium Slate Blue. HEX triplet: 75, 58 and FC. RGB value is (117,88,252). Sum of RGB (Red+Green+Blue) = 117+88+252=457 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.60% from 457); Green value is 88 (34.77% from 255 or 19.26% from 457); Blue value is 252 (98.83% from 255 or 55.14% from 457); Max value from RGB is 252 - color contains mainly: blue. Hex color #7558FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7558FC is #8AA703. Grayscale: #727272. Windows color (decimal): -9086724 or 16537717. OLE color: 16537717.
HSL color Cylindrical-coordinate representation of color #7558FC: hue angle of 250.61º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7558FC is Cyan = 0.54, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 117 | 88 | 252 | - |
| CMYK | 0.54 | 0.65 | 0 | 0.01 |
| HSL | 250.61º | 0.96% | 0.67% | - |
| HSV(B) | 250.61º | 0.65% | 0.99% | - |
| XYZ | 28.4 | 17.79 | 94.03 | - |
| YUV | 115.37 | 205.11 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 88 | 252 | 0.54 | 0.65 | 0 | 0.01 | 250.61 | 0.96 | 0.67 |
| Hex | 75 | 58 | FC | 36 | 41 | 0 | 1 | FB | 60 | 43 |
| Octal | 165 | 130 | 374 | 66 | 101 | 0 | 1 | 373 | 140 | 103 |
| Binary | 1110101 | 1011000 | 11111100 | 110110 | 1000001 | 0 | 1 | 11111011 | 1100000 | 1000011 |
Color Harmonies of #7558FC
Complementary color
Monochromatic Colors of #7558FC
Black with #7558FC
Text Example
Text Example
White with #7558FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7558FC; }
p { color: rgb(117,88,252); }
H1.HeaderClassName
{
color: #7558FC;
}
.AnyTagClassName
{
color: #7558FC;
}
</style>
background-color css
<style>
a { background-color: #7558FC; }
a { background-color: rgb(117,88,252); }
div.DivClassName
{
background-color: #7558FC;
}
.BgClassName
{
background-color: #7558FC;
}
</style>
border-color css
<style>
span { border-color: #7558FC; }
span { border-color: rgb(117,88,252); }
td.TdClassName
{
border-color: #7558FC;
}
.TagClassName
{
border-color: #7558FC;
}
</style>