Shades of Medium Slate Blue #7557FA
Tints of Medium Slate Blue #7557FA
RGB
CMYK
RGB Variations
Color information
#7557FA (or 0x7557FA) is known color: Medium Slate Blue. HEX triplet: 75, 57 and FA. RGB value is (117,87,250). Sum of RGB (Red+Green+Blue) = 117+87+250=454 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.77% from 454); Green value is 87 (34.38% from 255 or 19.16% from 454); Blue value is 250 (98.05% from 255 or 55.07% from 454); Max value from RGB is 250 - color contains mainly: blue. Hex color #7557FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7557FA is #8AA805. Grayscale: #717171. Windows color (decimal): -9086982 or 16406389. OLE color: 16406389.
HSL color Cylindrical-coordinate representation of color #7557FA: hue angle of 251.04º degrees, saturation: 0.94, 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 #7557FA is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 117 | 87 | 250 | - |
| CMYK | 0.53 | 0.65 | 0 | 0.02 |
| HSL | 251.04º | 0.94% | 0.66% | - |
| HSV(B) | 251.04º | 0.65% | 0.98% | - |
| XYZ | 28 | 17.5 | 92.34 | - |
| YUV | 114.55 | 204.44 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 87 | 250 | 0.53 | 0.65 | 0 | 0.02 | 251.04 | 0.94 | 0.66 |
| Hex | 75 | 57 | FA | 35 | 41 | 0 | 2 | FB | 5E | 42 |
| Octal | 165 | 127 | 372 | 65 | 101 | 0 | 2 | 373 | 136 | 102 |
| Binary | 1110101 | 1010111 | 11111010 | 110101 | 1000001 | 0 | 10 | 11111011 | 1011110 | 1000010 |
Color Harmonies of #7557FA
Complementary color
Monochromatic Colors of #7557FA
Black with #7557FA
Text Example
Text Example
White with #7557FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7557FA; }
p { color: rgb(117,87,250); }
H1.HeaderClassName
{
color: #7557FA;
}
.AnyTagClassName
{
color: #7557FA;
}
</style>
background-color css
<style>
a { background-color: #7557FA; }
a { background-color: rgb(117,87,250); }
div.DivClassName
{
background-color: #7557FA;
}
.BgClassName
{
background-color: #7557FA;
}
</style>
border-color css
<style>
span { border-color: #7557FA; }
span { border-color: rgb(117,87,250); }
td.TdClassName
{
border-color: #7557FA;
}
.TagClassName
{
border-color: #7557FA;
}
</style>