Shades of Medium Slate Blue #746DF0
Tints of Medium Slate Blue #746DF0
RGB
CMYK
RGB Variations
Color information
#746DF0 (or 0x746DF0) is known color: Medium Slate Blue. HEX triplet: 74, 6D and F0. RGB value is (116,109,240). Sum of RGB (Red+Green+Blue) = 116+109+240=465 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.95% from 465); Green value is 109 (42.97% from 255 or 23.44% from 465); Blue value is 240 (94.14% from 255 or 51.61% from 465); Max value from RGB is 240 - color contains mainly: blue. Hex color #746DF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #746DF0 is #8B920F. Grayscale: #7D7D7D. Windows color (decimal): -9146896 or 15756660. OLE color: 15756660.
HSL color Cylindrical-coordinate representation of color #746DF0: hue angle of 243.21º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #746DF0 is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 116 | 109 | 240 | - |
| CMYK | 0.52 | 0.55 | 0 | 0.06 |
| HSL | 243.21º | 0.81% | 0.68% | - |
| HSV(B) | 243.21º | 0.55% | 0.94% | - |
| XYZ | 28.4 | 20.94 | 84.98 | - |
| YUV | 126.03 | 192.32 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 109 | 240 | 0.52 | 0.55 | 0 | 0.06 | 243.21 | 0.81 | 0.68 |
| Hex | 74 | 6D | F0 | 34 | 37 | 0 | 6 | F3 | 51 | 44 |
| Octal | 164 | 155 | 360 | 64 | 67 | 0 | 6 | 363 | 121 | 104 |
| Binary | 1110100 | 1101101 | 11110000 | 110100 | 110111 | 0 | 110 | 11110011 | 1010001 | 1000100 |
Color Harmonies of #746DF0
Complementary color
Monochromatic Colors of #746DF0
Black with #746DF0
Text Example
Text Example
White with #746DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746DF0; }
p { color: rgb(116,109,240); }
H1.HeaderClassName
{
color: #746DF0;
}
.AnyTagClassName
{
color: #746DF0;
}
</style>
background-color css
<style>
a { background-color: #746DF0; }
a { background-color: rgb(116,109,240); }
div.DivClassName
{
background-color: #746DF0;
}
.BgClassName
{
background-color: #746DF0;
}
</style>
border-color css
<style>
span { border-color: #746DF0; }
span { border-color: rgb(116,109,240); }
td.TdClassName
{
border-color: #746DF0;
}
.TagClassName
{
border-color: #746DF0;
}
</style>