Shades of Medium Slate Blue #744DFB
Tints of Medium Slate Blue #744DFB
RGB
CMYK
RGB Variations
Color information
#744DFB (or 0x744DFB) is known color: Medium Slate Blue. HEX triplet: 74, 4D and FB. RGB value is (116,77,251). Sum of RGB (Red+Green+Blue) = 116+77+251=444 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.13% from 444); Green value is 77 (30.47% from 255 or 17.34% from 444); Blue value is 251 (98.44% from 255 or 56.53% from 444); Max value from RGB is 251 - color contains mainly: blue. Hex color #744DFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #744DFB is #8BB204. Grayscale: #6B6B6B. Windows color (decimal): -9155077 or 16469364. OLE color: 16469364.
HSL color Cylindrical-coordinate representation of color #744DFB: hue angle of 253.45º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #744DFB is Cyan = 0.54, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 77 | 251 | - |
| CMYK | 0.54 | 0.69 | 0 | 0.02 |
| HSL | 253.45º | 0.96% | 0.64% | - |
| HSV(B) | 253.45º | 0.69% | 0.98% | - |
| XYZ | 27.27 | 15.99 | 92.92 | - |
| YUV | 108.5 | 208.42 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 77 | 251 | 0.54 | 0.69 | 0 | 0.02 | 253.45 | 0.96 | 0.64 |
| Hex | 74 | 4D | FB | 36 | 45 | 0 | 2 | FD | 60 | 40 |
| Octal | 164 | 115 | 373 | 66 | 105 | 0 | 2 | 375 | 140 | 100 |
| Binary | 1110100 | 1001101 | 11111011 | 110110 | 1000101 | 0 | 10 | 11111101 | 1100000 | 1000000 |
Color Harmonies of #744DFB
Complementary color
Monochromatic Colors of #744DFB
Black with #744DFB
Text Example
Text Example
White with #744DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744DFB; }
p { color: rgb(116,77,251); }
H1.HeaderClassName
{
color: #744DFB;
}
.AnyTagClassName
{
color: #744DFB;
}
</style>
background-color css
<style>
a { background-color: #744DFB; }
a { background-color: rgb(116,77,251); }
div.DivClassName
{
background-color: #744DFB;
}
.BgClassName
{
background-color: #744DFB;
}
</style>
border-color css
<style>
span { border-color: #744DFB; }
span { border-color: rgb(116,77,251); }
td.TdClassName
{
border-color: #744DFB;
}
.TagClassName
{
border-color: #744DFB;
}
</style>