Shades of Medium Slate Blue #7448EC
Tints of Medium Slate Blue #7448EC
RGB
CMYK
RGB Variations
Color information
#7448EC (or 0x7448EC) is known color: Medium Slate Blue. HEX triplet: 74, 48 and EC. RGB value is (116,72,236). Sum of RGB (Red+Green+Blue) = 116+72+236=424 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.36% from 424); Green value is 72 (28.52% from 255 or 16.98% from 424); Blue value is 236 (92.58% from 255 or 55.66% from 424); Max value from RGB is 236 - color contains mainly: blue. Hex color #7448EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7448EC is #8BB713. Grayscale: #676767. Windows color (decimal): -9156372 or 15485044. OLE color: 15485044.
HSL color Cylindrical-coordinate representation of color #7448EC: hue angle of 256.1º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7448EC is Cyan = 0.51, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 72 | 236 | - |
| CMYK | 0.51 | 0.69 | 0 | 0.07 |
| HSL | 256.1º | 0.81% | 0.6% | - |
| HSV(B) | 256.1º | 0.69% | 0.93% | - |
| XYZ | 24.66 | 14.4 | 80.84 | - |
| YUV | 103.85 | 202.58 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 72 | 236 | 0.51 | 0.69 | 0 | 0.07 | 256.1 | 0.81 | 0.6 |
| Hex | 74 | 48 | EC | 33 | 45 | 0 | 7 | 100 | 51 | 3C |
| Octal | 164 | 110 | 354 | 63 | 105 | 0 | 7 | 400 | 121 | 74 |
| Binary | 1110100 | 1001000 | 11101100 | 110011 | 1000101 | 0 | 111 | 100000000 | 1010001 | 111100 |
Color Harmonies of #7448EC
Complementary color
Monochromatic Colors of #7448EC
Black with #7448EC
Text Example
Text Example
White with #7448EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7448EC; }
p { color: rgb(116,72,236); }
H1.HeaderClassName
{
color: #7448EC;
}
.AnyTagClassName
{
color: #7448EC;
}
</style>
background-color css
<style>
a { background-color: #7448EC; }
a { background-color: rgb(116,72,236); }
div.DivClassName
{
background-color: #7448EC;
}
.BgClassName
{
background-color: #7448EC;
}
</style>
border-color css
<style>
span { border-color: #7448EC; }
span { border-color: rgb(116,72,236); }
td.TdClassName
{
border-color: #7448EC;
}
.TagClassName
{
border-color: #7448EC;
}
</style>