Shades of Medium Slate Blue #7B73EC
Tints of Medium Slate Blue #7B73EC
RGB
CMYK
RGB Variations
Color information
#7B73EC (or 0x7B73EC) is known color: Medium Slate Blue. HEX triplet: 7B, 73 and EC. RGB value is (123,115,236). Sum of RGB (Red+Green+Blue) = 123+115+236=474 (62% of max value = 765). Red value is 123 (48.44% from 255 or 25.95% from 474); Green value is 115 (45.31% from 255 or 24.26% from 474); Blue value is 236 (92.58% from 255 or 49.79% from 474); Max value from RGB is 236 - color contains mainly: blue. Hex color #7B73EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B73EC is #848C13. Grayscale: #828282. Windows color (decimal): -8686612 or 15496059. OLE color: 15496059.
HSL color Cylindrical-coordinate representation of color #7B73EC: hue angle of 243.97º 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 #7B73EC is Cyan = 0.48, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 123 | 115 | 236 | - |
| CMYK | 0.48 | 0.51 | 0 | 0.07 |
| HSL | 243.97º | 0.76% | 0.69% | - |
| HSV(B) | 243.97º | 0.51% | 0.93% | - |
| XYZ | 29.44 | 22.53 | 82.15 | - |
| YUV | 131.19 | 187.15 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 115 | 236 | 0.48 | 0.51 | 0 | 0.07 | 243.97 | 0.76 | 0.69 |
| Hex | 7B | 73 | EC | 30 | 33 | 0 | 7 | F4 | 4C | 45 |
| Octal | 173 | 163 | 354 | 60 | 63 | 0 | 7 | 364 | 114 | 105 |
| Binary | 1111011 | 1110011 | 11101100 | 110000 | 110011 | 0 | 111 | 11110100 | 1001100 | 1000101 |
Color Harmonies of #7B73EC
Complementary color
Monochromatic Colors of #7B73EC
Black with #7B73EC
Text Example
Text Example
White with #7B73EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B73EC; }
p { color: rgb(123,115,236); }
H1.HeaderClassName
{
color: #7B73EC;
}
.AnyTagClassName
{
color: #7B73EC;
}
</style>
background-color css
<style>
a { background-color: #7B73EC; }
a { background-color: rgb(123,115,236); }
div.DivClassName
{
background-color: #7B73EC;
}
.BgClassName
{
background-color: #7B73EC;
}
</style>
border-color css
<style>
span { border-color: #7B73EC; }
span { border-color: rgb(123,115,236); }
td.TdClassName
{
border-color: #7B73EC;
}
.TagClassName
{
border-color: #7B73EC;
}
</style>