Shades of Medium Slate Blue #7345EC
Tints of Medium Slate Blue #7345EC
RGB
CMYK
RGB Variations
Color information
#7345EC (or 0x7345EC) is known color: Medium Slate Blue. HEX triplet: 73, 45 and EC. RGB value is (115,69,236). Sum of RGB (Red+Green+Blue) = 115+69+236=420 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.38% from 420); Green value is 69 (27.34% from 255 or 16.43% from 420); Blue value is 236 (92.58% from 255 or 56.19% from 420); Max value from RGB is 236 - color contains mainly: blue. Hex color #7345EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7345EC is #8CBA13. Grayscale: #656565. Windows color (decimal): -9222676 or 15484275. OLE color: 15484275.
HSL color Cylindrical-coordinate representation of color #7345EC: hue angle of 256.53º 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 #7345EC is Cyan = 0.51, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 69 | 236 | - |
| CMYK | 0.51 | 0.71 | 0 | 0.07 |
| HSL | 256.53º | 0.81% | 0.6% | - |
| HSV(B) | 256.53º | 0.71% | 0.93% | - |
| XYZ | 24.34 | 13.96 | 80.77 | - |
| YUV | 101.79 | 203.74 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 69 | 236 | 0.51 | 0.71 | 0 | 0.07 | 256.53 | 0.81 | 0.6 |
| Hex | 73 | 45 | EC | 33 | 47 | 0 | 7 | 101 | 51 | 3C |
| Octal | 163 | 105 | 354 | 63 | 107 | 0 | 7 | 401 | 121 | 74 |
| Binary | 1110011 | 1000101 | 11101100 | 110011 | 1000111 | 0 | 111 | 100000001 | 1010001 | 111100 |
Color Harmonies of #7345EC
Complementary color
Monochromatic Colors of #7345EC
Black with #7345EC
Text Example
Text Example
White with #7345EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7345EC; }
p { color: rgb(115,69,236); }
H1.HeaderClassName
{
color: #7345EC;
}
.AnyTagClassName
{
color: #7345EC;
}
</style>
background-color css
<style>
a { background-color: #7345EC; }
a { background-color: rgb(115,69,236); }
div.DivClassName
{
background-color: #7345EC;
}
.BgClassName
{
background-color: #7345EC;
}
</style>
border-color css
<style>
span { border-color: #7345EC; }
span { border-color: rgb(115,69,236); }
td.TdClassName
{
border-color: #7345EC;
}
.TagClassName
{
border-color: #7345EC;
}
</style>