Shades of Medium Slate Blue #747EF2
Tints of Medium Slate Blue #747EF2
RGB
CMYK
RGB Variations
Color information
#747EF2 (or 0x747EF2) is known color: Medium Slate Blue. HEX triplet: 74, 7E and F2. RGB value is (116,126,242). Sum of RGB (Red+Green+Blue) = 116+126+242=484 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.97% from 484); Green value is 126 (49.61% from 255 or 26.03% from 484); Blue value is 242 (94.92% from 255 or 50% from 484); Max value from RGB is 242 - color contains mainly: blue. Hex color #747EF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #747EF2 is #8B810D. Grayscale: #878787. Windows color (decimal): -9142542 or 15892084. OLE color: 15892084.
HSL color Cylindrical-coordinate representation of color #747EF2: hue angle of 235.24º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #747EF2 is Cyan = 0.52, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 116 | 126 | 242 | - |
| CMYK | 0.52 | 0.48 | 0 | 0.05 |
| HSL | 235.24º | 0.83% | 0.7% | - |
| HSV(B) | 235.24º | 0.52% | 0.95% | - |
| XYZ | 30.69 | 25.05 | 87.22 | - |
| YUV | 136.23 | 187.69 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 126 | 242 | 0.52 | 0.48 | 0 | 0.05 | 235.24 | 0.83 | 0.7 |
| Hex | 74 | 7E | F2 | 34 | 30 | 0 | 5 | EB | 53 | 46 |
| Octal | 164 | 176 | 362 | 64 | 60 | 0 | 5 | 353 | 123 | 106 |
| Binary | 1110100 | 1111110 | 11110010 | 110100 | 110000 | 0 | 101 | 11101011 | 1010011 | 1000110 |
Color Harmonies of #747EF2
Complementary color
Monochromatic Colors of #747EF2
Black with #747EF2
Text Example
Text Example
White with #747EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747EF2; }
p { color: rgb(116,126,242); }
H1.HeaderClassName
{
color: #747EF2;
}
.AnyTagClassName
{
color: #747EF2;
}
</style>
background-color css
<style>
a { background-color: #747EF2; }
a { background-color: rgb(116,126,242); }
div.DivClassName
{
background-color: #747EF2;
}
.BgClassName
{
background-color: #747EF2;
}
</style>
border-color css
<style>
span { border-color: #747EF2; }
span { border-color: rgb(116,126,242); }
td.TdClassName
{
border-color: #747EF2;
}
.TagClassName
{
border-color: #747EF2;
}
</style>