Shades of Medium Slate Blue #7557FE
Tints of Medium Slate Blue #7557FE
RGB
CMYK
RGB Variations
Color information
#7557FE (or 0x7557FE) is known color: Medium Slate Blue. HEX triplet: 75, 57 and FE. RGB value is (117,87,254). Sum of RGB (Red+Green+Blue) = 117+87+254=458 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.55% from 458); Green value is 87 (34.38% from 255 or 19.00% from 458); Blue value is 254 (99.61% from 255 or 55.46% from 458); Max value from RGB is 254 - color contains mainly: blue. Hex color #7557FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7557FE is #8AA801. Grayscale: #727272. Windows color (decimal): -9086978 or 16668533. OLE color: 16668533.
HSL color Cylindrical-coordinate representation of color #7557FE: hue angle of 250.78º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7557FE is Cyan = 0.54, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 117 | 87 | 254 | - |
| CMYK | 0.54 | 0.66 | 0 | 0.00 |
| HSL | 250.78º | 0.99% | 0.67% | - |
| HSV(B) | 250.78º | 0.66% | 1% | - |
| XYZ | 28.63 | 17.75 | 95.68 | - |
| YUV | 115.01 | 206.44 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 87 | 254 | 0.54 | 0.66 | 0 | 0.00 | 250.78 | 0.99 | 0.67 |
| Hex | 75 | 57 | FE | 36 | 42 | 0 | 0 | FB | 63 | 43 |
| Octal | 165 | 127 | 376 | 66 | 102 | 0 | 0 | 373 | 143 | 103 |
| Binary | 1110101 | 1010111 | 11111110 | 110110 | 1000010 | 0 | 0 | 11111011 | 1100011 | 1000011 |
Color Harmonies of #7557FE
Complementary color
Monochromatic Colors of #7557FE
Black with #7557FE
Text Example
Text Example
White with #7557FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7557FE; }
p { color: rgb(117,87,254); }
H1.HeaderClassName
{
color: #7557FE;
}
.AnyTagClassName
{
color: #7557FE;
}
</style>
background-color css
<style>
a { background-color: #7557FE; }
a { background-color: rgb(117,87,254); }
div.DivClassName
{
background-color: #7557FE;
}
.BgClassName
{
background-color: #7557FE;
}
</style>
border-color css
<style>
span { border-color: #7557FE; }
span { border-color: rgb(117,87,254); }
td.TdClassName
{
border-color: #7557FE;
}
.TagClassName
{
border-color: #7557FE;
}
</style>