Shades of Medium Slate Blue #744CE8
Tints of Medium Slate Blue #744CE8
RGB
CMYK
RGB Variations
Color information
#744CE8 (or 0x744CE8) is known color: Medium Slate Blue. HEX triplet: 74, 4C and E8. RGB value is (116,76,232). Sum of RGB (Red+Green+Blue) = 116+76+232=424 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.36% from 424); Green value is 76 (30.08% from 255 or 17.92% from 424); Blue value is 232 (91.02% from 255 or 54.72% from 424); Max value from RGB is 232 - color contains mainly: blue. Hex color #744CE8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #744CE8 is #8BB317. Grayscale: #696969. Windows color (decimal): -9155352 or 15223924. OLE color: 15223924.
HSL color Cylindrical-coordinate representation of color #744CE8: hue angle of 255.38º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #744CE8 is Cyan = 0.50, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 116 | 76 | 232 | - |
| CMYK | 0.50 | 0.67 | 0 | 0.09 |
| HSL | 255.38º | 0.77% | 0.6% | - |
| HSV(B) | 255.38º | 0.67% | 0.91% | - |
| XYZ | 24.35 | 14.71 | 77.9 | - |
| YUV | 105.74 | 199.25 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 76 | 232 | 0.50 | 0.67 | 0 | 0.09 | 255.38 | 0.77 | 0.6 |
| Hex | 74 | 4C | E8 | 32 | 43 | 0 | 9 | FF | 4D | 3C |
| Octal | 164 | 114 | 350 | 62 | 103 | 0 | 11 | 377 | 115 | 74 |
| Binary | 1110100 | 1001100 | 11101000 | 110010 | 1000011 | 0 | 1001 | 11111111 | 1001101 | 111100 |
Color Harmonies of #744CE8
Complementary color
Monochromatic Colors of #744CE8
Black with #744CE8
Text Example
Text Example
White with #744CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744CE8; }
p { color: rgb(116,76,232); }
H1.HeaderClassName
{
color: #744CE8;
}
.AnyTagClassName
{
color: #744CE8;
}
</style>
background-color css
<style>
a { background-color: #744CE8; }
a { background-color: rgb(116,76,232); }
div.DivClassName
{
background-color: #744CE8;
}
.BgClassName
{
background-color: #744CE8;
}
</style>
border-color css
<style>
span { border-color: #744CE8; }
span { border-color: rgb(116,76,232); }
td.TdClassName
{
border-color: #744CE8;
}
.TagClassName
{
border-color: #744CE8;
}
</style>