Shades of Medium Slate Blue #7548FF
Tints of Medium Slate Blue #7548FF
RGB
CMYK
RGB Variations
Color information
#7548FF (or 0x7548FF) is known color: Medium Slate Blue. HEX triplet: 75, 48 and FF. RGB value is (117,72,255). Sum of RGB (Red+Green+Blue) = 117+72+255=444 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.35% from 444); Green value is 72 (28.52% from 255 or 16.22% from 444); Blue value is 255 (100% from 255 or 57.43% from 444); Max value from RGB is 255 - color contains mainly: blue. Hex color #7548FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7548FF is #8AB700. Grayscale: #696969. Windows color (decimal): -9090817 or 16730229. OLE color: 16730229.
HSL color Cylindrical-coordinate representation of color #7548FF: hue angle of 254.75º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7548FF is Cyan = 0.54, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 72 | 255 | - |
| CMYK | 0.54 | 0.72 | 0 | 0 |
| HSL | 254.75º | 1% | 0.64% | - |
| HSV(B) | 254.75º | 0.72% | 1% | - |
| XYZ | 27.7 | 15.64 | 96.17 | - |
| YUV | 106.32 | 211.91 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 72 | 255 | 0.54 | 0.72 | 0 | 0 | 254.75 | 1 | 0.64 |
| Hex | 75 | 48 | FF | 36 | 48 | 0 | 0 | FF | 64 | 40 |
| Octal | 165 | 110 | 377 | 66 | 110 | 0 | 0 | 377 | 144 | 100 |
| Binary | 1110101 | 1001000 | 11111111 | 110110 | 1001000 | 0 | 0 | 11111111 | 1100100 | 1000000 |
Color Harmonies of #7548FF
Complementary color
Monochromatic Colors of #7548FF
Black with #7548FF
Text Example
Text Example
White with #7548FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7548FF; }
p { color: rgb(117,72,255); }
H1.HeaderClassName
{
color: #7548FF;
}
.AnyTagClassName
{
color: #7548FF;
}
</style>
background-color css
<style>
a { background-color: #7548FF; }
a { background-color: rgb(117,72,255); }
div.DivClassName
{
background-color: #7548FF;
}
.BgClassName
{
background-color: #7548FF;
}
</style>
border-color css
<style>
span { border-color: #7548FF; }
span { border-color: rgb(117,72,255); }
td.TdClassName
{
border-color: #7548FF;
}
.TagClassName
{
border-color: #7548FF;
}
</style>