Shades of Medium Slate Blue #746CF3
Tints of Medium Slate Blue #746CF3
RGB
CMYK
RGB Variations
Color information
#746CF3 (or 0x746CF3) is known color: Medium Slate Blue. HEX triplet: 74, 6C and F3. RGB value is (116,108,243). Sum of RGB (Red+Green+Blue) = 116+108+243=467 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.84% from 467); Green value is 108 (42.58% from 255 or 23.13% from 467); Blue value is 243 (95.31% from 255 or 52.03% from 467); Max value from RGB is 243 - color contains mainly: blue. Hex color #746CF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #746CF3 is #8B930C. Grayscale: #7D7D7D. Windows color (decimal): -9147149 or 15953012. OLE color: 15953012.
HSL color Cylindrical-coordinate representation of color #746CF3: hue angle of 243.56º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #746CF3 is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 116 | 108 | 243 | - |
| CMYK | 0.52 | 0.56 | 0 | 0.05 |
| HSL | 243.56º | 0.85% | 0.69% | - |
| HSV(B) | 243.56º | 0.56% | 0.95% | - |
| XYZ | 28.74 | 20.91 | 87.31 | - |
| YUV | 125.78 | 194.15 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 108 | 243 | 0.52 | 0.56 | 0 | 0.05 | 243.56 | 0.85 | 0.69 |
| Hex | 74 | 6C | F3 | 34 | 38 | 0 | 5 | F4 | 55 | 45 |
| Octal | 164 | 154 | 363 | 64 | 70 | 0 | 5 | 364 | 125 | 105 |
| Binary | 1110100 | 1101100 | 11110011 | 110100 | 111000 | 0 | 101 | 11110100 | 1010101 | 1000101 |
Color Harmonies of #746CF3
Complementary color
Monochromatic Colors of #746CF3
Black with #746CF3
Text Example
Text Example
White with #746CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746CF3; }
p { color: rgb(116,108,243); }
H1.HeaderClassName
{
color: #746CF3;
}
.AnyTagClassName
{
color: #746CF3;
}
</style>
background-color css
<style>
a { background-color: #746CF3; }
a { background-color: rgb(116,108,243); }
div.DivClassName
{
background-color: #746CF3;
}
.BgClassName
{
background-color: #746CF3;
}
</style>
border-color css
<style>
span { border-color: #746CF3; }
span { border-color: rgb(116,108,243); }
td.TdClassName
{
border-color: #746CF3;
}
.TagClassName
{
border-color: #746CF3;
}
</style>