Shades of Medium Slate Blue #7548F3
Tints of Medium Slate Blue #7548F3
RGB
CMYK
RGB Variations
Color information
#7548F3 (or 0x7548F3) is known color: Medium Slate Blue. HEX triplet: 75, 48 and F3. RGB value is (117,72,243). Sum of RGB (Red+Green+Blue) = 117+72+243=432 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.08% from 432); Green value is 72 (28.52% from 255 or 16.67% from 432); Blue value is 243 (95.31% from 255 or 56.25% from 432); Max value from RGB is 243 - color contains mainly: blue. Hex color #7548F3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7548F3 is #8AB70C. Grayscale: #686868. Windows color (decimal): -9090829 or 15943797. OLE color: 15943797.
HSL color Cylindrical-coordinate representation of color #7548F3: hue angle of 255.79º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7548F3 is Cyan = 0.52, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 117 | 72 | 243 | - |
| CMYK | 0.52 | 0.70 | 0 | 0.05 |
| HSL | 255.79º | 0.88% | 0.62% | - |
| HSV(B) | 255.79º | 0.7% | 0.95% | - |
| XYZ | 25.83 | 14.89 | 86.31 | - |
| YUV | 104.95 | 205.91 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 72 | 243 | 0.52 | 0.70 | 0 | 0.05 | 255.79 | 0.88 | 0.62 |
| Hex | 75 | 48 | F3 | 34 | 46 | 0 | 5 | 100 | 58 | 3E |
| Octal | 165 | 110 | 363 | 64 | 106 | 0 | 5 | 400 | 130 | 76 |
| Binary | 1110101 | 1001000 | 11110011 | 110100 | 1000110 | 0 | 101 | 100000000 | 1011000 | 111110 |
Color Harmonies of #7548F3
Complementary color
Monochromatic Colors of #7548F3
Black with #7548F3
Text Example
Text Example
White with #7548F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7548F3; }
p { color: rgb(117,72,243); }
H1.HeaderClassName
{
color: #7548F3;
}
.AnyTagClassName
{
color: #7548F3;
}
</style>
background-color css
<style>
a { background-color: #7548F3; }
a { background-color: rgb(117,72,243); }
div.DivClassName
{
background-color: #7548F3;
}
.BgClassName
{
background-color: #7548F3;
}
</style>
border-color css
<style>
span { border-color: #7548F3; }
span { border-color: rgb(117,72,243); }
td.TdClassName
{
border-color: #7548F3;
}
.TagClassName
{
border-color: #7548F3;
}
</style>