Shades of Medium Slate Blue #746ADB
Tints of Medium Slate Blue #746ADB
RGB
CMYK
RGB Variations
Color information
#746ADB (or 0x746ADB) is known color: Medium Slate Blue. HEX triplet: 74, 6A and DB. RGB value is (116,106,219). Sum of RGB (Red+Green+Blue) = 116+106+219=441 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.30% from 441); Green value is 106 (41.80% from 255 or 24.04% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #746ADB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746ADB is #8B9524. Grayscale: #797979. Windows color (decimal): -9147685 or 14379636. OLE color: 14379636.
HSL color Cylindrical-coordinate representation of color #746ADB: hue angle of 245.31º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #746ADB is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 106 | 219 | - |
| CMYK | 0.47 | 0.52 | 0 | 0.14 |
| HSL | 245.31º | 0.61% | 0.64% | - |
| HSV(B) | 245.31º | 0.52% | 0.86% | - |
| XYZ | 25.14 | 19.14 | 69.39 | - |
| YUV | 121.87 | 182.81 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 106 | 219 | 0.47 | 0.52 | 0 | 0.14 | 245.31 | 0.61 | 0.64 |
| Hex | 74 | 6A | DB | 2F | 34 | 0 | E | F5 | 3D | 40 |
| Octal | 164 | 152 | 333 | 57 | 64 | 0 | 16 | 365 | 75 | 100 |
| Binary | 1110100 | 1101010 | 11011011 | 101111 | 110100 | 0 | 1110 | 11110101 | 111101 | 1000000 |
Color Harmonies of #746ADB
Complementary color
Monochromatic Colors of #746ADB
Black with #746ADB
Text Example
Text Example
White with #746ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746ADB; }
p { color: rgb(116,106,219); }
H1.HeaderClassName
{
color: #746ADB;
}
.AnyTagClassName
{
color: #746ADB;
}
</style>
background-color css
<style>
a { background-color: #746ADB; }
a { background-color: rgb(116,106,219); }
div.DivClassName
{
background-color: #746ADB;
}
.BgClassName
{
background-color: #746ADB;
}
</style>
border-color css
<style>
span { border-color: #746ADB; }
span { border-color: rgb(116,106,219); }
td.TdClassName
{
border-color: #746ADB;
}
.TagClassName
{
border-color: #746ADB;
}
</style>