Shades of Medium Slate Blue #746AEF
Tints of Medium Slate Blue #746AEF
RGB
CMYK
RGB Variations
Color information
#746AEF (or 0x746AEF) is known color: Medium Slate Blue. HEX triplet: 74, 6A and EF. RGB value is (116,106,239). Sum of RGB (Red+Green+Blue) = 116+106+239=461 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25.16% from 461); Green value is 106 (41.80% from 255 or 22.99% from 461); Blue value is 239 (93.75% from 255 or 51.84% from 461); Max value from RGB is 239 - color contains mainly: blue. Hex color #746AEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #746AEF is #8B9510. Grayscale: #7B7B7B. Windows color (decimal): -9147665 or 15690356. OLE color: 15690356.
HSL color Cylindrical-coordinate representation of color #746AEF: hue angle of 244.51º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #746AEF is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 116 | 106 | 239 | - |
| CMYK | 0.51 | 0.56 | 0 | 0.06 |
| HSL | 244.51º | 0.81% | 0.68% | - |
| HSV(B) | 244.51º | 0.56% | 0.94% | - |
| XYZ | 27.94 | 20.25 | 84.1 | - |
| YUV | 124.15 | 192.81 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 106 | 239 | 0.51 | 0.56 | 0 | 0.06 | 244.51 | 0.81 | 0.68 |
| Hex | 74 | 6A | EF | 33 | 38 | 0 | 6 | F5 | 51 | 44 |
| Octal | 164 | 152 | 357 | 63 | 70 | 0 | 6 | 365 | 121 | 104 |
| Binary | 1110100 | 1101010 | 11101111 | 110011 | 111000 | 0 | 110 | 11110101 | 1010001 | 1000100 |
Color Harmonies of #746AEF
Complementary color
Monochromatic Colors of #746AEF
Black with #746AEF
Text Example
Text Example
White with #746AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746AEF; }
p { color: rgb(116,106,239); }
H1.HeaderClassName
{
color: #746AEF;
}
.AnyTagClassName
{
color: #746AEF;
}
</style>
background-color css
<style>
a { background-color: #746AEF; }
a { background-color: rgb(116,106,239); }
div.DivClassName
{
background-color: #746AEF;
}
.BgClassName
{
background-color: #746AEF;
}
</style>
border-color css
<style>
span { border-color: #746AEF; }
span { border-color: rgb(116,106,239); }
td.TdClassName
{
border-color: #746AEF;
}
.TagClassName
{
border-color: #746AEF;
}
</style>