Shades of Medium Slate Blue #744DF4
Tints of Medium Slate Blue #744DF4
RGB
CMYK
RGB Variations
Color information
#744DF4 (or 0x744DF4) is known color: Medium Slate Blue. HEX triplet: 74, 4D and F4. RGB value is (116,77,244). Sum of RGB (Red+Green+Blue) = 116+77+244=437 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.54% from 437); Green value is 77 (30.47% from 255 or 17.62% from 437); Blue value is 244 (95.70% from 255 or 55.84% from 437); Max value from RGB is 244 - color contains mainly: blue. Hex color #744DF4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #744DF4 is #8BB20B. Grayscale: #6B6B6B. Windows color (decimal): -9155084 or 16010612. OLE color: 16010612.
HSL color Cylindrical-coordinate representation of color #744DF4: hue angle of 254.01º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #744DF4 is Cyan = 0.52, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 116 | 77 | 244 | - |
| CMYK | 0.52 | 0.68 | 0 | 0.04 |
| HSL | 254.01º | 0.88% | 0.63% | - |
| HSV(B) | 254.01º | 0.68% | 0.96% | - |
| XYZ | 26.19 | 15.55 | 87.21 | - |
| YUV | 107.7 | 204.92 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 77 | 244 | 0.52 | 0.68 | 0 | 0.04 | 254.01 | 0.88 | 0.63 |
| Hex | 74 | 4D | F4 | 34 | 44 | 0 | 4 | FE | 58 | 3F |
| Octal | 164 | 115 | 364 | 64 | 104 | 0 | 4 | 376 | 130 | 77 |
| Binary | 1110100 | 1001101 | 11110100 | 110100 | 1000100 | 0 | 100 | 11111110 | 1011000 | 111111 |
Color Harmonies of #744DF4
Complementary color
Monochromatic Colors of #744DF4
Black with #744DF4
Text Example
Text Example
White with #744DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744DF4; }
p { color: rgb(116,77,244); }
H1.HeaderClassName
{
color: #744DF4;
}
.AnyTagClassName
{
color: #744DF4;
}
</style>
background-color css
<style>
a { background-color: #744DF4; }
a { background-color: rgb(116,77,244); }
div.DivClassName
{
background-color: #744DF4;
}
.BgClassName
{
background-color: #744DF4;
}
</style>
border-color css
<style>
span { border-color: #744DF4; }
span { border-color: rgb(116,77,244); }
td.TdClassName
{
border-color: #744DF4;
}
.TagClassName
{
border-color: #744DF4;
}
</style>