Shades of Slate Blue #744EDD
Tints of Slate Blue #744EDD
RGB
CMYK
RGB Variations
Color information
#744EDD (or 0x744EDD) is known color: Slate Blue. HEX triplet: 74, 4E and DD. RGB value is (116,78,221). Sum of RGB (Red+Green+Blue) = 116+78+221=415 (54% of max value = 765). Red value is 116 (45.70% from 255 or 27.95% from 415); Green value is 78 (30.86% from 255 or 18.80% from 415); Blue value is 221 (86.72% from 255 or 53.25% from 415); Max value from RGB is 221 - color contains mainly: blue. Hex color #744EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #744EDD is #8BB122. Grayscale: #696969. Windows color (decimal): -9154851 or 14503540. OLE color: 14503540.
HSL color Cylindrical-coordinate representation of color #744EDD: hue angle of 255.94º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #744EDD is Cyan = 0.48, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 78 | 221 | - |
| CMYK | 0.48 | 0.65 | 0 | 0.13 |
| HSL | 255.94º | 0.68% | 0.59% | - |
| HSV(B) | 255.94º | 0.65% | 0.87% | - |
| XYZ | 22.98 | 14.38 | 69.97 | - |
| YUV | 105.66 | 193.09 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 78 | 221 | 0.48 | 0.65 | 0 | 0.13 | 255.94 | 0.68 | 0.59 |
| Hex | 74 | 4E | DD | 30 | 41 | 0 | D | 100 | 44 | 3B |
| Octal | 164 | 116 | 335 | 60 | 101 | 0 | 15 | 400 | 104 | 73 |
| Binary | 1110100 | 1001110 | 11011101 | 110000 | 1000001 | 0 | 1101 | 100000000 | 1000100 | 111011 |
Color Harmonies of #744EDD
Complementary color
Monochromatic Colors of #744EDD
Black with #744EDD
Text Example
Text Example
White with #744EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744EDD; }
p { color: rgb(116,78,221); }
H1.HeaderClassName
{
color: #744EDD;
}
.AnyTagClassName
{
color: #744EDD;
}
</style>
background-color css
<style>
a { background-color: #744EDD; }
a { background-color: rgb(116,78,221); }
div.DivClassName
{
background-color: #744EDD;
}
.BgClassName
{
background-color: #744EDD;
}
</style>
border-color css
<style>
span { border-color: #744EDD; }
span { border-color: rgb(116,78,221); }
td.TdClassName
{
border-color: #744EDD;
}
.TagClassName
{
border-color: #744EDD;
}
</style>