Shades of Medium Slate Blue #744EFE
Tints of Medium Slate Blue #744EFE
RGB
CMYK
RGB Variations
Color information
#744EFE (or 0x744EFE) is known color: Medium Slate Blue. HEX triplet: 74, 4E and FE. RGB value is (116,78,254). Sum of RGB (Red+Green+Blue) = 116+78+254=448 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.89% from 448); Green value is 78 (30.86% from 255 or 17.41% from 448); Blue value is 254 (99.61% from 255 or 56.70% from 448); Max value from RGB is 254 - color contains mainly: blue. Hex color #744EFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #744EFE is #8BB101. Grayscale: #6C6C6C. Windows color (decimal): -9154818 or 16666228. OLE color: 16666228.
HSL color Cylindrical-coordinate representation of color #744EFE: hue angle of 252.95º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #744EFE is Cyan = 0.54, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 116 | 78 | 254 | - |
| CMYK | 0.54 | 0.69 | 0 | 0.00 |
| HSL | 252.95º | 0.99% | 0.65% | - |
| HSV(B) | 252.95º | 0.69% | 1% | - |
| XYZ | 27.82 | 16.32 | 95.45 | - |
| YUV | 109.43 | 209.59 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 78 | 254 | 0.54 | 0.69 | 0 | 0.00 | 252.95 | 0.99 | 0.65 |
| Hex | 74 | 4E | FE | 36 | 45 | 0 | 0 | FD | 63 | 41 |
| Octal | 164 | 116 | 376 | 66 | 105 | 0 | 0 | 375 | 143 | 101 |
| Binary | 1110100 | 1001110 | 11111110 | 110110 | 1000101 | 0 | 0 | 11111101 | 1100011 | 1000001 |
Color Harmonies of #744EFE
Complementary color
Monochromatic Colors of #744EFE
Black with #744EFE
Text Example
Text Example
White with #744EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744EFE; }
p { color: rgb(116,78,254); }
H1.HeaderClassName
{
color: #744EFE;
}
.AnyTagClassName
{
color: #744EFE;
}
</style>
background-color css
<style>
a { background-color: #744EFE; }
a { background-color: rgb(116,78,254); }
div.DivClassName
{
background-color: #744EFE;
}
.BgClassName
{
background-color: #744EFE;
}
</style>
border-color css
<style>
span { border-color: #744EFE; }
span { border-color: rgb(116,78,254); }
td.TdClassName
{
border-color: #744EFE;
}
.TagClassName
{
border-color: #744EFE;
}
</style>