Shades of Slate Blue #744ED5
Tints of Slate Blue #744ED5
RGB
CMYK
RGB Variations
Color information
#744ED5 (or 0x744ED5) is known color: Slate Blue. HEX triplet: 74, 4E and D5. RGB value is (116,78,213). Sum of RGB (Red+Green+Blue) = 116+78+213=407 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.50% from 407); Green value is 78 (30.86% from 255 or 19.16% from 407); Blue value is 213 (83.59% from 255 or 52.33% from 407); Max value from RGB is 213 - color contains mainly: blue. Hex color #744ED5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #744ED5 is #8BB12A. Grayscale: #686868. Windows color (decimal): -9154859 or 13979252. OLE color: 13979252.
HSL color Cylindrical-coordinate representation of color #744ED5: hue angle of 256.89º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #744ED5 is Cyan = 0.46, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 116 | 78 | 213 | - |
| CMYK | 0.46 | 0.63 | 0 | 0.16 |
| HSL | 256.89º | 0.62% | 0.57% | - |
| HSV(B) | 256.89º | 0.63% | 0.84% | - |
| XYZ | 21.94 | 13.97 | 64.49 | - |
| YUV | 104.75 | 189.09 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 78 | 213 | 0.46 | 0.63 | 0 | 0.16 | 256.89 | 0.62 | 0.57 |
| Hex | 74 | 4E | D5 | 2E | 3F | 0 | 10 | 101 | 3E | 39 |
| Octal | 164 | 116 | 325 | 56 | 77 | 0 | 20 | 401 | 76 | 71 |
| Binary | 1110100 | 1001110 | 11010101 | 101110 | 111111 | 0 | 10000 | 100000001 | 111110 | 111001 |
Color Harmonies of #744ED5
Complementary color
Monochromatic Colors of #744ED5
Black with #744ED5
Text Example
Text Example
White with #744ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744ED5; }
p { color: rgb(116,78,213); }
H1.HeaderClassName
{
color: #744ED5;
}
.AnyTagClassName
{
color: #744ED5;
}
</style>
background-color css
<style>
a { background-color: #744ED5; }
a { background-color: rgb(116,78,213); }
div.DivClassName
{
background-color: #744ED5;
}
.BgClassName
{
background-color: #744ED5;
}
</style>
border-color css
<style>
span { border-color: #744ED5; }
span { border-color: rgb(116,78,213); }
td.TdClassName
{
border-color: #744ED5;
}
.TagClassName
{
border-color: #744ED5;
}
</style>