Shades of Medium Slate Blue #745CEB
Tints of Medium Slate Blue #745CEB
RGB
CMYK
RGB Variations
Color information
#745CEB (or 0x745CEB) is known color: Medium Slate Blue. HEX triplet: 74, 5C and EB. RGB value is (116,92,235). Sum of RGB (Red+Green+Blue) = 116+92+235=443 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.19% from 443); Green value is 92 (36.33% from 255 or 20.77% from 443); Blue value is 235 (92.19% from 255 or 53.05% from 443); Max value from RGB is 235 - color contains mainly: blue. Hex color #745CEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #745CEB is #8BA314. Grayscale: #727272. Windows color (decimal): -9151253 or 15424628. OLE color: 15424628.
HSL color Cylindrical-coordinate representation of color #745CEB: hue angle of 250.07º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #745CEB is Cyan = 0.51, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 116 | 92 | 235 | - |
| CMYK | 0.51 | 0.61 | 0 | 0.08 |
| HSL | 250.07º | 0.78% | 0.64% | - |
| HSV(B) | 250.07º | 0.61% | 0.92% | - |
| XYZ | 26.03 | 17.37 | 80.58 | - |
| YUV | 115.48 | 195.45 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 92 | 235 | 0.51 | 0.61 | 0 | 0.08 | 250.07 | 0.78 | 0.64 |
| Hex | 74 | 5C | EB | 33 | 3D | 0 | 8 | FA | 4E | 40 |
| Octal | 164 | 134 | 353 | 63 | 75 | 0 | 10 | 372 | 116 | 100 |
| Binary | 1110100 | 1011100 | 11101011 | 110011 | 111101 | 0 | 1000 | 11111010 | 1001110 | 1000000 |
Color Harmonies of #745CEB
Complementary color
Monochromatic Colors of #745CEB
Black with #745CEB
Text Example
Text Example
White with #745CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745CEB; }
p { color: rgb(116,92,235); }
H1.HeaderClassName
{
color: #745CEB;
}
.AnyTagClassName
{
color: #745CEB;
}
</style>
background-color css
<style>
a { background-color: #745CEB; }
a { background-color: rgb(116,92,235); }
div.DivClassName
{
background-color: #745CEB;
}
.BgClassName
{
background-color: #745CEB;
}
</style>
border-color css
<style>
span { border-color: #745CEB; }
span { border-color: rgb(116,92,235); }
td.TdClassName
{
border-color: #745CEB;
}
.TagClassName
{
border-color: #745CEB;
}
</style>