Shades of Slate Blue #744AD9
Tints of Slate Blue #744AD9
RGB
CMYK
RGB Variations
Color information
#744AD9 (or 0x744AD9) is known color: Slate Blue. HEX triplet: 74, 4A and D9. RGB value is (116,74,217). Sum of RGB (Red+Green+Blue) = 116+74+217=407 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.50% from 407); Green value is 74 (29.30% from 255 or 18.18% from 407); Blue value is 217 (85.16% from 255 or 53.32% from 407); Max value from RGB is 217 - color contains mainly: blue. Hex color #744AD9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #744AD9 is #8BB526. Grayscale: #666666. Windows color (decimal): -9155879 or 14240372. OLE color: 14240372.
HSL color Cylindrical-coordinate representation of color #744AD9: hue angle of 257.62º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #744AD9 is Cyan = 0.47, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 116 | 74 | 217 | - |
| CMYK | 0.47 | 0.66 | 0 | 0.15 |
| HSL | 257.62º | 0.65% | 0.57% | - |
| HSV(B) | 257.62º | 0.66% | 0.85% | - |
| XYZ | 22.18 | 13.62 | 67.11 | - |
| YUV | 102.86 | 192.41 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 74 | 217 | 0.47 | 0.66 | 0 | 0.15 | 257.62 | 0.65 | 0.57 |
| Hex | 74 | 4A | D9 | 2F | 42 | 0 | F | 102 | 41 | 39 |
| Octal | 164 | 112 | 331 | 57 | 102 | 0 | 17 | 402 | 101 | 71 |
| Binary | 1110100 | 1001010 | 11011001 | 101111 | 1000010 | 0 | 1111 | 100000010 | 1000001 | 111001 |
Color Harmonies of #744AD9
Complementary color
Monochromatic Colors of #744AD9
Black with #744AD9
Text Example
Text Example
White with #744AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744AD9; }
p { color: rgb(116,74,217); }
H1.HeaderClassName
{
color: #744AD9;
}
.AnyTagClassName
{
color: #744AD9;
}
</style>
background-color css
<style>
a { background-color: #744AD9; }
a { background-color: rgb(116,74,217); }
div.DivClassName
{
background-color: #744AD9;
}
.BgClassName
{
background-color: #744AD9;
}
</style>
border-color css
<style>
span { border-color: #744AD9; }
span { border-color: rgb(116,74,217); }
td.TdClassName
{
border-color: #744AD9;
}
.TagClassName
{
border-color: #744AD9;
}
</style>