Shades of Medium Slate Blue #744CEB
Tints of Medium Slate Blue #744CEB
RGB
CMYK
RGB Variations
Color information
#744CEB (or 0x744CEB) is known color: Medium Slate Blue. HEX triplet: 74, 4C and EB. RGB value is (116,76,235). Sum of RGB (Red+Green+Blue) = 116+76+235=427 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.17% from 427); Green value is 76 (30.08% from 255 or 17.80% from 427); Blue value is 235 (92.19% from 255 or 55.04% from 427); Max value from RGB is 235 - color contains mainly: blue. Hex color #744CEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #744CEB is #8BB314. Grayscale: #696969. Windows color (decimal): -9155349 or 15420532. OLE color: 15420532.
HSL color Cylindrical-coordinate representation of color #744CEB: hue angle of 255.09º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #744CEB is Cyan = 0.51, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 116 | 76 | 235 | - |
| CMYK | 0.51 | 0.68 | 0 | 0.08 |
| HSL | 255.09º | 0.8% | 0.61% | - |
| HSV(B) | 255.09º | 0.68% | 0.92% | - |
| XYZ | 24.78 | 14.88 | 80.16 | - |
| YUV | 106.09 | 200.75 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 76 | 235 | 0.51 | 0.68 | 0 | 0.08 | 255.09 | 0.8 | 0.61 |
| Hex | 74 | 4C | EB | 33 | 44 | 0 | 8 | FF | 50 | 3D |
| Octal | 164 | 114 | 353 | 63 | 104 | 0 | 10 | 377 | 120 | 75 |
| Binary | 1110100 | 1001100 | 11101011 | 110011 | 1000100 | 0 | 1000 | 11111111 | 1010000 | 111101 |
Color Harmonies of #744CEB
Complementary color
Monochromatic Colors of #744CEB
Black with #744CEB
Text Example
Text Example
White with #744CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744CEB; }
p { color: rgb(116,76,235); }
H1.HeaderClassName
{
color: #744CEB;
}
.AnyTagClassName
{
color: #744CEB;
}
</style>
background-color css
<style>
a { background-color: #744CEB; }
a { background-color: rgb(116,76,235); }
div.DivClassName
{
background-color: #744CEB;
}
.BgClassName
{
background-color: #744CEB;
}
</style>
border-color css
<style>
span { border-color: #744CEB; }
span { border-color: rgb(116,76,235); }
td.TdClassName
{
border-color: #744CEB;
}
.TagClassName
{
border-color: #744CEB;
}
</style>