Shades of Medium Slate Blue #746CEC
Tints of Medium Slate Blue #746CEC
RGB
CMYK
RGB Variations
Color information
#746CEC (or 0x746CEC) is known color: Medium Slate Blue. HEX triplet: 74, 6C and EC. RGB value is (116,108,236). Sum of RGB (Red+Green+Blue) = 116+108+236=460 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.22% from 460); Green value is 108 (42.58% from 255 or 23.48% from 460); Blue value is 236 (92.58% from 255 or 51.30% from 460); Max value from RGB is 236 - color contains mainly: blue. Hex color #746CEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #746CEC is #8B9313. Grayscale: #7C7C7C. Windows color (decimal): -9147156 or 15494260. OLE color: 15494260.
HSL color Cylindrical-coordinate representation of color #746CEC: hue angle of 243.75º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #746CEC is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 108 | 236 | - |
| CMYK | 0.51 | 0.54 | 0 | 0.07 |
| HSL | 243.75º | 0.77% | 0.67% | - |
| HSV(B) | 243.75º | 0.54% | 0.93% | - |
| XYZ | 27.71 | 20.49 | 81.85 | - |
| YUV | 124.98 | 190.65 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 108 | 236 | 0.51 | 0.54 | 0 | 0.07 | 243.75 | 0.77 | 0.67 |
| Hex | 74 | 6C | EC | 33 | 36 | 0 | 7 | F4 | 4D | 43 |
| Octal | 164 | 154 | 354 | 63 | 66 | 0 | 7 | 364 | 115 | 103 |
| Binary | 1110100 | 1101100 | 11101100 | 110011 | 110110 | 0 | 111 | 11110100 | 1001101 | 1000011 |
Color Harmonies of #746CEC
Complementary color
Monochromatic Colors of #746CEC
Black with #746CEC
Text Example
Text Example
White with #746CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746CEC; }
p { color: rgb(116,108,236); }
H1.HeaderClassName
{
color: #746CEC;
}
.AnyTagClassName
{
color: #746CEC;
}
</style>
background-color css
<style>
a { background-color: #746CEC; }
a { background-color: rgb(116,108,236); }
div.DivClassName
{
background-color: #746CEC;
}
.BgClassName
{
background-color: #746CEC;
}
</style>
border-color css
<style>
span { border-color: #746CEC; }
span { border-color: rgb(116,108,236); }
td.TdClassName
{
border-color: #746CEC;
}
.TagClassName
{
border-color: #746CEC;
}
</style>