Shades of Medium Slate Blue #7544EC
Tints of Medium Slate Blue #7544EC
RGB
CMYK
RGB Variations
Color information
#7544EC (or 0x7544EC) is known color: Medium Slate Blue. HEX triplet: 75, 44 and EC. RGB value is (117,68,236). Sum of RGB (Red+Green+Blue) = 117+68+236=421 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.79% from 421); Green value is 68 (26.95% from 255 or 16.15% from 421); Blue value is 236 (92.58% from 255 or 56.06% from 421); Max value from RGB is 236 - color contains mainly: blue. Hex color #7544EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7544EC is #8ABB13. Grayscale: #656565. Windows color (decimal): -9091860 or 15484021. OLE color: 15484021.
HSL color Cylindrical-coordinate representation of color #7544EC: hue angle of 257.5º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7544EC is Cyan = 0.50, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 68 | 236 | - |
| CMYK | 0.50 | 0.71 | 0 | 0.07 |
| HSL | 257.5º | 0.82% | 0.6% | - |
| HSV(B) | 257.5º | 0.71% | 0.93% | - |
| XYZ | 24.54 | 13.97 | 80.76 | - |
| YUV | 101.8 | 203.73 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 68 | 236 | 0.50 | 0.71 | 0 | 0.07 | 257.5 | 0.82 | 0.6 |
| Hex | 75 | 44 | EC | 32 | 47 | 0 | 7 | 102 | 52 | 3C |
| Octal | 165 | 104 | 354 | 62 | 107 | 0 | 7 | 402 | 122 | 74 |
| Binary | 1110101 | 1000100 | 11101100 | 110010 | 1000111 | 0 | 111 | 100000010 | 1010010 | 111100 |
Color Harmonies of #7544EC
Complementary color
Monochromatic Colors of #7544EC
Black with #7544EC
Text Example
Text Example
White with #7544EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7544EC; }
p { color: rgb(117,68,236); }
H1.HeaderClassName
{
color: #7544EC;
}
.AnyTagClassName
{
color: #7544EC;
}
</style>
background-color css
<style>
a { background-color: #7544EC; }
a { background-color: rgb(117,68,236); }
div.DivClassName
{
background-color: #7544EC;
}
.BgClassName
{
background-color: #7544EC;
}
</style>
border-color css
<style>
span { border-color: #7544EC; }
span { border-color: rgb(117,68,236); }
td.TdClassName
{
border-color: #7544EC;
}
.TagClassName
{
border-color: #7544EC;
}
</style>