Shades of Medium Slate Blue #746EEB
Tints of Medium Slate Blue #746EEB
RGB
CMYK
RGB Variations
Color information
#746EEB (or 0x746EEB) is known color: Medium Slate Blue. HEX triplet: 74, 6E and EB. RGB value is (116,110,235). Sum of RGB (Red+Green+Blue) = 116+110+235=461 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25.16% from 461); Green value is 110 (43.36% from 255 or 23.86% from 461); Blue value is 235 (92.19% from 255 or 50.98% from 461); Max value from RGB is 235 - color contains mainly: blue. Hex color #746EEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #746EEB is #8B9114. Grayscale: #7D7D7D. Windows color (decimal): -9146645 or 15429236. OLE color: 15429236.
HSL color Cylindrical-coordinate representation of color #746EEB: hue angle of 242.88º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #746EEB is Cyan = 0.51, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 116 | 110 | 235 | - |
| CMYK | 0.51 | 0.53 | 0 | 0.08 |
| HSL | 242.88º | 0.76% | 0.68% | - |
| HSV(B) | 242.88º | 0.53% | 0.92% | - |
| XYZ | 27.77 | 20.86 | 81.16 | - |
| YUV | 126.04 | 189.49 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 110 | 235 | 0.51 | 0.53 | 0 | 0.08 | 242.88 | 0.76 | 0.68 |
| Hex | 74 | 6E | EB | 33 | 35 | 0 | 8 | F3 | 4C | 44 |
| Octal | 164 | 156 | 353 | 63 | 65 | 0 | 10 | 363 | 114 | 104 |
| Binary | 1110100 | 1101110 | 11101011 | 110011 | 110101 | 0 | 1000 | 11110011 | 1001100 | 1000100 |
Color Harmonies of #746EEB
Complementary color
Monochromatic Colors of #746EEB
Black with #746EEB
Text Example
Text Example
White with #746EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746EEB; }
p { color: rgb(116,110,235); }
H1.HeaderClassName
{
color: #746EEB;
}
.AnyTagClassName
{
color: #746EEB;
}
</style>
background-color css
<style>
a { background-color: #746EEB; }
a { background-color: rgb(116,110,235); }
div.DivClassName
{
background-color: #746EEB;
}
.BgClassName
{
background-color: #746EEB;
}
</style>
border-color css
<style>
span { border-color: #746EEB; }
span { border-color: rgb(116,110,235); }
td.TdClassName
{
border-color: #746EEB;
}
.TagClassName
{
border-color: #746EEB;
}
</style>