Shades of Medium Slate Blue #746AF9
Tints of Medium Slate Blue #746AF9
RGB
CMYK
RGB Variations
Color information
#746AF9 (or 0x746AF9) is known color: Medium Slate Blue. HEX triplet: 74, 6A and F9. RGB value is (116,106,249). Sum of RGB (Red+Green+Blue) = 116+106+249=471 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.63% from 471); Green value is 106 (41.80% from 255 or 22.51% from 471); Blue value is 249 (97.66% from 255 or 52.87% from 471); Max value from RGB is 249 - color contains mainly: blue. Hex color #746AF9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #746AF9 is #8B9506. Grayscale: #7C7C7C. Windows color (decimal): -9147655 or 16345716. OLE color: 16345716.
HSL color Cylindrical-coordinate representation of color #746AF9: hue angle of 244.2º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #746AF9 is Cyan = 0.53, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 106 | 249 | - |
| CMYK | 0.53 | 0.57 | 0 | 0.02 |
| HSL | 244.2º | 0.92% | 0.7% | - |
| HSV(B) | 244.2º | 0.57% | 0.98% | - |
| XYZ | 29.46 | 20.86 | 92.1 | - |
| YUV | 125.29 | 197.81 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 106 | 249 | 0.53 | 0.57 | 0 | 0.02 | 244.2 | 0.92 | 0.7 |
| Hex | 74 | 6A | F9 | 35 | 39 | 0 | 2 | F4 | 5C | 46 |
| Octal | 164 | 152 | 371 | 65 | 71 | 0 | 2 | 364 | 134 | 106 |
| Binary | 1110100 | 1101010 | 11111001 | 110101 | 111001 | 0 | 10 | 11110100 | 1011100 | 1000110 |
Color Harmonies of #746AF9
Complementary color
Monochromatic Colors of #746AF9
Black with #746AF9
Text Example
Text Example
White with #746AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746AF9; }
p { color: rgb(116,106,249); }
H1.HeaderClassName
{
color: #746AF9;
}
.AnyTagClassName
{
color: #746AF9;
}
</style>
background-color css
<style>
a { background-color: #746AF9; }
a { background-color: rgb(116,106,249); }
div.DivClassName
{
background-color: #746AF9;
}
.BgClassName
{
background-color: #746AF9;
}
</style>
border-color css
<style>
span { border-color: #746AF9; }
span { border-color: rgb(116,106,249); }
td.TdClassName
{
border-color: #746AF9;
}
.TagClassName
{
border-color: #746AF9;
}
</style>