Shades of Medium Slate Blue #744EE5
Tints of Medium Slate Blue #744EE5
RGB
CMYK
RGB Variations
Color information
#744EE5 (or 0x744EE5) is known color: Medium Slate Blue. HEX triplet: 74, 4E and E5. RGB value is (116,78,229). Sum of RGB (Red+Green+Blue) = 116+78+229=423 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.42% from 423); Green value is 78 (30.86% from 255 or 18.44% from 423); Blue value is 229 (89.84% from 255 or 54.14% from 423); Max value from RGB is 229 - color contains mainly: blue. Hex color #744EE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #744EE5 is #8BB11A. Grayscale: #6A6A6A. Windows color (decimal): -9154843 or 15027828. OLE color: 15027828.
HSL color Cylindrical-coordinate representation of color #744EE5: hue angle of 255.1º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #744EE5 is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 116 | 78 | 229 | - |
| CMYK | 0.49 | 0.66 | 0 | 0.10 |
| HSL | 255.1º | 0.74% | 0.6% | - |
| HSV(B) | 255.1º | 0.66% | 0.9% | - |
| XYZ | 24.07 | 14.82 | 75.72 | - |
| YUV | 106.58 | 197.09 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 78 | 229 | 0.49 | 0.66 | 0 | 0.10 | 255.1 | 0.74 | 0.6 |
| Hex | 74 | 4E | E5 | 31 | 42 | 0 | A | FF | 4A | 3C |
| Octal | 164 | 116 | 345 | 61 | 102 | 0 | 12 | 377 | 112 | 74 |
| Binary | 1110100 | 1001110 | 11100101 | 110001 | 1000010 | 0 | 1010 | 11111111 | 1001010 | 111100 |
Color Harmonies of #744EE5
Complementary color
Monochromatic Colors of #744EE5
Black with #744EE5
Text Example
Text Example
White with #744EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744EE5; }
p { color: rgb(116,78,229); }
H1.HeaderClassName
{
color: #744EE5;
}
.AnyTagClassName
{
color: #744EE5;
}
</style>
background-color css
<style>
a { background-color: #744EE5; }
a { background-color: rgb(116,78,229); }
div.DivClassName
{
background-color: #744EE5;
}
.BgClassName
{
background-color: #744EE5;
}
</style>
border-color css
<style>
span { border-color: #744EE5; }
span { border-color: rgb(116,78,229); }
td.TdClassName
{
border-color: #744EE5;
}
.TagClassName
{
border-color: #744EE5;
}
</style>