Shades of Slate Blue #744EDB
Tints of Slate Blue #744EDB
RGB
CMYK
RGB Variations
Color information
#744EDB (or 0x744EDB) is known color: Slate Blue. HEX triplet: 74, 4E and DB. RGB value is (116,78,219). Sum of RGB (Red+Green+Blue) = 116+78+219=413 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.09% from 413); Green value is 78 (30.86% from 255 or 18.89% from 413); Blue value is 219 (85.94% from 255 or 53.03% from 413); Max value from RGB is 219 - color contains mainly: blue. Hex color #744EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #744EDB is #8BB124. Grayscale: #686868. Windows color (decimal): -9154853 or 14372468. OLE color: 14372468.
HSL color Cylindrical-coordinate representation of color #744EDB: hue angle of 256.17º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #744EDB is Cyan = 0.47, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 78 | 219 | - |
| CMYK | 0.47 | 0.64 | 0 | 0.14 |
| HSL | 256.17º | 0.66% | 0.58% | - |
| HSV(B) | 256.17º | 0.64% | 0.86% | - |
| XYZ | 22.71 | 14.28 | 68.58 | - |
| YUV | 105.44 | 192.09 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 78 | 219 | 0.47 | 0.64 | 0 | 0.14 | 256.17 | 0.66 | 0.58 |
| Hex | 74 | 4E | DB | 2F | 40 | 0 | E | 100 | 42 | 3A |
| Octal | 164 | 116 | 333 | 57 | 100 | 0 | 16 | 400 | 102 | 72 |
| Binary | 1110100 | 1001110 | 11011011 | 101111 | 1000000 | 0 | 1110 | 100000000 | 1000010 | 111010 |
Color Harmonies of #744EDB
Complementary color
Monochromatic Colors of #744EDB
Black with #744EDB
Text Example
Text Example
White with #744EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744EDB; }
p { color: rgb(116,78,219); }
H1.HeaderClassName
{
color: #744EDB;
}
.AnyTagClassName
{
color: #744EDB;
}
</style>
background-color css
<style>
a { background-color: #744EDB; }
a { background-color: rgb(116,78,219); }
div.DivClassName
{
background-color: #744EDB;
}
.BgClassName
{
background-color: #744EDB;
}
</style>
border-color css
<style>
span { border-color: #744EDB; }
span { border-color: rgb(116,78,219); }
td.TdClassName
{
border-color: #744EDB;
}
.TagClassName
{
border-color: #744EDB;
}
</style>