Shades of Medium Slate Blue #744CED
Tints of Medium Slate Blue #744CED
RGB
CMYK
RGB Variations
Color information
#744CED (or 0x744CED) is known color: Medium Slate Blue. HEX triplet: 74, 4C and ED. RGB value is (116,76,237). Sum of RGB (Red+Green+Blue) = 116+76+237=429 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.04% from 429); Green value is 76 (30.08% from 255 or 17.72% from 429); Blue value is 237 (92.97% from 255 or 55.24% from 429); Max value from RGB is 237 - color contains mainly: blue. Hex color #744CED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #744CED is #8BB312. Grayscale: #696969. Windows color (decimal): -9155347 or 15551604. OLE color: 15551604.
HSL color Cylindrical-coordinate representation of color #744CED: hue angle of 254.91º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #744CED is Cyan = 0.51, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 76 | 237 | - |
| CMYK | 0.51 | 0.68 | 0 | 0.07 |
| HSL | 254.91º | 0.82% | 0.61% | - |
| HSV(B) | 254.91º | 0.68% | 0.93% | - |
| XYZ | 25.07 | 15 | 81.69 | - |
| YUV | 106.31 | 201.75 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 76 | 237 | 0.51 | 0.68 | 0 | 0.07 | 254.91 | 0.82 | 0.61 |
| Hex | 74 | 4C | ED | 33 | 44 | 0 | 7 | FF | 52 | 3D |
| Octal | 164 | 114 | 355 | 63 | 104 | 0 | 7 | 377 | 122 | 75 |
| Binary | 1110100 | 1001100 | 11101101 | 110011 | 1000100 | 0 | 111 | 11111111 | 1010010 | 111101 |
Color Harmonies of #744CED
Complementary color
Monochromatic Colors of #744CED
Black with #744CED
Text Example
Text Example
White with #744CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744CED; }
p { color: rgb(116,76,237); }
H1.HeaderClassName
{
color: #744CED;
}
.AnyTagClassName
{
color: #744CED;
}
</style>
background-color css
<style>
a { background-color: #744CED; }
a { background-color: rgb(116,76,237); }
div.DivClassName
{
background-color: #744CED;
}
.BgClassName
{
background-color: #744CED;
}
</style>
border-color css
<style>
span { border-color: #744CED; }
span { border-color: rgb(116,76,237); }
td.TdClassName
{
border-color: #744CED;
}
.TagClassName
{
border-color: #744CED;
}
</style>