Shades of Slate Blue #744ADB
Tints of Slate Blue #744ADB
RGB
CMYK
RGB Variations
Color information
#744ADB (or 0x744ADB) is known color: Slate Blue. HEX triplet: 74, 4A and DB. RGB value is (116,74,219). Sum of RGB (Red+Green+Blue) = 116+74+219=409 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.36% from 409); Green value is 74 (29.30% from 255 or 18.09% from 409); Blue value is 219 (85.94% from 255 or 53.55% from 409); Max value from RGB is 219 - color contains mainly: blue. Hex color #744ADB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #744ADB is #8BB524. Grayscale: #666666. Windows color (decimal): -9155877 or 14371444. OLE color: 14371444.
HSL color Cylindrical-coordinate representation of color #744ADB: hue angle of 257.38º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #744ADB is Cyan = 0.47, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 74 | 219 | - |
| CMYK | 0.47 | 0.66 | 0 | 0.14 |
| HSL | 257.38º | 0.67% | 0.57% | - |
| HSV(B) | 257.38º | 0.66% | 0.86% | - |
| XYZ | 22.44 | 13.73 | 68.48 | - |
| YUV | 103.09 | 193.41 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 74 | 219 | 0.47 | 0.66 | 0 | 0.14 | 257.38 | 0.67 | 0.57 |
| Hex | 74 | 4A | DB | 2F | 42 | 0 | E | 101 | 43 | 39 |
| Octal | 164 | 112 | 333 | 57 | 102 | 0 | 16 | 401 | 103 | 71 |
| Binary | 1110100 | 1001010 | 11011011 | 101111 | 1000010 | 0 | 1110 | 100000001 | 1000011 | 111001 |
Color Harmonies of #744ADB
Complementary color
Monochromatic Colors of #744ADB
Black with #744ADB
Text Example
Text Example
White with #744ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744ADB; }
p { color: rgb(116,74,219); }
H1.HeaderClassName
{
color: #744ADB;
}
.AnyTagClassName
{
color: #744ADB;
}
</style>
background-color css
<style>
a { background-color: #744ADB; }
a { background-color: rgb(116,74,219); }
div.DivClassName
{
background-color: #744ADB;
}
.BgClassName
{
background-color: #744ADB;
}
</style>
border-color css
<style>
span { border-color: #744ADB; }
span { border-color: rgb(116,74,219); }
td.TdClassName
{
border-color: #744ADB;
}
.TagClassName
{
border-color: #744ADB;
}
</style>