Shades of Slate Blue #744EDC
Tints of Slate Blue #744EDC
RGB
CMYK
RGB Variations
Color information
#744EDC (or 0x744EDC) is known color: Slate Blue. HEX triplet: 74, 4E and DC. RGB value is (116,78,220). Sum of RGB (Red+Green+Blue) = 116+78+220=414 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.02% from 414); Green value is 78 (30.86% from 255 or 18.84% from 414); Blue value is 220 (86.33% from 255 or 53.14% from 414); Max value from RGB is 220 - color contains mainly: blue. Hex color #744EDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #744EDC is #8BB123. Grayscale: #696969. Windows color (decimal): -9154852 or 14438004. OLE color: 14438004.
HSL color Cylindrical-coordinate representation of color #744EDC: hue angle of 256.06º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #744EDC is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 78 | 220 | - |
| CMYK | 0.47 | 0.65 | 0 | 0.14 |
| HSL | 256.06º | 0.67% | 0.58% | - |
| HSV(B) | 256.06º | 0.65% | 0.86% | - |
| XYZ | 22.85 | 14.33 | 69.27 | - |
| YUV | 105.55 | 192.59 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 78 | 220 | 0.47 | 0.65 | 0 | 0.14 | 256.06 | 0.67 | 0.58 |
| Hex | 74 | 4E | DC | 2F | 41 | 0 | E | 100 | 43 | 3A |
| Octal | 164 | 116 | 334 | 57 | 101 | 0 | 16 | 400 | 103 | 72 |
| Binary | 1110100 | 1001110 | 11011100 | 101111 | 1000001 | 0 | 1110 | 100000000 | 1000011 | 111010 |
Color Harmonies of #744EDC
Complementary color
Monochromatic Colors of #744EDC
Black with #744EDC
Text Example
Text Example
White with #744EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744EDC; }
p { color: rgb(116,78,220); }
H1.HeaderClassName
{
color: #744EDC;
}
.AnyTagClassName
{
color: #744EDC;
}
</style>
background-color css
<style>
a { background-color: #744EDC; }
a { background-color: rgb(116,78,220); }
div.DivClassName
{
background-color: #744EDC;
}
.BgClassName
{
background-color: #744EDC;
}
</style>
border-color css
<style>
span { border-color: #744EDC; }
span { border-color: rgb(116,78,220); }
td.TdClassName
{
border-color: #744EDC;
}
.TagClassName
{
border-color: #744EDC;
}
</style>