Shades of Medium Slate Blue #744BEC
Tints of Medium Slate Blue #744BEC
RGB
CMYK
RGB Variations
Color information
#744BEC (or 0x744BEC) is known color: Medium Slate Blue. HEX triplet: 74, 4B and EC. RGB value is (116,75,236). Sum of RGB (Red+Green+Blue) = 116+75+236=427 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.17% from 427); Green value is 75 (29.69% from 255 or 17.56% from 427); Blue value is 236 (92.58% from 255 or 55.27% from 427); Max value from RGB is 236 - color contains mainly: blue. Hex color #744BEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #744BEC is #8BB413. Grayscale: #696969. Windows color (decimal): -9155604 or 15485812. OLE color: 15485812.
HSL color Cylindrical-coordinate representation of color #744BEC: hue angle of 255.28º degrees, saturation: 0.81, 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 #744BEC is Cyan = 0.51, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 75 | 236 | - |
| CMYK | 0.51 | 0.68 | 0 | 0.07 |
| HSL | 255.28º | 0.81% | 0.61% | - |
| HSV(B) | 255.28º | 0.68% | 0.93% | - |
| XYZ | 24.86 | 14.8 | 80.9 | - |
| YUV | 105.61 | 201.58 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 75 | 236 | 0.51 | 0.68 | 0 | 0.07 | 255.28 | 0.81 | 0.61 |
| Hex | 74 | 4B | EC | 33 | 44 | 0 | 7 | FF | 51 | 3D |
| Octal | 164 | 113 | 354 | 63 | 104 | 0 | 7 | 377 | 121 | 75 |
| Binary | 1110100 | 1001011 | 11101100 | 110011 | 1000100 | 0 | 111 | 11111111 | 1010001 | 111101 |
Color Harmonies of #744BEC
Complementary color
Monochromatic Colors of #744BEC
Black with #744BEC
Text Example
Text Example
White with #744BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744BEC; }
p { color: rgb(116,75,236); }
H1.HeaderClassName
{
color: #744BEC;
}
.AnyTagClassName
{
color: #744BEC;
}
</style>
background-color css
<style>
a { background-color: #744BEC; }
a { background-color: rgb(116,75,236); }
div.DivClassName
{
background-color: #744BEC;
}
.BgClassName
{
background-color: #744BEC;
}
</style>
border-color css
<style>
span { border-color: #744BEC; }
span { border-color: rgb(116,75,236); }
td.TdClassName
{
border-color: #744BEC;
}
.TagClassName
{
border-color: #744BEC;
}
</style>