Shades of Medium Slate Blue #7557F7
Tints of Medium Slate Blue #7557F7
RGB
CMYK
RGB Variations
Color information
#7557F7 (or 0x7557F7) is known color: Medium Slate Blue. HEX triplet: 75, 57 and F7. RGB value is (117,87,247). Sum of RGB (Red+Green+Blue) = 117+87+247=451 (59% of max value = 765). Red value is 117 (46.09% from 255 or 25.94% from 451); Green value is 87 (34.38% from 255 or 19.29% from 451); Blue value is 247 (96.88% from 255 or 54.77% from 451); Max value from RGB is 247 - color contains mainly: blue. Hex color #7557F7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7557F7 is #8AA808. Grayscale: #717171. Windows color (decimal): -9086985 or 16209781. OLE color: 16209781.
HSL color Cylindrical-coordinate representation of color #7557F7: hue angle of 251.25º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7557F7 is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 117 | 87 | 247 | - |
| CMYK | 0.53 | 0.65 | 0 | 0.03 |
| HSL | 251.25º | 0.91% | 0.65% | - |
| HSV(B) | 251.25º | 0.65% | 0.97% | - |
| XYZ | 27.53 | 17.31 | 89.89 | - |
| YUV | 114.21 | 202.94 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 87 | 247 | 0.53 | 0.65 | 0 | 0.03 | 251.25 | 0.91 | 0.65 |
| Hex | 75 | 57 | F7 | 35 | 41 | 0 | 3 | FB | 5B | 41 |
| Octal | 165 | 127 | 367 | 65 | 101 | 0 | 3 | 373 | 133 | 101 |
| Binary | 1110101 | 1010111 | 11110111 | 110101 | 1000001 | 0 | 11 | 11111011 | 1011011 | 1000001 |
Color Harmonies of #7557F7
Complementary color
Monochromatic Colors of #7557F7
Black with #7557F7
Text Example
Text Example
White with #7557F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7557F7; }
p { color: rgb(117,87,247); }
H1.HeaderClassName
{
color: #7557F7;
}
.AnyTagClassName
{
color: #7557F7;
}
</style>
background-color css
<style>
a { background-color: #7557F7; }
a { background-color: rgb(117,87,247); }
div.DivClassName
{
background-color: #7557F7;
}
.BgClassName
{
background-color: #7557F7;
}
</style>
border-color css
<style>
span { border-color: #7557F7; }
span { border-color: rgb(117,87,247); }
td.TdClassName
{
border-color: #7557F7;
}
.TagClassName
{
border-color: #7557F7;
}
</style>