Shades of Medium Slate Blue #744FEA
Tints of Medium Slate Blue #744FEA
RGB
CMYK
RGB Variations
Color information
#744FEA (or 0x744FEA) is known color: Medium Slate Blue. HEX triplet: 74, 4F and EA. RGB value is (116,79,234). Sum of RGB (Red+Green+Blue) = 116+79+234=429 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.04% from 429); Green value is 79 (31.25% from 255 or 18.41% from 429); Blue value is 234 (91.80% from 255 or 54.55% from 429); Max value from RGB is 234 - color contains mainly: blue. Hex color #744FEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #744FEA is #8BB015. Grayscale: #6B6B6B. Windows color (decimal): -9154582 or 15355764. OLE color: 15355764.
HSL color Cylindrical-coordinate representation of color #744FEA: hue angle of 254.32º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #744FEA is Cyan = 0.50, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 116 | 79 | 234 | - |
| CMYK | 0.50 | 0.66 | 0 | 0.08 |
| HSL | 254.32º | 0.79% | 0.61% | - |
| HSV(B) | 254.32º | 0.66% | 0.92% | - |
| XYZ | 24.85 | 15.25 | 79.47 | - |
| YUV | 107.73 | 199.26 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 79 | 234 | 0.50 | 0.66 | 0 | 0.08 | 254.32 | 0.79 | 0.61 |
| Hex | 74 | 4F | EA | 32 | 42 | 0 | 8 | FE | 4F | 3D |
| Octal | 164 | 117 | 352 | 62 | 102 | 0 | 10 | 376 | 117 | 75 |
| Binary | 1110100 | 1001111 | 11101010 | 110010 | 1000010 | 0 | 1000 | 11111110 | 1001111 | 111101 |
Color Harmonies of #744FEA
Complementary color
Monochromatic Colors of #744FEA
Black with #744FEA
Text Example
Text Example
White with #744FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744FEA; }
p { color: rgb(116,79,234); }
H1.HeaderClassName
{
color: #744FEA;
}
.AnyTagClassName
{
color: #744FEA;
}
</style>
background-color css
<style>
a { background-color: #744FEA; }
a { background-color: rgb(116,79,234); }
div.DivClassName
{
background-color: #744FEA;
}
.BgClassName
{
background-color: #744FEA;
}
</style>
border-color css
<style>
span { border-color: #744FEA; }
span { border-color: rgb(116,79,234); }
td.TdClassName
{
border-color: #744FEA;
}
.TagClassName
{
border-color: #744FEA;
}
</style>