Shades of Medium Slate Blue #7378EC
Tints of Medium Slate Blue #7378EC
RGB
CMYK
RGB Variations
Color information
#7378EC (or 0x7378EC) is known color: Medium Slate Blue. HEX triplet: 73, 78 and EC. RGB value is (115,120,236). Sum of RGB (Red+Green+Blue) = 115+120+236=471 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.42% from 471); Green value is 120 (47.27% from 255 or 25.48% from 471); Blue value is 236 (92.58% from 255 or 50.11% from 471); Max value from RGB is 236 - color contains mainly: blue. Hex color #7378EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7378EC is #8C8713. Grayscale: #838383. Windows color (decimal): -9209620 or 15497331. OLE color: 15497331.
HSL color Cylindrical-coordinate representation of color #7378EC: hue angle of 237.52º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7378EC is Cyan = 0.51, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 120 | 236 | - |
| CMYK | 0.51 | 0.49 | 0 | 0.07 |
| HSL | 237.52º | 0.76% | 0.69% | - |
| HSV(B) | 237.52º | 0.51% | 0.93% | - |
| XYZ | 28.93 | 23.13 | 82.3 | - |
| YUV | 131.73 | 186.84 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 120 | 236 | 0.51 | 0.49 | 0 | 0.07 | 237.52 | 0.76 | 0.69 |
| Hex | 73 | 78 | EC | 33 | 31 | 0 | 7 | EE | 4C | 45 |
| Octal | 163 | 170 | 354 | 63 | 61 | 0 | 7 | 356 | 114 | 105 |
| Binary | 1110011 | 1111000 | 11101100 | 110011 | 110001 | 0 | 111 | 11101110 | 1001100 | 1000101 |
Color Harmonies of #7378EC
Complementary color
Monochromatic Colors of #7378EC
Black with #7378EC
Text Example
Text Example
White with #7378EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7378EC; }
p { color: rgb(115,120,236); }
H1.HeaderClassName
{
color: #7378EC;
}
.AnyTagClassName
{
color: #7378EC;
}
</style>
background-color css
<style>
a { background-color: #7378EC; }
a { background-color: rgb(115,120,236); }
div.DivClassName
{
background-color: #7378EC;
}
.BgClassName
{
background-color: #7378EC;
}
</style>
border-color css
<style>
span { border-color: #7378EC; }
span { border-color: rgb(115,120,236); }
td.TdClassName
{
border-color: #7378EC;
}
.TagClassName
{
border-color: #7378EC;
}
</style>