Shades of Medium Slate Blue #7368EC
Tints of Medium Slate Blue #7368EC
RGB
CMYK
RGB Variations
Color information
#7368EC (or 0x7368EC) is known color: Medium Slate Blue. HEX triplet: 73, 68 and EC. RGB value is (115,104,236). Sum of RGB (Red+Green+Blue) = 115+104+236=455 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.27% from 455); Green value is 104 (41.02% from 255 or 22.86% from 455); Blue value is 236 (92.58% from 255 or 51.87% from 455); Max value from RGB is 236 - color contains mainly: blue. Hex color #7368EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7368EC is #8C9713. Grayscale: #797979. Windows color (decimal): -9213716 or 15493235. OLE color: 15493235.
HSL color Cylindrical-coordinate representation of color #7368EC: hue angle of 245º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7368EC is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 104 | 236 | - |
| CMYK | 0.51 | 0.56 | 0 | 0.07 |
| HSL | 245º | 0.78% | 0.67% | - |
| HSV(B) | 245º | 0.56% | 0.93% | - |
| XYZ | 27.16 | 19.6 | 81.71 | - |
| YUV | 122.34 | 192.14 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 104 | 236 | 0.51 | 0.56 | 0 | 0.07 | 245 | 0.78 | 0.67 |
| Hex | 73 | 68 | EC | 33 | 38 | 0 | 7 | F5 | 4E | 43 |
| Octal | 163 | 150 | 354 | 63 | 70 | 0 | 7 | 365 | 116 | 103 |
| Binary | 1110011 | 1101000 | 11101100 | 110011 | 111000 | 0 | 111 | 11110101 | 1001110 | 1000011 |
Color Harmonies of #7368EC
Complementary color
Monochromatic Colors of #7368EC
Black with #7368EC
Text Example
Text Example
White with #7368EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7368EC; }
p { color: rgb(115,104,236); }
H1.HeaderClassName
{
color: #7368EC;
}
.AnyTagClassName
{
color: #7368EC;
}
</style>
background-color css
<style>
a { background-color: #7368EC; }
a { background-color: rgb(115,104,236); }
div.DivClassName
{
background-color: #7368EC;
}
.BgClassName
{
background-color: #7368EC;
}
</style>
border-color css
<style>
span { border-color: #7368EC; }
span { border-color: rgb(115,104,236); }
td.TdClassName
{
border-color: #7368EC;
}
.TagClassName
{
border-color: #7368EC;
}
</style>