Shades of Medium Slate Blue #7550FE
Tints of Medium Slate Blue #7550FE
RGB
CMYK
RGB Variations
Color information
#7550FE (or 0x7550FE) is known color: Medium Slate Blue. HEX triplet: 75, 50 and FE. RGB value is (117,80,254). Sum of RGB (Red+Green+Blue) = 117+80+254=451 (59% of max value = 765). Red value is 117 (46.09% from 255 or 25.94% from 451); Green value is 80 (31.64% from 255 or 17.74% from 451); Blue value is 254 (99.61% from 255 or 56.32% from 451); Max value from RGB is 254 - color contains mainly: blue. Hex color #7550FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7550FE is #8AAF01. Grayscale: #6E6E6E. Windows color (decimal): -9088770 or 16666741. OLE color: 16666741.
HSL color Cylindrical-coordinate representation of color #7550FE: hue angle of 252.76º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7550FE is Cyan = 0.54, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 117 | 80 | 254 | - |
| CMYK | 0.54 | 0.69 | 0 | 0.00 |
| HSL | 252.76º | 0.99% | 0.65% | - |
| HSV(B) | 252.76º | 0.69% | 1% | - |
| XYZ | 28.09 | 16.67 | 95.5 | - |
| YUV | 110.9 | 208.76 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 80 | 254 | 0.54 | 0.69 | 0 | 0.00 | 252.76 | 0.99 | 0.65 |
| Hex | 75 | 50 | FE | 36 | 45 | 0 | 0 | FD | 63 | 41 |
| Octal | 165 | 120 | 376 | 66 | 105 | 0 | 0 | 375 | 143 | 101 |
| Binary | 1110101 | 1010000 | 11111110 | 110110 | 1000101 | 0 | 0 | 11111101 | 1100011 | 1000001 |
Color Harmonies of #7550FE
Complementary color
Monochromatic Colors of #7550FE
Black with #7550FE
Text Example
Text Example
White with #7550FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7550FE; }
p { color: rgb(117,80,254); }
H1.HeaderClassName
{
color: #7550FE;
}
.AnyTagClassName
{
color: #7550FE;
}
</style>
background-color css
<style>
a { background-color: #7550FE; }
a { background-color: rgb(117,80,254); }
div.DivClassName
{
background-color: #7550FE;
}
.BgClassName
{
background-color: #7550FE;
}
</style>
border-color css
<style>
span { border-color: #7550FE; }
span { border-color: rgb(117,80,254); }
td.TdClassName
{
border-color: #7550FE;
}
.TagClassName
{
border-color: #7550FE;
}
</style>