Shades of Medium Slate Blue #745DE9
Tints of Medium Slate Blue #745DE9
RGB
CMYK
RGB Variations
Color information
#745DE9 (or 0x745DE9) is known color: Medium Slate Blue. HEX triplet: 74, 5D and E9. RGB value is (116,93,233). Sum of RGB (Red+Green+Blue) = 116+93+233=442 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.24% from 442); Green value is 93 (36.72% from 255 or 21.04% from 442); Blue value is 233 (91.41% from 255 or 52.71% from 442); Max value from RGB is 233 - color contains mainly: blue. Hex color #745DE9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #745DE9 is #8BA216. Grayscale: #737373. Windows color (decimal): -9150999 or 15293812. OLE color: 15293812.
HSL color Cylindrical-coordinate representation of color #745DE9: hue angle of 249.86º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #745DE9 is Cyan = 0.50, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 116 | 93 | 233 | - |
| CMYK | 0.50 | 0.60 | 0 | 0.09 |
| HSL | 249.86º | 0.76% | 0.64% | - |
| HSV(B) | 249.86º | 0.6% | 0.91% | - |
| XYZ | 25.82 | 17.42 | 79.09 | - |
| YUV | 115.84 | 194.12 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 93 | 233 | 0.50 | 0.60 | 0 | 0.09 | 249.86 | 0.76 | 0.64 |
| Hex | 74 | 5D | E9 | 32 | 3C | 0 | 9 | FA | 4C | 40 |
| Octal | 164 | 135 | 351 | 62 | 74 | 0 | 11 | 372 | 114 | 100 |
| Binary | 1110100 | 1011101 | 11101001 | 110010 | 111100 | 0 | 1001 | 11111010 | 1001100 | 1000000 |
Color Harmonies of #745DE9
Complementary color
Monochromatic Colors of #745DE9
Black with #745DE9
Text Example
Text Example
White with #745DE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745DE9; }
p { color: rgb(116,93,233); }
H1.HeaderClassName
{
color: #745DE9;
}
.AnyTagClassName
{
color: #745DE9;
}
</style>
background-color css
<style>
a { background-color: #745DE9; }
a { background-color: rgb(116,93,233); }
div.DivClassName
{
background-color: #745DE9;
}
.BgClassName
{
background-color: #745DE9;
}
</style>
border-color css
<style>
span { border-color: #745DE9; }
span { border-color: rgb(116,93,233); }
td.TdClassName
{
border-color: #745DE9;
}
.TagClassName
{
border-color: #745DE9;
}
</style>