Shades of Medium Slate Blue #747EE1
Tints of Medium Slate Blue #747EE1
RGB
CMYK
RGB Variations
Color information
#747EE1 (or 0x747EE1) is known color: Medium Slate Blue. HEX triplet: 74, 7E and E1. RGB value is (116,126,225). Sum of RGB (Red+Green+Blue) = 116+126+225=467 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.84% from 467); Green value is 126 (49.61% from 255 or 26.98% from 467); Blue value is 225 (88.28% from 255 or 48.18% from 467); Max value from RGB is 225 - color contains mainly: blue. Hex color #747EE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747EE1 is #8B811E. Grayscale: #858585. Windows color (decimal): -9142559 or 14777972. OLE color: 14777972.
HSL color Cylindrical-coordinate representation of color #747EE1: hue angle of 234.5º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #747EE1 is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 116 | 126 | 225 | - |
| CMYK | 0.48 | 0.44 | 0 | 0.12 |
| HSL | 234.5º | 0.64% | 0.67% | - |
| HSV(B) | 234.5º | 0.48% | 0.88% | - |
| XYZ | 28.25 | 24.07 | 74.39 | - |
| YUV | 134.3 | 179.19 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 126 | 225 | 0.48 | 0.44 | 0 | 0.12 | 234.5 | 0.64 | 0.67 |
| Hex | 74 | 7E | E1 | 30 | 2C | 0 | C | EA | 40 | 43 |
| Octal | 164 | 176 | 341 | 60 | 54 | 0 | 14 | 352 | 100 | 103 |
| Binary | 1110100 | 1111110 | 11100001 | 110000 | 101100 | 0 | 1100 | 11101010 | 1000000 | 1000011 |
Color Harmonies of #747EE1
Complementary color
Monochromatic Colors of #747EE1
Black with #747EE1
Text Example
Text Example
White with #747EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747EE1; }
p { color: rgb(116,126,225); }
H1.HeaderClassName
{
color: #747EE1;
}
.AnyTagClassName
{
color: #747EE1;
}
</style>
background-color css
<style>
a { background-color: #747EE1; }
a { background-color: rgb(116,126,225); }
div.DivClassName
{
background-color: #747EE1;
}
.BgClassName
{
background-color: #747EE1;
}
</style>
border-color css
<style>
span { border-color: #747EE1; }
span { border-color: rgb(116,126,225); }
td.TdClassName
{
border-color: #747EE1;
}
.TagClassName
{
border-color: #747EE1;
}
</style>