Shades of Medium Slate Blue #747FE0
Tints of Medium Slate Blue #747FE0
RGB
CMYK
RGB Variations
Color information
#747FE0 (or 0x747FE0) is known color: Medium Slate Blue. HEX triplet: 74, 7F and E0. RGB value is (116,127,224). Sum of RGB (Red+Green+Blue) = 116+127+224=467 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.84% from 467); Green value is 127 (50% from 255 or 27.19% from 467); Blue value is 224 (87.89% from 255 or 47.97% from 467); Max value from RGB is 224 - color contains mainly: blue. Hex color #747FE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747FE0 is #8B801F. Grayscale: #868686. Windows color (decimal): -9142304 or 14712692. OLE color: 14712692.
HSL color Cylindrical-coordinate representation of color #747FE0: hue angle of 233.89º 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 #747FE0 is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 116 | 127 | 224 | - |
| CMYK | 0.48 | 0.43 | 0 | 0.12 |
| HSL | 233.89º | 0.64% | 0.67% | - |
| HSV(B) | 233.89º | 0.48% | 0.88% | - |
| XYZ | 28.25 | 24.27 | 73.72 | - |
| YUV | 134.77 | 178.36 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 127 | 224 | 0.48 | 0.43 | 0 | 0.12 | 233.89 | 0.64 | 0.67 |
| Hex | 74 | 7F | E0 | 30 | 2B | 0 | C | EA | 40 | 43 |
| Octal | 164 | 177 | 340 | 60 | 53 | 0 | 14 | 352 | 100 | 103 |
| Binary | 1110100 | 1111111 | 11100000 | 110000 | 101011 | 0 | 1100 | 11101010 | 1000000 | 1000011 |
Color Harmonies of #747FE0
Complementary color
Monochromatic Colors of #747FE0
Black with #747FE0
Text Example
Text Example
White with #747FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747FE0; }
p { color: rgb(116,127,224); }
H1.HeaderClassName
{
color: #747FE0;
}
.AnyTagClassName
{
color: #747FE0;
}
</style>
background-color css
<style>
a { background-color: #747FE0; }
a { background-color: rgb(116,127,224); }
div.DivClassName
{
background-color: #747FE0;
}
.BgClassName
{
background-color: #747FE0;
}
</style>
border-color css
<style>
span { border-color: #747FE0; }
span { border-color: rgb(116,127,224); }
td.TdClassName
{
border-color: #747FE0;
}
.TagClassName
{
border-color: #747FE0;
}
</style>