Shades of Medium Slate Blue #7377EC
Tints of Medium Slate Blue #7377EC
RGB
CMYK
RGB Variations
Color information
#7377EC (or 0x7377EC) is known color: Medium Slate Blue. HEX triplet: 73, 77 and EC. RGB value is (115,119,236). Sum of RGB (Red+Green+Blue) = 115+119+236=470 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.47% from 470); Green value is 119 (46.88% from 255 or 25.32% from 470); Blue value is 236 (92.58% from 255 or 50.21% from 470); Max value from RGB is 236 - color contains mainly: blue. Hex color #7377EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7377EC is #8C8813. Grayscale: #828282. Windows color (decimal): -9209876 or 15497075. OLE color: 15497075.
HSL color Cylindrical-coordinate representation of color #7377EC: hue angle of 238.02º 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 #7377EC is Cyan = 0.51, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 119 | 236 | - |
| CMYK | 0.51 | 0.50 | 0 | 0.07 |
| HSL | 238.02º | 0.76% | 0.69% | - |
| HSV(B) | 238.02º | 0.51% | 0.93% | - |
| XYZ | 28.81 | 22.89 | 82.26 | - |
| YUV | 131.14 | 187.17 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 119 | 236 | 0.51 | 0.50 | 0 | 0.07 | 238.02 | 0.76 | 0.69 |
| Hex | 73 | 77 | EC | 33 | 32 | 0 | 7 | EE | 4C | 45 |
| Octal | 163 | 167 | 354 | 63 | 62 | 0 | 7 | 356 | 114 | 105 |
| Binary | 1110011 | 1110111 | 11101100 | 110011 | 110010 | 0 | 111 | 11101110 | 1001100 | 1000101 |
Color Harmonies of #7377EC
Complementary color
Monochromatic Colors of #7377EC
Black with #7377EC
Text Example
Text Example
White with #7377EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7377EC; }
p { color: rgb(115,119,236); }
H1.HeaderClassName
{
color: #7377EC;
}
.AnyTagClassName
{
color: #7377EC;
}
</style>
background-color css
<style>
a { background-color: #7377EC; }
a { background-color: rgb(115,119,236); }
div.DivClassName
{
background-color: #7377EC;
}
.BgClassName
{
background-color: #7377EC;
}
</style>
border-color css
<style>
span { border-color: #7377EC; }
span { border-color: rgb(115,119,236); }
td.TdClassName
{
border-color: #7377EC;
}
.TagClassName
{
border-color: #7377EC;
}
</style>