Shades of Medium Slate Blue #747FED
Tints of Medium Slate Blue #747FED
RGB
CMYK
RGB Variations
Color information
#747FED (or 0x747FED) is known color: Medium Slate Blue. HEX triplet: 74, 7F and ED. RGB value is (116,127,237). Sum of RGB (Red+Green+Blue) = 116+127+237=480 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.17% from 480); Green value is 127 (50% from 255 or 26.46% from 480); Blue value is 237 (92.97% from 255 or 49.38% from 480); Max value from RGB is 237 - color contains mainly: blue. Hex color #747FED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #747FED is #8B8012. Grayscale: #878787. Windows color (decimal): -9142291 or 15564660. OLE color: 15564660.
HSL color Cylindrical-coordinate representation of color #747FED: hue angle of 234.55º degrees, saturation: 0.77, 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 #747FED is Cyan = 0.51, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 127 | 237 | - |
| CMYK | 0.51 | 0.46 | 0 | 0.07 |
| HSL | 234.55º | 0.77% | 0.69% | - |
| HSV(B) | 234.55º | 0.51% | 0.93% | - |
| XYZ | 30.08 | 25.01 | 83.36 | - |
| YUV | 136.25 | 184.86 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 127 | 237 | 0.51 | 0.46 | 0 | 0.07 | 234.55 | 0.77 | 0.69 |
| Hex | 74 | 7F | ED | 33 | 2E | 0 | 7 | EB | 4D | 45 |
| Octal | 164 | 177 | 355 | 63 | 56 | 0 | 7 | 353 | 115 | 105 |
| Binary | 1110100 | 1111111 | 11101101 | 110011 | 101110 | 0 | 111 | 11101011 | 1001101 | 1000101 |
Color Harmonies of #747FED
Complementary color
Monochromatic Colors of #747FED
Black with #747FED
Text Example
Text Example
White with #747FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747FED; }
p { color: rgb(116,127,237); }
H1.HeaderClassName
{
color: #747FED;
}
.AnyTagClassName
{
color: #747FED;
}
</style>
background-color css
<style>
a { background-color: #747FED; }
a { background-color: rgb(116,127,237); }
div.DivClassName
{
background-color: #747FED;
}
.BgClassName
{
background-color: #747FED;
}
</style>
border-color css
<style>
span { border-color: #747FED; }
span { border-color: rgb(116,127,237); }
td.TdClassName
{
border-color: #747FED;
}
.TagClassName
{
border-color: #747FED;
}
</style>