Shades of Medium Slate Blue #744FEB
Tints of Medium Slate Blue #744FEB
RGB
CMYK
RGB Variations
Color information
#744FEB (or 0x744FEB) is known color: Medium Slate Blue. HEX triplet: 74, 4F and EB. RGB value is (116,79,235). Sum of RGB (Red+Green+Blue) = 116+79+235=430 (56% of max value = 765). Red value is 116 (45.70% from 255 or 26.98% from 430); Green value is 79 (31.25% from 255 or 18.37% from 430); Blue value is 235 (92.19% from 255 or 54.65% from 430); Max value from RGB is 235 - color contains mainly: blue. Hex color #744FEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #744FEB is #8BB014. Grayscale: #6B6B6B. Windows color (decimal): -9154581 or 15421300. OLE color: 15421300.
HSL color Cylindrical-coordinate representation of color #744FEB: hue angle of 254.23º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #744FEB is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 116 | 79 | 235 | - |
| CMYK | 0.51 | 0.66 | 0 | 0.08 |
| HSL | 254.23º | 0.8% | 0.62% | - |
| HSV(B) | 254.23º | 0.66% | 0.92% | - |
| XYZ | 24.99 | 15.3 | 80.23 | - |
| YUV | 107.85 | 199.76 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 79 | 235 | 0.51 | 0.66 | 0 | 0.08 | 254.23 | 0.8 | 0.62 |
| Hex | 74 | 4F | EB | 33 | 42 | 0 | 8 | FE | 50 | 3E |
| Octal | 164 | 117 | 353 | 63 | 102 | 0 | 10 | 376 | 120 | 76 |
| Binary | 1110100 | 1001111 | 11101011 | 110011 | 1000010 | 0 | 1000 | 11111110 | 1010000 | 111110 |
Color Harmonies of #744FEB
Complementary color
Monochromatic Colors of #744FEB
Black with #744FEB
Text Example
Text Example
White with #744FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744FEB; }
p { color: rgb(116,79,235); }
H1.HeaderClassName
{
color: #744FEB;
}
.AnyTagClassName
{
color: #744FEB;
}
</style>
background-color css
<style>
a { background-color: #744FEB; }
a { background-color: rgb(116,79,235); }
div.DivClassName
{
background-color: #744FEB;
}
.BgClassName
{
background-color: #744FEB;
}
</style>
border-color css
<style>
span { border-color: #744FEB; }
span { border-color: rgb(116,79,235); }
td.TdClassName
{
border-color: #744FEB;
}
.TagClassName
{
border-color: #744FEB;
}
</style>