Shades of Medium Slate Blue #744DFE
Tints of Medium Slate Blue #744DFE
RGB
CMYK
RGB Variations
Color information
#744DFE (or 0x744DFE) is known color: Medium Slate Blue. HEX triplet: 74, 4D and FE. RGB value is (116,77,254). Sum of RGB (Red+Green+Blue) = 116+77+254=447 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.95% from 447); Green value is 77 (30.47% from 255 or 17.23% from 447); Blue value is 254 (99.61% from 255 or 56.82% from 447); Max value from RGB is 254 - color contains mainly: blue. Hex color #744DFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #744DFE is #8BB201. Grayscale: #6C6C6C. Windows color (decimal): -9155074 or 16665972. OLE color: 16665972.
HSL color Cylindrical-coordinate representation of color #744DFE: hue angle of 253.22º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #744DFE is Cyan = 0.54, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 116 | 77 | 254 | - |
| CMYK | 0.54 | 0.70 | 0 | 0.00 |
| HSL | 253.22º | 0.99% | 0.65% | - |
| HSV(B) | 253.22º | 0.7% | 1% | - |
| XYZ | 27.75 | 16.18 | 95.43 | - |
| YUV | 108.84 | 209.92 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 77 | 254 | 0.54 | 0.70 | 0 | 0.00 | 253.22 | 0.99 | 0.65 |
| Hex | 74 | 4D | FE | 36 | 46 | 0 | 0 | FD | 63 | 41 |
| Octal | 164 | 115 | 376 | 66 | 106 | 0 | 0 | 375 | 143 | 101 |
| Binary | 1110100 | 1001101 | 11111110 | 110110 | 1000110 | 0 | 0 | 11111101 | 1100011 | 1000001 |
Color Harmonies of #744DFE
Complementary color
Monochromatic Colors of #744DFE
Black with #744DFE
Text Example
Text Example
White with #744DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744DFE; }
p { color: rgb(116,77,254); }
H1.HeaderClassName
{
color: #744DFE;
}
.AnyTagClassName
{
color: #744DFE;
}
</style>
background-color css
<style>
a { background-color: #744DFE; }
a { background-color: rgb(116,77,254); }
div.DivClassName
{
background-color: #744DFE;
}
.BgClassName
{
background-color: #744DFE;
}
</style>
border-color css
<style>
span { border-color: #744DFE; }
span { border-color: rgb(116,77,254); }
td.TdClassName
{
border-color: #744DFE;
}
.TagClassName
{
border-color: #744DFE;
}
</style>