Shades of Medium Slate Blue #744EED
Tints of Medium Slate Blue #744EED
RGB
CMYK
RGB Variations
Color information
#744EED (or 0x744EED) is known color: Medium Slate Blue. HEX triplet: 74, 4E and ED. RGB value is (116,78,237). Sum of RGB (Red+Green+Blue) = 116+78+237=431 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.91% from 431); Green value is 78 (30.86% from 255 or 18.10% from 431); Blue value is 237 (92.97% from 255 or 54.99% from 431); Max value from RGB is 237 - color contains mainly: blue. Hex color #744EED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #744EED is #8BB112. Grayscale: #6A6A6A. Windows color (decimal): -9154835 or 15552116. OLE color: 15552116.
HSL color Cylindrical-coordinate representation of color #744EED: hue angle of 254.34º degrees, saturation: 0.82, 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 #744EED is Cyan = 0.51, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 78 | 237 | - |
| CMYK | 0.51 | 0.67 | 0 | 0.07 |
| HSL | 254.34º | 0.82% | 0.62% | - |
| HSV(B) | 254.34º | 0.67% | 0.93% | - |
| XYZ | 25.21 | 15.28 | 81.74 | - |
| YUV | 107.49 | 201.09 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 78 | 237 | 0.51 | 0.67 | 0 | 0.07 | 254.34 | 0.82 | 0.62 |
| Hex | 74 | 4E | ED | 33 | 43 | 0 | 7 | FE | 52 | 3E |
| Octal | 164 | 116 | 355 | 63 | 103 | 0 | 7 | 376 | 122 | 76 |
| Binary | 1110100 | 1001110 | 11101101 | 110011 | 1000011 | 0 | 111 | 11111110 | 1010010 | 111110 |
Color Harmonies of #744EED
Complementary color
Monochromatic Colors of #744EED
Black with #744EED
Text Example
Text Example
White with #744EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744EED; }
p { color: rgb(116,78,237); }
H1.HeaderClassName
{
color: #744EED;
}
.AnyTagClassName
{
color: #744EED;
}
</style>
background-color css
<style>
a { background-color: #744EED; }
a { background-color: rgb(116,78,237); }
div.DivClassName
{
background-color: #744EED;
}
.BgClassName
{
background-color: #744EED;
}
</style>
border-color css
<style>
span { border-color: #744EED; }
span { border-color: rgb(116,78,237); }
td.TdClassName
{
border-color: #744EED;
}
.TagClassName
{
border-color: #744EED;
}
</style>