Shades of Medium Slate Blue #745FE9
Tints of Medium Slate Blue #745FE9
RGB
CMYK
RGB Variations
Color information
#745FE9 (or 0x745FE9) is known color: Medium Slate Blue. HEX triplet: 74, 5F and E9. RGB value is (116,95,233). Sum of RGB (Red+Green+Blue) = 116+95+233=444 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.13% from 444); Green value is 95 (37.5% from 255 or 21.40% from 444); Blue value is 233 (91.41% from 255 or 52.48% from 444); Max value from RGB is 233 - color contains mainly: blue. Hex color #745FE9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #745FE9 is #8BA016. Grayscale: #747474. Windows color (decimal): -9150487 or 15294324. OLE color: 15294324.
HSL color Cylindrical-coordinate representation of color #745FE9: hue angle of 249.13º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #745FE9 is Cyan = 0.50, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 116 | 95 | 233 | - |
| CMYK | 0.50 | 0.59 | 0 | 0.09 |
| HSL | 249.13º | 0.76% | 0.64% | - |
| HSV(B) | 249.13º | 0.59% | 0.91% | - |
| XYZ | 26 | 17.78 | 79.15 | - |
| YUV | 117.01 | 193.46 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 95 | 233 | 0.50 | 0.59 | 0 | 0.09 | 249.13 | 0.76 | 0.64 |
| Hex | 74 | 5F | E9 | 32 | 3B | 0 | 9 | F9 | 4C | 40 |
| Octal | 164 | 137 | 351 | 62 | 73 | 0 | 11 | 371 | 114 | 100 |
| Binary | 1110100 | 1011111 | 11101001 | 110010 | 111011 | 0 | 1001 | 11111001 | 1001100 | 1000000 |
Color Harmonies of #745FE9
Complementary color
Monochromatic Colors of #745FE9
Black with #745FE9
Text Example
Text Example
White with #745FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745FE9; }
p { color: rgb(116,95,233); }
H1.HeaderClassName
{
color: #745FE9;
}
.AnyTagClassName
{
color: #745FE9;
}
</style>
background-color css
<style>
a { background-color: #745FE9; }
a { background-color: rgb(116,95,233); }
div.DivClassName
{
background-color: #745FE9;
}
.BgClassName
{
background-color: #745FE9;
}
</style>
border-color css
<style>
span { border-color: #745FE9; }
span { border-color: rgb(116,95,233); }
td.TdClassName
{
border-color: #745FE9;
}
.TagClassName
{
border-color: #745FE9;
}
</style>