Shades of Medium Slate Blue #7550F7
Tints of Medium Slate Blue #7550F7
RGB
CMYK
RGB Variations
Color information
#7550F7 (or 0x7550F7) is known color: Medium Slate Blue. HEX triplet: 75, 50 and F7. RGB value is (117,80,247). Sum of RGB (Red+Green+Blue) = 117+80+247=444 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.35% from 444); Green value is 80 (31.64% from 255 or 18.02% from 444); Blue value is 247 (96.88% from 255 or 55.63% from 444); Max value from RGB is 247 - color contains mainly: blue. Hex color #7550F7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7550F7 is #8AAF08. Grayscale: #6D6D6D. Windows color (decimal): -9088777 or 16207989. OLE color: 16207989.
HSL color Cylindrical-coordinate representation of color #7550F7: hue angle of 253.29º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7550F7 is Cyan = 0.53, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 117 | 80 | 247 | - |
| CMYK | 0.53 | 0.68 | 0 | 0.03 |
| HSL | 253.29º | 0.91% | 0.64% | - |
| HSV(B) | 253.29º | 0.68% | 0.97% | - |
| XYZ | 26.99 | 16.23 | 89.71 | - |
| YUV | 110.1 | 205.26 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 80 | 247 | 0.53 | 0.68 | 0 | 0.03 | 253.29 | 0.91 | 0.64 |
| Hex | 75 | 50 | F7 | 35 | 44 | 0 | 3 | FD | 5B | 40 |
| Octal | 165 | 120 | 367 | 65 | 104 | 0 | 3 | 375 | 133 | 100 |
| Binary | 1110101 | 1010000 | 11110111 | 110101 | 1000100 | 0 | 11 | 11111101 | 1011011 | 1000000 |
Color Harmonies of #7550F7
Complementary color
Monochromatic Colors of #7550F7
Black with #7550F7
Text Example
Text Example
White with #7550F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7550F7; }
p { color: rgb(117,80,247); }
H1.HeaderClassName
{
color: #7550F7;
}
.AnyTagClassName
{
color: #7550F7;
}
</style>
background-color css
<style>
a { background-color: #7550F7; }
a { background-color: rgb(117,80,247); }
div.DivClassName
{
background-color: #7550F7;
}
.BgClassName
{
background-color: #7550F7;
}
</style>
border-color css
<style>
span { border-color: #7550F7; }
span { border-color: rgb(117,80,247); }
td.TdClassName
{
border-color: #7550F7;
}
.TagClassName
{
border-color: #7550F7;
}
</style>