Shades of Medium Slate Blue #745EF1
Tints of Medium Slate Blue #745EF1
RGB
CMYK
RGB Variations
Color information
#745EF1 (or 0x745EF1) is known color: Medium Slate Blue. HEX triplet: 74, 5E and F1. RGB value is (116,94,241). Sum of RGB (Red+Green+Blue) = 116+94+241=451 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.72% from 451); Green value is 94 (37.11% from 255 or 20.84% from 451); Blue value is 241 (94.53% from 255 or 53.44% from 451); Max value from RGB is 241 - color contains mainly: blue. Hex color #745EF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #745EF1 is #8BA10E. Grayscale: #747474. Windows color (decimal): -9150735 or 15818356. OLE color: 15818356.
HSL color Cylindrical-coordinate representation of color #745EF1: hue angle of 248.98º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #745EF1 is Cyan = 0.52, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 116 | 94 | 241 | - |
| CMYK | 0.52 | 0.61 | 0 | 0.05 |
| HSL | 248.98º | 0.84% | 0.66% | - |
| HSV(B) | 248.98º | 0.61% | 0.95% | - |
| XYZ | 27.08 | 18.07 | 85.28 | - |
| YUV | 117.34 | 197.79 | 127.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 94 | 241 | 0.52 | 0.61 | 0 | 0.05 | 248.98 | 0.84 | 0.66 |
| Hex | 74 | 5E | F1 | 34 | 3D | 0 | 5 | F9 | 54 | 42 |
| Octal | 164 | 136 | 361 | 64 | 75 | 0 | 5 | 371 | 124 | 102 |
| Binary | 1110100 | 1011110 | 11110001 | 110100 | 111101 | 0 | 101 | 11111001 | 1010100 | 1000010 |
Color Harmonies of #745EF1
Complementary color
Monochromatic Colors of #745EF1
Black with #745EF1
Text Example
Text Example
White with #745EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745EF1; }
p { color: rgb(116,94,241); }
H1.HeaderClassName
{
color: #745EF1;
}
.AnyTagClassName
{
color: #745EF1;
}
</style>
background-color css
<style>
a { background-color: #745EF1; }
a { background-color: rgb(116,94,241); }
div.DivClassName
{
background-color: #745EF1;
}
.BgClassName
{
background-color: #745EF1;
}
</style>
border-color css
<style>
span { border-color: #745EF1; }
span { border-color: rgb(116,94,241); }
td.TdClassName
{
border-color: #745EF1;
}
.TagClassName
{
border-color: #745EF1;
}
</style>