Shades of Medium Slate Blue #745CEC
Tints of Medium Slate Blue #745CEC
RGB
CMYK
RGB Variations
Color information
#745CEC (or 0x745CEC) is known color: Medium Slate Blue. HEX triplet: 74, 5C and EC. RGB value is (116,92,236). Sum of RGB (Red+Green+Blue) = 116+92+236=444 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.13% from 444); Green value is 92 (36.33% from 255 or 20.72% from 444); Blue value is 236 (92.58% from 255 or 53.15% from 444); Max value from RGB is 236 - color contains mainly: blue. Hex color #745CEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #745CEC is #8BA313. Grayscale: #737373. Windows color (decimal): -9151252 or 15490164. OLE color: 15490164.
HSL color Cylindrical-coordinate representation of color #745CEC: hue angle of 250º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #745CEC is Cyan = 0.51, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 92 | 236 | - |
| CMYK | 0.51 | 0.61 | 0 | 0.07 |
| HSL | 250º | 0.79% | 0.64% | - |
| HSV(B) | 250º | 0.61% | 0.93% | - |
| XYZ | 26.17 | 17.42 | 81.34 | - |
| YUV | 115.59 | 195.95 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 92 | 236 | 0.51 | 0.61 | 0 | 0.07 | 250 | 0.79 | 0.64 |
| Hex | 74 | 5C | EC | 33 | 3D | 0 | 7 | FA | 4F | 40 |
| Octal | 164 | 134 | 354 | 63 | 75 | 0 | 7 | 372 | 117 | 100 |
| Binary | 1110100 | 1011100 | 11101100 | 110011 | 111101 | 0 | 111 | 11111010 | 1001111 | 1000000 |
Color Harmonies of #745CEC
Complementary color
Monochromatic Colors of #745CEC
Black with #745CEC
Text Example
Text Example
White with #745CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745CEC; }
p { color: rgb(116,92,236); }
H1.HeaderClassName
{
color: #745CEC;
}
.AnyTagClassName
{
color: #745CEC;
}
</style>
background-color css
<style>
a { background-color: #745CEC; }
a { background-color: rgb(116,92,236); }
div.DivClassName
{
background-color: #745CEC;
}
.BgClassName
{
background-color: #745CEC;
}
</style>
border-color css
<style>
span { border-color: #745CEC; }
span { border-color: rgb(116,92,236); }
td.TdClassName
{
border-color: #745CEC;
}
.TagClassName
{
border-color: #745CEC;
}
</style>