Shades of Medium Slate Blue #7145EC
Tints of Medium Slate Blue #7145EC
RGB
CMYK
RGB Variations
Color information
#7145EC (or 0x7145EC) is known color: Medium Slate Blue. HEX triplet: 71, 45 and EC. RGB value is (113,69,236). Sum of RGB (Red+Green+Blue) = 113+69+236=418 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.03% from 418); Green value is 69 (27.34% from 255 or 16.51% from 418); Blue value is 236 (92.58% from 255 or 56.46% from 418); Max value from RGB is 236 - color contains mainly: blue. Hex color #7145EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7145EC is #8EBA13. Grayscale: #646464. Windows color (decimal): -9353748 or 15484273. OLE color: 15484273.
HSL color Cylindrical-coordinate representation of color #7145EC: hue angle of 255.81º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7145EC is Cyan = 0.52, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 69 | 236 | - |
| CMYK | 0.52 | 0.71 | 0 | 0.07 |
| HSL | 255.81º | 0.81% | 0.6% | - |
| HSV(B) | 255.81º | 0.71% | 0.93% | - |
| XYZ | 24.08 | 13.82 | 80.76 | - |
| YUV | 101.19 | 204.08 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 69 | 236 | 0.52 | 0.71 | 0 | 0.07 | 255.81 | 0.81 | 0.6 |
| Hex | 71 | 45 | EC | 34 | 47 | 0 | 7 | 100 | 51 | 3C |
| Octal | 161 | 105 | 354 | 64 | 107 | 0 | 7 | 400 | 121 | 74 |
| Binary | 1110001 | 1000101 | 11101100 | 110100 | 1000111 | 0 | 111 | 100000000 | 1010001 | 111100 |
Color Harmonies of #7145EC
Complementary color
Monochromatic Colors of #7145EC
Black with #7145EC
Text Example
Text Example
White with #7145EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7145EC; }
p { color: rgb(113,69,236); }
H1.HeaderClassName
{
color: #7145EC;
}
.AnyTagClassName
{
color: #7145EC;
}
</style>
background-color css
<style>
a { background-color: #7145EC; }
a { background-color: rgb(113,69,236); }
div.DivClassName
{
background-color: #7145EC;
}
.BgClassName
{
background-color: #7145EC;
}
</style>
border-color css
<style>
span { border-color: #7145EC; }
span { border-color: rgb(113,69,236); }
td.TdClassName
{
border-color: #7145EC;
}
.TagClassName
{
border-color: #7145EC;
}
</style>