Shades of Medium Slate Blue #746ADE
Tints of Medium Slate Blue #746ADE
RGB
CMYK
RGB Variations
Color information
#746ADE (or 0x746ADE) is known color: Medium Slate Blue. HEX triplet: 74, 6A and DE. RGB value is (116,106,222). Sum of RGB (Red+Green+Blue) = 116+106+222=444 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.13% from 444); Green value is 106 (41.80% from 255 or 23.87% from 444); Blue value is 222 (87.11% from 255 or 50% from 444); Max value from RGB is 222 - color contains mainly: blue. Hex color #746ADE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746ADE is #8B9521. Grayscale: #797979. Windows color (decimal): -9147682 or 14576244. OLE color: 14576244.
HSL color Cylindrical-coordinate representation of color #746ADE: hue angle of 245.17º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #746ADE is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 106 | 222 | - |
| CMYK | 0.48 | 0.52 | 0 | 0.13 |
| HSL | 245.17º | 0.64% | 0.64% | - |
| HSV(B) | 245.17º | 0.52% | 0.87% | - |
| XYZ | 25.54 | 19.3 | 71.49 | - |
| YUV | 122.21 | 184.31 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 106 | 222 | 0.48 | 0.52 | 0 | 0.13 | 245.17 | 0.64 | 0.64 |
| Hex | 74 | 6A | DE | 30 | 34 | 0 | D | F5 | 40 | 40 |
| Octal | 164 | 152 | 336 | 60 | 64 | 0 | 15 | 365 | 100 | 100 |
| Binary | 1110100 | 1101010 | 11011110 | 110000 | 110100 | 0 | 1101 | 11110101 | 1000000 | 1000000 |
Color Harmonies of #746ADE
Complementary color
Monochromatic Colors of #746ADE
Black with #746ADE
Text Example
Text Example
White with #746ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746ADE; }
p { color: rgb(116,106,222); }
H1.HeaderClassName
{
color: #746ADE;
}
.AnyTagClassName
{
color: #746ADE;
}
</style>
background-color css
<style>
a { background-color: #746ADE; }
a { background-color: rgb(116,106,222); }
div.DivClassName
{
background-color: #746ADE;
}
.BgClassName
{
background-color: #746ADE;
}
</style>
border-color css
<style>
span { border-color: #746ADE; }
span { border-color: rgb(116,106,222); }
td.TdClassName
{
border-color: #746ADE;
}
.TagClassName
{
border-color: #746ADE;
}
</style>