Shades of Medium Slate Blue #7558FB
Tints of Medium Slate Blue #7558FB
RGB
CMYK
RGB Variations
Color information
#7558FB (or 0x7558FB) is known color: Medium Slate Blue. HEX triplet: 75, 58 and FB. RGB value is (117,88,251). Sum of RGB (Red+Green+Blue) = 117+88+251=456 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.66% from 456); Green value is 88 (34.77% from 255 or 19.30% from 456); Blue value is 251 (98.44% from 255 or 55.04% from 456); Max value from RGB is 251 - color contains mainly: blue. Hex color #7558FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7558FB is #8AA704. Grayscale: #727272. Windows color (decimal): -9086725 or 16472181. OLE color: 16472181.
HSL color Cylindrical-coordinate representation of color #7558FB: hue angle of 250.67º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7558FB is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 117 | 88 | 251 | - |
| CMYK | 0.53 | 0.65 | 0 | 0.02 |
| HSL | 250.67º | 0.95% | 0.66% | - |
| HSV(B) | 250.67º | 0.65% | 0.98% | - |
| XYZ | 28.24 | 17.73 | 93.2 | - |
| YUV | 115.25 | 204.61 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 88 | 251 | 0.53 | 0.65 | 0 | 0.02 | 250.67 | 0.95 | 0.66 |
| Hex | 75 | 58 | FB | 35 | 41 | 0 | 2 | FB | 5F | 42 |
| Octal | 165 | 130 | 373 | 65 | 101 | 0 | 2 | 373 | 137 | 102 |
| Binary | 1110101 | 1011000 | 11111011 | 110101 | 1000001 | 0 | 10 | 11111011 | 1011111 | 1000010 |
Color Harmonies of #7558FB
Complementary color
Monochromatic Colors of #7558FB
Black with #7558FB
Text Example
Text Example
White with #7558FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7558FB; }
p { color: rgb(117,88,251); }
H1.HeaderClassName
{
color: #7558FB;
}
.AnyTagClassName
{
color: #7558FB;
}
</style>
background-color css
<style>
a { background-color: #7558FB; }
a { background-color: rgb(117,88,251); }
div.DivClassName
{
background-color: #7558FB;
}
.BgClassName
{
background-color: #7558FB;
}
</style>
border-color css
<style>
span { border-color: #7558FB; }
span { border-color: rgb(117,88,251); }
td.TdClassName
{
border-color: #7558FB;
}
.TagClassName
{
border-color: #7558FB;
}
</style>