Shades of Medium Slate Blue #746DDB
Tints of Medium Slate Blue #746DDB
RGB
CMYK
RGB Variations
Color information
#746DDB (or 0x746DDB) is known color: Medium Slate Blue. HEX triplet: 74, 6D and DB. RGB value is (116,109,219). Sum of RGB (Red+Green+Blue) = 116+109+219=444 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.13% from 444); Green value is 109 (42.97% from 255 or 24.55% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #746DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746DDB is #8B9224. Grayscale: #7B7B7B. Windows color (decimal): -9146917 or 14380404. OLE color: 14380404.
HSL color Cylindrical-coordinate representation of color #746DDB: hue angle of 243.82º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #746DDB is Cyan = 0.47, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 109 | 219 | - |
| CMYK | 0.47 | 0.50 | 0 | 0.14 |
| HSL | 243.82º | 0.6% | 0.64% | - |
| HSV(B) | 243.82º | 0.5% | 0.86% | - |
| XYZ | 25.46 | 19.76 | 69.49 | - |
| YUV | 123.63 | 181.82 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 109 | 219 | 0.47 | 0.50 | 0 | 0.14 | 243.82 | 0.6 | 0.64 |
| Hex | 74 | 6D | DB | 2F | 32 | 0 | E | F4 | 3C | 40 |
| Octal | 164 | 155 | 333 | 57 | 62 | 0 | 16 | 364 | 74 | 100 |
| Binary | 1110100 | 1101101 | 11011011 | 101111 | 110010 | 0 | 1110 | 11110100 | 111100 | 1000000 |
Color Harmonies of #746DDB
Complementary color
Monochromatic Colors of #746DDB
Black with #746DDB
Text Example
Text Example
White with #746DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746DDB; }
p { color: rgb(116,109,219); }
H1.HeaderClassName
{
color: #746DDB;
}
.AnyTagClassName
{
color: #746DDB;
}
</style>
background-color css
<style>
a { background-color: #746DDB; }
a { background-color: rgb(116,109,219); }
div.DivClassName
{
background-color: #746DDB;
}
.BgClassName
{
background-color: #746DDB;
}
</style>
border-color css
<style>
span { border-color: #746DDB; }
span { border-color: rgb(116,109,219); }
td.TdClassName
{
border-color: #746DDB;
}
.TagClassName
{
border-color: #746DDB;
}
</style>