Shades of Medium Slate Blue #744DEB
Tints of Medium Slate Blue #744DEB
RGB
CMYK
RGB Variations
Color information
#744DEB (or 0x744DEB) is known color: Medium Slate Blue. HEX triplet: 74, 4D and EB. RGB value is (116,77,235). Sum of RGB (Red+Green+Blue) = 116+77+235=428 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.10% from 428); Green value is 77 (30.47% from 255 or 17.99% from 428); Blue value is 235 (92.19% from 255 or 54.91% from 428); Max value from RGB is 235 - color contains mainly: blue. Hex color #744DEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #744DEB is #8BB214. Grayscale: #6A6A6A. Windows color (decimal): -9155093 or 15420788. OLE color: 15420788.
HSL color Cylindrical-coordinate representation of color #744DEB: hue angle of 254.81º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #744DEB is Cyan = 0.51, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 116 | 77 | 235 | - |
| CMYK | 0.51 | 0.67 | 0 | 0.08 |
| HSL | 254.81º | 0.8% | 0.61% | - |
| HSV(B) | 254.81º | 0.67% | 0.92% | - |
| XYZ | 24.85 | 15.02 | 80.19 | - |
| YUV | 106.67 | 200.42 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 77 | 235 | 0.51 | 0.67 | 0 | 0.08 | 254.81 | 0.8 | 0.61 |
| Hex | 74 | 4D | EB | 33 | 43 | 0 | 8 | FF | 50 | 3D |
| Octal | 164 | 115 | 353 | 63 | 103 | 0 | 10 | 377 | 120 | 75 |
| Binary | 1110100 | 1001101 | 11101011 | 110011 | 1000011 | 0 | 1000 | 11111111 | 1010000 | 111101 |
Color Harmonies of #744DEB
Complementary color
Monochromatic Colors of #744DEB
Black with #744DEB
Text Example
Text Example
White with #744DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744DEB; }
p { color: rgb(116,77,235); }
H1.HeaderClassName
{
color: #744DEB;
}
.AnyTagClassName
{
color: #744DEB;
}
</style>
background-color css
<style>
a { background-color: #744DEB; }
a { background-color: rgb(116,77,235); }
div.DivClassName
{
background-color: #744DEB;
}
.BgClassName
{
background-color: #744DEB;
}
</style>
border-color css
<style>
span { border-color: #744DEB; }
span { border-color: rgb(116,77,235); }
td.TdClassName
{
border-color: #744DEB;
}
.TagClassName
{
border-color: #744DEB;
}
</style>