Shades of Medium Slate Blue #746FEF
Tints of Medium Slate Blue #746FEF
RGB
CMYK
RGB Variations
Color information
#746FEF (or 0x746FEF) is known color: Medium Slate Blue. HEX triplet: 74, 6F and EF. RGB value is (116,111,239). Sum of RGB (Red+Green+Blue) = 116+111+239=466 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.89% from 466); Green value is 111 (43.75% from 255 or 23.82% from 466); Blue value is 239 (93.75% from 255 or 51.29% from 466); Max value from RGB is 239 - color contains mainly: blue. Hex color #746FEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #746FEF is #8B9010. Grayscale: #7E7E7E. Windows color (decimal): -9146385 or 15691636. OLE color: 15691636.
HSL color Cylindrical-coordinate representation of color #746FEF: hue angle of 242.34º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #746FEF is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 116 | 111 | 239 | - |
| CMYK | 0.51 | 0.54 | 0 | 0.06 |
| HSL | 242.34º | 0.8% | 0.69% | - |
| HSV(B) | 242.34º | 0.54% | 0.94% | - |
| XYZ | 28.47 | 21.31 | 84.27 | - |
| YUV | 127.09 | 191.16 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 111 | 239 | 0.51 | 0.54 | 0 | 0.06 | 242.34 | 0.8 | 0.69 |
| Hex | 74 | 6F | EF | 33 | 36 | 0 | 6 | F2 | 50 | 45 |
| Octal | 164 | 157 | 357 | 63 | 66 | 0 | 6 | 362 | 120 | 105 |
| Binary | 1110100 | 1101111 | 11101111 | 110011 | 110110 | 0 | 110 | 11110010 | 1010000 | 1000101 |
Color Harmonies of #746FEF
Complementary color
Monochromatic Colors of #746FEF
Black with #746FEF
Text Example
Text Example
White with #746FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746FEF; }
p { color: rgb(116,111,239); }
H1.HeaderClassName
{
color: #746FEF;
}
.AnyTagClassName
{
color: #746FEF;
}
</style>
background-color css
<style>
a { background-color: #746FEF; }
a { background-color: rgb(116,111,239); }
div.DivClassName
{
background-color: #746FEF;
}
.BgClassName
{
background-color: #746FEF;
}
</style>
border-color css
<style>
span { border-color: #746FEF; }
span { border-color: rgb(116,111,239); }
td.TdClassName
{
border-color: #746FEF;
}
.TagClassName
{
border-color: #746FEF;
}
</style>