Shades of Medium Slate Blue #7544EF
Tints of Medium Slate Blue #7544EF
RGB
CMYK
RGB Variations
Color information
#7544EF (or 0x7544EF) is known color: Medium Slate Blue. HEX triplet: 75, 44 and EF. RGB value is (117,68,239). Sum of RGB (Red+Green+Blue) = 117+68+239=424 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.59% from 424); Green value is 68 (26.95% from 255 or 16.04% from 424); Blue value is 239 (93.75% from 255 or 56.37% from 424); Max value from RGB is 239 - color contains mainly: blue. Hex color #7544EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7544EF is #8ABB10. Grayscale: #656565. Windows color (decimal): -9091857 or 15680629. OLE color: 15680629.
HSL color Cylindrical-coordinate representation of color #7544EF: hue angle of 257.19º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7544EF is Cyan = 0.51, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 117 | 68 | 239 | - |
| CMYK | 0.51 | 0.72 | 0 | 0.06 |
| HSL | 257.19º | 0.84% | 0.6% | - |
| HSV(B) | 257.19º | 0.72% | 0.94% | - |
| XYZ | 24.98 | 14.15 | 83.08 | - |
| YUV | 102.15 | 205.23 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 68 | 239 | 0.51 | 0.72 | 0 | 0.06 | 257.19 | 0.84 | 0.6 |
| Hex | 75 | 44 | EF | 33 | 48 | 0 | 6 | 101 | 54 | 3C |
| Octal | 165 | 104 | 357 | 63 | 110 | 0 | 6 | 401 | 124 | 74 |
| Binary | 1110101 | 1000100 | 11101111 | 110011 | 1001000 | 0 | 110 | 100000001 | 1010100 | 111100 |
Color Harmonies of #7544EF
Complementary color
Monochromatic Colors of #7544EF
Black with #7544EF
Text Example
Text Example
White with #7544EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7544EF; }
p { color: rgb(117,68,239); }
H1.HeaderClassName
{
color: #7544EF;
}
.AnyTagClassName
{
color: #7544EF;
}
</style>
background-color css
<style>
a { background-color: #7544EF; }
a { background-color: rgb(117,68,239); }
div.DivClassName
{
background-color: #7544EF;
}
.BgClassName
{
background-color: #7544EF;
}
</style>
border-color css
<style>
span { border-color: #7544EF; }
span { border-color: rgb(117,68,239); }
td.TdClassName
{
border-color: #7544EF;
}
.TagClassName
{
border-color: #7544EF;
}
</style>