Shades of Slate Blue #744EC5
Tints of Slate Blue #744EC5
RGB
CMYK
RGB Variations
Color information
#744EC5 (or 0x744EC5) is known color: Slate Blue. HEX triplet: 74, 4E and C5. RGB value is (116,78,197). Sum of RGB (Red+Green+Blue) = 116+78+197=391 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.67% from 391); Green value is 78 (30.86% from 255 or 19.95% from 391); Blue value is 197 (77.34% from 255 or 50.38% from 391); Max value from RGB is 197 - color contains mainly: blue. Hex color #744EC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #744EC5 is #8BB13A. Grayscale: #666666. Windows color (decimal): -9154875 or 12930676. OLE color: 12930676.
HSL color Cylindrical-coordinate representation of color #744EC5: hue angle of 259.16º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #744EC5 is Cyan = 0.41, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 116 | 78 | 197 | - |
| CMYK | 0.41 | 0.60 | 0 | 0.23 |
| HSL | 259.16º | 0.51% | 0.54% | - |
| HSV(B) | 259.16º | 0.6% | 0.77% | - |
| XYZ | 20 | 13.19 | 54.32 | - |
| YUV | 102.93 | 181.09 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 78 | 197 | 0.41 | 0.60 | 0 | 0.23 | 259.16 | 0.51 | 0.54 |
| Hex | 74 | 4E | C5 | 29 | 3C | 0 | 17 | 103 | 33 | 36 |
| Octal | 164 | 116 | 305 | 51 | 74 | 0 | 27 | 403 | 63 | 66 |
| Binary | 1110100 | 1001110 | 11000101 | 101001 | 111100 | 0 | 10111 | 100000011 | 110011 | 110110 |
Color Harmonies of #744EC5
Complementary color
Monochromatic Colors of #744EC5
Black with #744EC5
Text Example
Text Example
White with #744EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744EC5; }
p { color: rgb(116,78,197); }
H1.HeaderClassName
{
color: #744EC5;
}
.AnyTagClassName
{
color: #744EC5;
}
</style>
background-color css
<style>
a { background-color: #744EC5; }
a { background-color: rgb(116,78,197); }
div.DivClassName
{
background-color: #744EC5;
}
.BgClassName
{
background-color: #744EC5;
}
</style>
border-color css
<style>
span { border-color: #744EC5; }
span { border-color: rgb(116,78,197); }
td.TdClassName
{
border-color: #744EC5;
}
.TagClassName
{
border-color: #744EC5;
}
</style>