Shades of Medium Slate Blue #7558FF
Tints of Medium Slate Blue #7558FF
RGB
CMYK
RGB Variations
Color information
#7558FF (or 0x7558FF) is known color: Medium Slate Blue. HEX triplet: 75, 58 and FF. RGB value is (117,88,255). Sum of RGB (Red+Green+Blue) = 117+88+255=460 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.43% from 460); Green value is 88 (34.77% from 255 or 19.13% 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 #7558FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7558FF is #8AA700. Grayscale: #737373. Windows color (decimal): -9086721 or 16734325. OLE color: 16734325.
HSL color Cylindrical-coordinate representation of color #7558FF: hue angle of 250.42º 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 #7558FF is Cyan = 0.54, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 88 | 255 | - |
| CMYK | 0.54 | 0.65 | 0 | 0 |
| HSL | 250.42º | 1% | 0.67% | - |
| HSV(B) | 250.42º | 0.65% | 1% | - |
| XYZ | 28.88 | 17.98 | 96.56 | - |
| YUV | 115.71 | 206.61 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 88 | 255 | 0.54 | 0.65 | 0 | 0 | 250.42 | 1 | 0.67 |
| Hex | 75 | 58 | FF | 36 | 41 | 0 | 0 | FA | 64 | 43 |
| Octal | 165 | 130 | 377 | 66 | 101 | 0 | 0 | 372 | 144 | 103 |
| Binary | 1110101 | 1011000 | 11111111 | 110110 | 1000001 | 0 | 0 | 11111010 | 1100100 | 1000011 |
Color Harmonies of #7558FF
Complementary color
Monochromatic Colors of #7558FF
Black with #7558FF
Text Example
Text Example
White with #7558FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7558FF; }
p { color: rgb(117,88,255); }
H1.HeaderClassName
{
color: #7558FF;
}
.AnyTagClassName
{
color: #7558FF;
}
</style>
background-color css
<style>
a { background-color: #7558FF; }
a { background-color: rgb(117,88,255); }
div.DivClassName
{
background-color: #7558FF;
}
.BgClassName
{
background-color: #7558FF;
}
</style>
border-color css
<style>
span { border-color: #7558FF; }
span { border-color: rgb(117,88,255); }
td.TdClassName
{
border-color: #7558FF;
}
.TagClassName
{
border-color: #7558FF;
}
</style>