Shades of Medium Slate Blue #746DF2
Tints of Medium Slate Blue #746DF2
RGB
CMYK
RGB Variations
Color information
#746DF2 (or 0x746DF2) is known color: Medium Slate Blue. HEX triplet: 74, 6D and F2. RGB value is (116,109,242). Sum of RGB (Red+Green+Blue) = 116+109+242=467 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.84% from 467); Green value is 109 (42.97% from 255 or 23.34% from 467); Blue value is 242 (94.92% from 255 or 51.82% from 467); Max value from RGB is 242 - color contains mainly: blue. Hex color #746DF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #746DF2 is #8B920D. Grayscale: #7D7D7D. Windows color (decimal): -9146894 or 15887732. OLE color: 15887732.
HSL color Cylindrical-coordinate representation of color #746DF2: hue angle of 243.16º degrees, saturation: 0.84, 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 #746DF2 is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 116 | 109 | 242 | - |
| CMYK | 0.52 | 0.55 | 0 | 0.05 |
| HSL | 243.16º | 0.84% | 0.69% | - |
| HSV(B) | 243.16º | 0.55% | 0.95% | - |
| XYZ | 28.7 | 21.06 | 86.56 | - |
| YUV | 126.26 | 193.32 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 109 | 242 | 0.52 | 0.55 | 0 | 0.05 | 243.16 | 0.84 | 0.69 |
| Hex | 74 | 6D | F2 | 34 | 37 | 0 | 5 | F3 | 54 | 45 |
| Octal | 164 | 155 | 362 | 64 | 67 | 0 | 5 | 363 | 124 | 105 |
| Binary | 1110100 | 1101101 | 11110010 | 110100 | 110111 | 0 | 101 | 11110011 | 1010100 | 1000101 |
Color Harmonies of #746DF2
Complementary color
Monochromatic Colors of #746DF2
Black with #746DF2
Text Example
Text Example
White with #746DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746DF2; }
p { color: rgb(116,109,242); }
H1.HeaderClassName
{
color: #746DF2;
}
.AnyTagClassName
{
color: #746DF2;
}
</style>
background-color css
<style>
a { background-color: #746DF2; }
a { background-color: rgb(116,109,242); }
div.DivClassName
{
background-color: #746DF2;
}
.BgClassName
{
background-color: #746DF2;
}
</style>
border-color css
<style>
span { border-color: #746DF2; }
span { border-color: rgb(116,109,242); }
td.TdClassName
{
border-color: #746DF2;
}
.TagClassName
{
border-color: #746DF2;
}
</style>