Shades of Medium Slate Blue #744EFC
Tints of Medium Slate Blue #744EFC
RGB
CMYK
RGB Variations
Color information
#744EFC (or 0x744EFC) is known color: Medium Slate Blue. HEX triplet: 74, 4E and FC. RGB value is (116,78,252). Sum of RGB (Red+Green+Blue) = 116+78+252=446 (59% of max value = 765). Red value is 116 (45.70% from 255 or 26.01% from 446); Green value is 78 (30.86% from 255 or 17.49% from 446); Blue value is 252 (98.83% from 255 or 56.50% from 446); Max value from RGB is 252 - color contains mainly: blue. Hex color #744EFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #744EFC is #8BB103. Grayscale: #6C6C6C. Windows color (decimal): -9154820 or 16535156. OLE color: 16535156.
HSL color Cylindrical-coordinate representation of color #744EFC: hue angle of 253.1º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #744EFC is Cyan = 0.54, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 116 | 78 | 252 | - |
| CMYK | 0.54 | 0.69 | 0 | 0.01 |
| HSL | 253.1º | 0.97% | 0.65% | - |
| HSV(B) | 253.1º | 0.69% | 0.99% | - |
| XYZ | 27.5 | 16.19 | 93.77 | - |
| YUV | 109.2 | 208.59 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 78 | 252 | 0.54 | 0.69 | 0 | 0.01 | 253.1 | 0.97 | 0.65 |
| Hex | 74 | 4E | FC | 36 | 45 | 0 | 1 | FD | 61 | 41 |
| Octal | 164 | 116 | 374 | 66 | 105 | 0 | 1 | 375 | 141 | 101 |
| Binary | 1110100 | 1001110 | 11111100 | 110110 | 1000101 | 0 | 1 | 11111101 | 1100001 | 1000001 |
Color Harmonies of #744EFC
Complementary color
Monochromatic Colors of #744EFC
Black with #744EFC
Text Example
Text Example
White with #744EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744EFC; }
p { color: rgb(116,78,252); }
H1.HeaderClassName
{
color: #744EFC;
}
.AnyTagClassName
{
color: #744EFC;
}
</style>
background-color css
<style>
a { background-color: #744EFC; }
a { background-color: rgb(116,78,252); }
div.DivClassName
{
background-color: #744EFC;
}
.BgClassName
{
background-color: #744EFC;
}
</style>
border-color css
<style>
span { border-color: #744EFC; }
span { border-color: rgb(116,78,252); }
td.TdClassName
{
border-color: #744EFC;
}
.TagClassName
{
border-color: #744EFC;
}
</style>