Shades of Slate Blue #744FDB
Tints of Slate Blue #744FDB
RGB
CMYK
RGB Variations
Color information
#744FDB (or 0x744FDB) is known color: Slate Blue. HEX triplet: 74, 4F and DB. RGB value is (116,79,219). Sum of RGB (Red+Green+Blue) = 116+79+219=414 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.02% from 414); Green value is 79 (31.25% from 255 or 19.08% from 414); Blue value is 219 (85.94% from 255 or 52.90% from 414); Max value from RGB is 219 - color contains mainly: blue. Hex color #744FDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #744FDB is #8BB024. Grayscale: #696969. Windows color (decimal): -9154597 or 14372724. OLE color: 14372724.
HSL color Cylindrical-coordinate representation of color #744FDB: hue angle of 255.86º 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 #744FDB is Cyan = 0.47, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 79 | 219 | - |
| CMYK | 0.47 | 0.64 | 0 | 0.14 |
| HSL | 255.86º | 0.66% | 0.58% | - |
| HSV(B) | 255.86º | 0.64% | 0.86% | - |
| XYZ | 22.78 | 14.42 | 68.6 | - |
| YUV | 106.02 | 191.76 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 79 | 219 | 0.47 | 0.64 | 0 | 0.14 | 255.86 | 0.66 | 0.58 |
| Hex | 74 | 4F | DB | 2F | 40 | 0 | E | 100 | 42 | 3A |
| Octal | 164 | 117 | 333 | 57 | 100 | 0 | 16 | 400 | 102 | 72 |
| Binary | 1110100 | 1001111 | 11011011 | 101111 | 1000000 | 0 | 1110 | 100000000 | 1000010 | 111010 |
Color Harmonies of #744FDB
Complementary color
Monochromatic Colors of #744FDB
Black with #744FDB
Text Example
Text Example
White with #744FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744FDB; }
p { color: rgb(116,79,219); }
H1.HeaderClassName
{
color: #744FDB;
}
.AnyTagClassName
{
color: #744FDB;
}
</style>
background-color css
<style>
a { background-color: #744FDB; }
a { background-color: rgb(116,79,219); }
div.DivClassName
{
background-color: #744FDB;
}
.BgClassName
{
background-color: #744FDB;
}
</style>
border-color css
<style>
span { border-color: #744FDB; }
span { border-color: rgb(116,79,219); }
td.TdClassName
{
border-color: #744FDB;
}
.TagClassName
{
border-color: #744FDB;
}
</style>