Shades of Medium Slate Blue #745DEA
Tints of Medium Slate Blue #745DEA
RGB
CMYK
RGB Variations
Color information
#745DEA (or 0x745DEA) is known color: Medium Slate Blue. HEX triplet: 74, 5D and EA. RGB value is (116,93,234). Sum of RGB (Red+Green+Blue) = 116+93+234=443 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.19% from 443); Green value is 93 (36.72% from 255 or 20.99% from 443); Blue value is 234 (91.80% from 255 or 52.82% from 443); Max value from RGB is 234 - color contains mainly: blue. Hex color #745DEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #745DEA is #8BA215. Grayscale: #737373. Windows color (decimal): -9150998 or 15359348. OLE color: 15359348.
HSL color Cylindrical-coordinate representation of color #745DEA: hue angle of 249.79º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #745DEA is Cyan = 0.50, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 116 | 93 | 234 | - |
| CMYK | 0.50 | 0.60 | 0 | 0.08 |
| HSL | 249.79º | 0.77% | 0.64% | - |
| HSV(B) | 249.79º | 0.6% | 0.92% | - |
| XYZ | 25.97 | 17.48 | 79.85 | - |
| YUV | 115.95 | 194.62 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 93 | 234 | 0.50 | 0.60 | 0 | 0.08 | 249.79 | 0.77 | 0.64 |
| Hex | 74 | 5D | EA | 32 | 3C | 0 | 8 | FA | 4D | 40 |
| Octal | 164 | 135 | 352 | 62 | 74 | 0 | 10 | 372 | 115 | 100 |
| Binary | 1110100 | 1011101 | 11101010 | 110010 | 111100 | 0 | 1000 | 11111010 | 1001101 | 1000000 |
Color Harmonies of #745DEA
Complementary color
Monochromatic Colors of #745DEA
Black with #745DEA
Text Example
Text Example
White with #745DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745DEA; }
p { color: rgb(116,93,234); }
H1.HeaderClassName
{
color: #745DEA;
}
.AnyTagClassName
{
color: #745DEA;
}
</style>
background-color css
<style>
a { background-color: #745DEA; }
a { background-color: rgb(116,93,234); }
div.DivClassName
{
background-color: #745DEA;
}
.BgClassName
{
background-color: #745DEA;
}
</style>
border-color css
<style>
span { border-color: #745DEA; }
span { border-color: rgb(116,93,234); }
td.TdClassName
{
border-color: #745DEA;
}
.TagClassName
{
border-color: #745DEA;
}
</style>