Shades of Medium Slate Blue #745FEB
Tints of Medium Slate Blue #745FEB
RGB
CMYK
RGB Variations
Color information
#745FEB (or 0x745FEB) is known color: Medium Slate Blue. HEX triplet: 74, 5F and EB. RGB value is (116,95,235). Sum of RGB (Red+Green+Blue) = 116+95+235=446 (59% of max value = 765). Red value is 116 (45.70% from 255 or 26.01% from 446); Green value is 95 (37.5% from 255 or 21.30% from 446); Blue value is 235 (92.19% from 255 or 52.69% from 446); Max value from RGB is 235 - color contains mainly: blue. Hex color #745FEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #745FEB is #8BA014. Grayscale: #747474. Windows color (decimal): -9150485 or 15425396. OLE color: 15425396.
HSL color Cylindrical-coordinate representation of color #745FEB: hue angle of 249º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #745FEB is Cyan = 0.51, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 116 | 95 | 235 | - |
| CMYK | 0.51 | 0.60 | 0 | 0.08 |
| HSL | 249º | 0.78% | 0.65% | - |
| HSV(B) | 249º | 0.6% | 0.92% | - |
| XYZ | 26.29 | 17.9 | 80.67 | - |
| YUV | 117.24 | 194.46 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 95 | 235 | 0.51 | 0.60 | 0 | 0.08 | 249 | 0.78 | 0.65 |
| Hex | 74 | 5F | EB | 33 | 3C | 0 | 8 | F9 | 4E | 41 |
| Octal | 164 | 137 | 353 | 63 | 74 | 0 | 10 | 371 | 116 | 101 |
| Binary | 1110100 | 1011111 | 11101011 | 110011 | 111100 | 0 | 1000 | 11111001 | 1001110 | 1000001 |
Color Harmonies of #745FEB
Complementary color
Monochromatic Colors of #745FEB
Black with #745FEB
Text Example
Text Example
White with #745FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745FEB; }
p { color: rgb(116,95,235); }
H1.HeaderClassName
{
color: #745FEB;
}
.AnyTagClassName
{
color: #745FEB;
}
</style>
background-color css
<style>
a { background-color: #745FEB; }
a { background-color: rgb(116,95,235); }
div.DivClassName
{
background-color: #745FEB;
}
.BgClassName
{
background-color: #745FEB;
}
</style>
border-color css
<style>
span { border-color: #745FEB; }
span { border-color: rgb(116,95,235); }
td.TdClassName
{
border-color: #745FEB;
}
.TagClassName
{
border-color: #745FEB;
}
</style>