Shades of Medium Slate Blue #746DF1
Tints of Medium Slate Blue #746DF1
RGB
CMYK
RGB Variations
Color information
#746DF1 (or 0x746DF1) is known color: Medium Slate Blue. HEX triplet: 74, 6D and F1. RGB value is (116,109,241). Sum of RGB (Red+Green+Blue) = 116+109+241=466 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.89% from 466); Green value is 109 (42.97% from 255 or 23.39% from 466); Blue value is 241 (94.53% from 255 or 51.72% from 466); Max value from RGB is 241 - color contains mainly: blue. Hex color #746DF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #746DF1 is #8B920E. Grayscale: #7D7D7D. Windows color (decimal): -9146895 or 15822196. OLE color: 15822196.
HSL color Cylindrical-coordinate representation of color #746DF1: hue angle of 243.18º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #746DF1 is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 116 | 109 | 241 | - |
| CMYK | 0.52 | 0.55 | 0 | 0.05 |
| HSL | 243.18º | 0.83% | 0.69% | - |
| HSV(B) | 243.18º | 0.55% | 0.95% | - |
| XYZ | 28.55 | 21 | 85.77 | - |
| YUV | 126.14 | 192.82 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 109 | 241 | 0.52 | 0.55 | 0 | 0.05 | 243.18 | 0.83 | 0.69 |
| Hex | 74 | 6D | F1 | 34 | 37 | 0 | 5 | F3 | 52 | 45 |
| Octal | 164 | 155 | 361 | 64 | 67 | 0 | 5 | 363 | 122 | 105 |
| Binary | 1110100 | 1101101 | 11110001 | 110100 | 110111 | 0 | 101 | 11110011 | 1010010 | 1000101 |
Color Harmonies of #746DF1
Complementary color
Monochromatic Colors of #746DF1
Black with #746DF1
Text Example
Text Example
White with #746DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746DF1; }
p { color: rgb(116,109,241); }
H1.HeaderClassName
{
color: #746DF1;
}
.AnyTagClassName
{
color: #746DF1;
}
</style>
background-color css
<style>
a { background-color: #746DF1; }
a { background-color: rgb(116,109,241); }
div.DivClassName
{
background-color: #746DF1;
}
.BgClassName
{
background-color: #746DF1;
}
</style>
border-color css
<style>
span { border-color: #746DF1; }
span { border-color: rgb(116,109,241); }
td.TdClassName
{
border-color: #746DF1;
}
.TagClassName
{
border-color: #746DF1;
}
</style>