Shades of Medium Slate Blue #7548FC
Tints of Medium Slate Blue #7548FC
RGB
CMYK
RGB Variations
Color information
#7548FC (or 0x7548FC) is known color: Medium Slate Blue. HEX triplet: 75, 48 and FC. RGB value is (117,72,252). Sum of RGB (Red+Green+Blue) = 117+72+252=441 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.53% from 441); Green value is 72 (28.52% from 255 or 16.33% from 441); Blue value is 252 (98.83% from 255 or 57.14% from 441); Max value from RGB is 252 - color contains mainly: blue. Hex color #7548FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7548FC is #8AB703. Grayscale: #696969. Windows color (decimal): -9090820 or 16533621. OLE color: 16533621.
HSL color Cylindrical-coordinate representation of color #7548FC: hue angle of 255º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7548FC is Cyan = 0.54, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 117 | 72 | 252 | - |
| CMYK | 0.54 | 0.71 | 0 | 0.01 |
| HSL | 255º | 0.97% | 0.64% | - |
| HSV(B) | 255º | 0.71% | 0.99% | - |
| XYZ | 27.22 | 15.44 | 93.64 | - |
| YUV | 105.98 | 210.41 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 72 | 252 | 0.54 | 0.71 | 0 | 0.01 | 255 | 0.97 | 0.64 |
| Hex | 75 | 48 | FC | 36 | 47 | 0 | 1 | FF | 61 | 40 |
| Octal | 165 | 110 | 374 | 66 | 107 | 0 | 1 | 377 | 141 | 100 |
| Binary | 1110101 | 1001000 | 11111100 | 110110 | 1000111 | 0 | 1 | 11111111 | 1100001 | 1000000 |
Color Harmonies of #7548FC
Complementary color
Monochromatic Colors of #7548FC
Black with #7548FC
Text Example
Text Example
White with #7548FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7548FC; }
p { color: rgb(117,72,252); }
H1.HeaderClassName
{
color: #7548FC;
}
.AnyTagClassName
{
color: #7548FC;
}
</style>
background-color css
<style>
a { background-color: #7548FC; }
a { background-color: rgb(117,72,252); }
div.DivClassName
{
background-color: #7548FC;
}
.BgClassName
{
background-color: #7548FC;
}
</style>
border-color css
<style>
span { border-color: #7548FC; }
span { border-color: rgb(117,72,252); }
td.TdClassName
{
border-color: #7548FC;
}
.TagClassName
{
border-color: #7548FC;
}
</style>