Shades of Medium Slate Blue #744EEC
Tints of Medium Slate Blue #744EEC
RGB
CMYK
RGB Variations
Color information
#744EEC (or 0x744EEC) is known color: Medium Slate Blue. HEX triplet: 74, 4E and EC. RGB value is (116,78,236). Sum of RGB (Red+Green+Blue) = 116+78+236=430 (56% of max value = 765). Red value is 116 (45.70% from 255 or 26.98% from 430); Green value is 78 (30.86% from 255 or 18.14% from 430); Blue value is 236 (92.58% from 255 or 54.88% from 430); Max value from RGB is 236 - color contains mainly: blue. Hex color #744EEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #744EEC is #8BB113. Grayscale: #6A6A6A. Windows color (decimal): -9154836 or 15486580. OLE color: 15486580.
HSL color Cylindrical-coordinate representation of color #744EEC: hue angle of 254.43º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #744EEC is Cyan = 0.51, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 78 | 236 | - |
| CMYK | 0.51 | 0.67 | 0 | 0.07 |
| HSL | 254.43º | 0.81% | 0.62% | - |
| HSV(B) | 254.43º | 0.67% | 0.93% | - |
| XYZ | 25.07 | 15.22 | 80.97 | - |
| YUV | 107.37 | 200.59 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 78 | 236 | 0.51 | 0.67 | 0 | 0.07 | 254.43 | 0.81 | 0.62 |
| Hex | 74 | 4E | EC | 33 | 43 | 0 | 7 | FE | 51 | 3E |
| Octal | 164 | 116 | 354 | 63 | 103 | 0 | 7 | 376 | 121 | 76 |
| Binary | 1110100 | 1001110 | 11101100 | 110011 | 1000011 | 0 | 111 | 11111110 | 1010001 | 111110 |
Color Harmonies of #744EEC
Complementary color
Monochromatic Colors of #744EEC
Black with #744EEC
Text Example
Text Example
White with #744EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744EEC; }
p { color: rgb(116,78,236); }
H1.HeaderClassName
{
color: #744EEC;
}
.AnyTagClassName
{
color: #744EEC;
}
</style>
background-color css
<style>
a { background-color: #744EEC; }
a { background-color: rgb(116,78,236); }
div.DivClassName
{
background-color: #744EEC;
}
.BgClassName
{
background-color: #744EEC;
}
</style>
border-color css
<style>
span { border-color: #744EEC; }
span { border-color: rgb(116,78,236); }
td.TdClassName
{
border-color: #744EEC;
}
.TagClassName
{
border-color: #744EEC;
}
</style>