Shades of Medium Slate Blue #7358EC
Tints of Medium Slate Blue #7358EC
RGB
CMYK
RGB Variations
Color information
#7358EC (or 0x7358EC) is known color: Medium Slate Blue. HEX triplet: 73, 58 and EC. RGB value is (115,88,236). Sum of RGB (Red+Green+Blue) = 115+88+236=439 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.20% from 439); Green value is 88 (34.77% from 255 or 20.05% from 439); Blue value is 236 (92.58% from 255 or 53.76% from 439); Max value from RGB is 236 - color contains mainly: blue. Hex color #7358EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7358EC is #8CA713. Grayscale: #707070. Windows color (decimal): -9217812 or 15489139. OLE color: 15489139.
HSL color Cylindrical-coordinate representation of color #7358EC: hue angle of 250.95º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7358EC is Cyan = 0.51, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 88 | 236 | - |
| CMYK | 0.51 | 0.63 | 0 | 0.07 |
| HSL | 250.95º | 0.8% | 0.64% | - |
| HSV(B) | 250.95º | 0.63% | 0.93% | - |
| XYZ | 25.7 | 16.68 | 81.22 | - |
| YUV | 112.95 | 197.45 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 88 | 236 | 0.51 | 0.63 | 0 | 0.07 | 250.95 | 0.8 | 0.64 |
| Hex | 73 | 58 | EC | 33 | 3F | 0 | 7 | FB | 50 | 40 |
| Octal | 163 | 130 | 354 | 63 | 77 | 0 | 7 | 373 | 120 | 100 |
| Binary | 1110011 | 1011000 | 11101100 | 110011 | 111111 | 0 | 111 | 11111011 | 1010000 | 1000000 |
Color Harmonies of #7358EC
Complementary color
Monochromatic Colors of #7358EC
Black with #7358EC
Text Example
Text Example
White with #7358EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7358EC; }
p { color: rgb(115,88,236); }
H1.HeaderClassName
{
color: #7358EC;
}
.AnyTagClassName
{
color: #7358EC;
}
</style>
background-color css
<style>
a { background-color: #7358EC; }
a { background-color: rgb(115,88,236); }
div.DivClassName
{
background-color: #7358EC;
}
.BgClassName
{
background-color: #7358EC;
}
</style>
border-color css
<style>
span { border-color: #7358EC; }
span { border-color: rgb(115,88,236); }
td.TdClassName
{
border-color: #7358EC;
}
.TagClassName
{
border-color: #7358EC;
}
</style>