Shades of Medium Slate Blue #746AF1
Tints of Medium Slate Blue #746AF1
RGB
CMYK
RGB Variations
Color information
#746AF1 (or 0x746AF1) is known color: Medium Slate Blue. HEX triplet: 74, 6A and F1. RGB value is (116,106,241). Sum of RGB (Red+Green+Blue) = 116+106+241=463 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25.05% from 463); Green value is 106 (41.80% from 255 or 22.89% from 463); Blue value is 241 (94.53% from 255 or 52.05% from 463); Max value from RGB is 241 - color contains mainly: blue. Hex color #746AF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #746AF1 is #8B950E. Grayscale: #7B7B7B. Windows color (decimal): -9147663 or 15821428. OLE color: 15821428.
HSL color Cylindrical-coordinate representation of color #746AF1: hue angle of 244.44º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #746AF1 is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 116 | 106 | 241 | - |
| CMYK | 0.52 | 0.56 | 0 | 0.05 |
| HSL | 244.44º | 0.83% | 0.68% | - |
| HSV(B) | 244.44º | 0.56% | 0.95% | - |
| XYZ | 28.23 | 20.37 | 85.66 | - |
| YUV | 124.38 | 193.81 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 106 | 241 | 0.52 | 0.56 | 0 | 0.05 | 244.44 | 0.83 | 0.68 |
| Hex | 74 | 6A | F1 | 34 | 38 | 0 | 5 | F4 | 53 | 44 |
| Octal | 164 | 152 | 361 | 64 | 70 | 0 | 5 | 364 | 123 | 104 |
| Binary | 1110100 | 1101010 | 11110001 | 110100 | 111000 | 0 | 101 | 11110100 | 1010011 | 1000100 |
Color Harmonies of #746AF1
Complementary color
Monochromatic Colors of #746AF1
Black with #746AF1
Text Example
Text Example
White with #746AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746AF1; }
p { color: rgb(116,106,241); }
H1.HeaderClassName
{
color: #746AF1;
}
.AnyTagClassName
{
color: #746AF1;
}
</style>
background-color css
<style>
a { background-color: #746AF1; }
a { background-color: rgb(116,106,241); }
div.DivClassName
{
background-color: #746AF1;
}
.BgClassName
{
background-color: #746AF1;
}
</style>
border-color css
<style>
span { border-color: #746AF1; }
span { border-color: rgb(116,106,241); }
td.TdClassName
{
border-color: #746AF1;
}
.TagClassName
{
border-color: #746AF1;
}
</style>