Shades of Slate Blue #744DD9
Tints of Slate Blue #744DD9
RGB
CMYK
RGB Variations
Color information
#744DD9 (or 0x744DD9) is known color: Slate Blue. HEX triplet: 74, 4D and D9. RGB value is (116,77,217). Sum of RGB (Red+Green+Blue) = 116+77+217=410 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.29% from 410); Green value is 77 (30.47% from 255 or 18.78% from 410); Blue value is 217 (85.16% from 255 or 52.93% from 410); Max value from RGB is 217 - color contains mainly: blue. Hex color #744DD9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #744DD9 is #8BB226. Grayscale: #686868. Windows color (decimal): -9155111 or 14241140. OLE color: 14241140.
HSL color Cylindrical-coordinate representation of color #744DD9: hue angle of 256.71º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #744DD9 is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 116 | 77 | 217 | - |
| CMYK | 0.47 | 0.65 | 0 | 0.15 |
| HSL | 256.71º | 0.65% | 0.58% | - |
| HSV(B) | 256.71º | 0.65% | 0.85% | - |
| XYZ | 22.38 | 14.03 | 67.17 | - |
| YUV | 104.62 | 191.42 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 77 | 217 | 0.47 | 0.65 | 0 | 0.15 | 256.71 | 0.65 | 0.58 |
| Hex | 74 | 4D | D9 | 2F | 41 | 0 | F | 101 | 41 | 3A |
| Octal | 164 | 115 | 331 | 57 | 101 | 0 | 17 | 401 | 101 | 72 |
| Binary | 1110100 | 1001101 | 11011001 | 101111 | 1000001 | 0 | 1111 | 100000001 | 1000001 | 111010 |
Color Harmonies of #744DD9
Complementary color
Monochromatic Colors of #744DD9
Black with #744DD9
Text Example
Text Example
White with #744DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744DD9; }
p { color: rgb(116,77,217); }
H1.HeaderClassName
{
color: #744DD9;
}
.AnyTagClassName
{
color: #744DD9;
}
</style>
background-color css
<style>
a { background-color: #744DD9; }
a { background-color: rgb(116,77,217); }
div.DivClassName
{
background-color: #744DD9;
}
.BgClassName
{
background-color: #744DD9;
}
</style>
border-color css
<style>
span { border-color: #744DD9; }
span { border-color: rgb(116,77,217); }
td.TdClassName
{
border-color: #744DD9;
}
.TagClassName
{
border-color: #744DD9;
}
</style>