Shades of Medium Slate Blue #744EFD
Tints of Medium Slate Blue #744EFD
RGB
CMYK
RGB Variations
Color information
#744EFD (or 0x744EFD) is known color: Medium Slate Blue. HEX triplet: 74, 4E and FD. RGB value is (116,78,253). Sum of RGB (Red+Green+Blue) = 116+78+253=447 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.95% from 447); Green value is 78 (30.86% from 255 or 17.45% from 447); Blue value is 253 (99.22% from 255 or 56.60% from 447); Max value from RGB is 253 - color contains mainly: blue. Hex color #744EFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #744EFD is #8BB102. Grayscale: #6C6C6C. Windows color (decimal): -9154819 or 16600692. OLE color: 16600692.
HSL color Cylindrical-coordinate representation of color #744EFD: hue angle of 253.03º degrees, saturation: 0.98, 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 #744EFD is Cyan = 0.54, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 116 | 78 | 253 | - |
| CMYK | 0.54 | 0.69 | 0 | 0.01 |
| HSL | 253.03º | 0.98% | 0.65% | - |
| HSV(B) | 253.03º | 0.69% | 0.99% | - |
| XYZ | 27.66 | 16.25 | 94.61 | - |
| YUV | 109.31 | 209.09 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 78 | 253 | 0.54 | 0.69 | 0 | 0.01 | 253.03 | 0.98 | 0.65 |
| Hex | 74 | 4E | FD | 36 | 45 | 0 | 1 | FD | 62 | 41 |
| Octal | 164 | 116 | 375 | 66 | 105 | 0 | 1 | 375 | 142 | 101 |
| Binary | 1110100 | 1001110 | 11111101 | 110110 | 1000101 | 0 | 1 | 11111101 | 1100010 | 1000001 |
Color Harmonies of #744EFD
Complementary color
Monochromatic Colors of #744EFD
Black with #744EFD
Text Example
Text Example
White with #744EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744EFD; }
p { color: rgb(116,78,253); }
H1.HeaderClassName
{
color: #744EFD;
}
.AnyTagClassName
{
color: #744EFD;
}
</style>
background-color css
<style>
a { background-color: #744EFD; }
a { background-color: rgb(116,78,253); }
div.DivClassName
{
background-color: #744EFD;
}
.BgClassName
{
background-color: #744EFD;
}
</style>
border-color css
<style>
span { border-color: #744EFD; }
span { border-color: rgb(116,78,253); }
td.TdClassName
{
border-color: #744EFD;
}
.TagClassName
{
border-color: #744EFD;
}
</style>