Shades of Medium Slate Blue #744CE7
Tints of Medium Slate Blue #744CE7
RGB
CMYK
RGB Variations
Color information
#744CE7 (or 0x744CE7) is known color: Medium Slate Blue. HEX triplet: 74, 4C and E7. RGB value is (116,76,231). Sum of RGB (Red+Green+Blue) = 116+76+231=423 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.42% from 423); Green value is 76 (30.08% from 255 or 17.97% from 423); Blue value is 231 (90.62% from 255 or 54.61% from 423); Max value from RGB is 231 - color contains mainly: blue. Hex color #744CE7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #744CE7 is #8BB318. Grayscale: #696969. Windows color (decimal): -9155353 or 15158388. OLE color: 15158388.
HSL color Cylindrical-coordinate representation of color #744CE7: hue angle of 255.48º degrees, saturation: 0.76, 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 #744CE7 is Cyan = 0.50, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 116 | 76 | 231 | - |
| CMYK | 0.50 | 0.67 | 0 | 0.09 |
| HSL | 255.48º | 0.76% | 0.6% | - |
| HSV(B) | 255.48º | 0.67% | 0.91% | - |
| XYZ | 24.21 | 14.65 | 77.15 | - |
| YUV | 105.63 | 198.75 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 76 | 231 | 0.50 | 0.67 | 0 | 0.09 | 255.48 | 0.76 | 0.6 |
| Hex | 74 | 4C | E7 | 32 | 43 | 0 | 9 | FF | 4C | 3C |
| Octal | 164 | 114 | 347 | 62 | 103 | 0 | 11 | 377 | 114 | 74 |
| Binary | 1110100 | 1001100 | 11100111 | 110010 | 1000011 | 0 | 1001 | 11111111 | 1001100 | 111100 |
Color Harmonies of #744CE7
Complementary color
Monochromatic Colors of #744CE7
Black with #744CE7
Text Example
Text Example
White with #744CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744CE7; }
p { color: rgb(116,76,231); }
H1.HeaderClassName
{
color: #744CE7;
}
.AnyTagClassName
{
color: #744CE7;
}
</style>
background-color css
<style>
a { background-color: #744CE7; }
a { background-color: rgb(116,76,231); }
div.DivClassName
{
background-color: #744CE7;
}
.BgClassName
{
background-color: #744CE7;
}
</style>
border-color css
<style>
span { border-color: #744CE7; }
span { border-color: rgb(116,76,231); }
td.TdClassName
{
border-color: #744CE7;
}
.TagClassName
{
border-color: #744CE7;
}
</style>