Shades of Medium Slate Blue #746DDD
Tints of Medium Slate Blue #746DDD
RGB
CMYK
RGB Variations
Color information
#746DDD (or 0x746DDD) is known color: Medium Slate Blue. HEX triplet: 74, 6D and DD. RGB value is (116,109,221). Sum of RGB (Red+Green+Blue) = 116+109+221=446 (59% of max value = 765). Red value is 116 (45.70% from 255 or 26.01% from 446); Green value is 109 (42.97% from 255 or 24.44% from 446); Blue value is 221 (86.72% from 255 or 49.55% from 446); Max value from RGB is 221 - color contains mainly: blue. Hex color #746DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746DDD is #8B9222. Grayscale: #7B7B7B. Windows color (decimal): -9146915 or 14511476. OLE color: 14511476.
HSL color Cylindrical-coordinate representation of color #746DDD: hue angle of 243.75º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #746DDD is Cyan = 0.48, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 109 | 221 | - |
| CMYK | 0.48 | 0.51 | 0 | 0.13 |
| HSL | 243.75º | 0.62% | 0.65% | - |
| HSV(B) | 243.75º | 0.51% | 0.87% | - |
| XYZ | 25.72 | 19.87 | 70.89 | - |
| YUV | 123.86 | 182.82 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 109 | 221 | 0.48 | 0.51 | 0 | 0.13 | 243.75 | 0.62 | 0.65 |
| Hex | 74 | 6D | DD | 30 | 33 | 0 | D | F4 | 3E | 41 |
| Octal | 164 | 155 | 335 | 60 | 63 | 0 | 15 | 364 | 76 | 101 |
| Binary | 1110100 | 1101101 | 11011101 | 110000 | 110011 | 0 | 1101 | 11110100 | 111110 | 1000001 |
Color Harmonies of #746DDD
Complementary color
Monochromatic Colors of #746DDD
Black with #746DDD
Text Example
Text Example
White with #746DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746DDD; }
p { color: rgb(116,109,221); }
H1.HeaderClassName
{
color: #746DDD;
}
.AnyTagClassName
{
color: #746DDD;
}
</style>
background-color css
<style>
a { background-color: #746DDD; }
a { background-color: rgb(116,109,221); }
div.DivClassName
{
background-color: #746DDD;
}
.BgClassName
{
background-color: #746DDD;
}
</style>
border-color css
<style>
span { border-color: #746DDD; }
span { border-color: rgb(116,109,221); }
td.TdClassName
{
border-color: #746DDD;
}
.TagClassName
{
border-color: #746DDD;
}
</style>