Shades of Medium Slate Blue #746DED
Tints of Medium Slate Blue #746DED
RGB
CMYK
RGB Variations
Color information
#746DED (or 0x746DED) is known color: Medium Slate Blue. HEX triplet: 74, 6D and ED. RGB value is (116,109,237). Sum of RGB (Red+Green+Blue) = 116+109+237=462 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25.11% from 462); Green value is 109 (42.97% from 255 or 23.59% from 462); Blue value is 237 (92.97% from 255 or 51.30% from 462); Max value from RGB is 237 - color contains mainly: blue. Hex color #746DED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #746DED is #8B9212. Grayscale: #7D7D7D. Windows color (decimal): -9146899 or 15560052. OLE color: 15560052.
HSL color Cylindrical-coordinate representation of color #746DED: hue angle of 243.28º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #746DED is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 109 | 237 | - |
| CMYK | 0.51 | 0.54 | 0 | 0.07 |
| HSL | 243.28º | 0.78% | 0.68% | - |
| HSV(B) | 243.28º | 0.54% | 0.93% | - |
| XYZ | 27.96 | 20.76 | 82.66 | - |
| YUV | 125.69 | 190.82 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 109 | 237 | 0.51 | 0.54 | 0 | 0.07 | 243.28 | 0.78 | 0.68 |
| Hex | 74 | 6D | ED | 33 | 36 | 0 | 7 | F3 | 4E | 44 |
| Octal | 164 | 155 | 355 | 63 | 66 | 0 | 7 | 363 | 116 | 104 |
| Binary | 1110100 | 1101101 | 11101101 | 110011 | 110110 | 0 | 111 | 11110011 | 1001110 | 1000100 |
Color Harmonies of #746DED
Complementary color
Monochromatic Colors of #746DED
Black with #746DED
Text Example
Text Example
White with #746DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746DED; }
p { color: rgb(116,109,237); }
H1.HeaderClassName
{
color: #746DED;
}
.AnyTagClassName
{
color: #746DED;
}
</style>
background-color css
<style>
a { background-color: #746DED; }
a { background-color: rgb(116,109,237); }
div.DivClassName
{
background-color: #746DED;
}
.BgClassName
{
background-color: #746DED;
}
</style>
border-color css
<style>
span { border-color: #746DED; }
span { border-color: rgb(116,109,237); }
td.TdClassName
{
border-color: #746DED;
}
.TagClassName
{
border-color: #746DED;
}
</style>