Shades of Medium Slate Blue #747EEC
Tints of Medium Slate Blue #747EEC
RGB
CMYK
RGB Variations
Color information
#747EEC (or 0x747EEC) is known color: Medium Slate Blue. HEX triplet: 74, 7E and EC. RGB value is (116,126,236). Sum of RGB (Red+Green+Blue) = 116+126+236=478 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.27% from 478); Green value is 126 (49.61% from 255 or 26.36% from 478); Blue value is 236 (92.58% from 255 or 49.37% from 478); Max value from RGB is 236 - color contains mainly: blue. Hex color #747EEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #747EEC is #8B8113. Grayscale: #878787. Windows color (decimal): -9142548 or 15498868. OLE color: 15498868.
HSL color Cylindrical-coordinate representation of color #747EEC: hue angle of 235º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #747EEC is Cyan = 0.51, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 126 | 236 | - |
| CMYK | 0.51 | 0.47 | 0 | 0.07 |
| HSL | 235º | 0.76% | 0.69% | - |
| HSV(B) | 235º | 0.51% | 0.93% | - |
| XYZ | 29.8 | 24.69 | 82.55 | - |
| YUV | 135.55 | 184.69 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 126 | 236 | 0.51 | 0.47 | 0 | 0.07 | 235 | 0.76 | 0.69 |
| Hex | 74 | 7E | EC | 33 | 2F | 0 | 7 | EB | 4C | 45 |
| Octal | 164 | 176 | 354 | 63 | 57 | 0 | 7 | 353 | 114 | 105 |
| Binary | 1110100 | 1111110 | 11101100 | 110011 | 101111 | 0 | 111 | 11101011 | 1001100 | 1000101 |
Color Harmonies of #747EEC
Complementary color
Monochromatic Colors of #747EEC
Black with #747EEC
Text Example
Text Example
White with #747EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747EEC; }
p { color: rgb(116,126,236); }
H1.HeaderClassName
{
color: #747EEC;
}
.AnyTagClassName
{
color: #747EEC;
}
</style>
background-color css
<style>
a { background-color: #747EEC; }
a { background-color: rgb(116,126,236); }
div.DivClassName
{
background-color: #747EEC;
}
.BgClassName
{
background-color: #747EEC;
}
</style>
border-color css
<style>
span { border-color: #747EEC; }
span { border-color: rgb(116,126,236); }
td.TdClassName
{
border-color: #747EEC;
}
.TagClassName
{
border-color: #747EEC;
}
</style>