Shades of Medium Slate Blue #7B72EC
Tints of Medium Slate Blue #7B72EC
RGB
CMYK
RGB Variations
Color information
#7B72EC (or 0x7B72EC) is known color: Medium Slate Blue. HEX triplet: 7B, 72 and EC. RGB value is (123,114,236). Sum of RGB (Red+Green+Blue) = 123+114+236=473 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.00% from 473); Green value is 114 (44.92% from 255 or 24.10% from 473); Blue value is 236 (92.58% from 255 or 49.89% from 473); Max value from RGB is 236 - color contains mainly: blue. Hex color #7B72EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B72EC is #848D13. Grayscale: #828282. Windows color (decimal): -8686868 or 15495803. OLE color: 15495803.
HSL color Cylindrical-coordinate representation of color #7B72EC: hue angle of 244.43º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7B72EC is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 123 | 114 | 236 | - |
| CMYK | 0.48 | 0.52 | 0 | 0.07 |
| HSL | 244.43º | 0.76% | 0.69% | - |
| HSV(B) | 244.43º | 0.52% | 0.93% | - |
| XYZ | 29.33 | 22.3 | 82.12 | - |
| YUV | 130.6 | 187.48 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 114 | 236 | 0.48 | 0.52 | 0 | 0.07 | 244.43 | 0.76 | 0.69 |
| Hex | 7B | 72 | EC | 30 | 34 | 0 | 7 | F4 | 4C | 45 |
| Octal | 173 | 162 | 354 | 60 | 64 | 0 | 7 | 364 | 114 | 105 |
| Binary | 1111011 | 1110010 | 11101100 | 110000 | 110100 | 0 | 111 | 11110100 | 1001100 | 1000101 |
Color Harmonies of #7B72EC
Complementary color
Monochromatic Colors of #7B72EC
Black with #7B72EC
Text Example
Text Example
White with #7B72EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B72EC; }
p { color: rgb(123,114,236); }
H1.HeaderClassName
{
color: #7B72EC;
}
.AnyTagClassName
{
color: #7B72EC;
}
</style>
background-color css
<style>
a { background-color: #7B72EC; }
a { background-color: rgb(123,114,236); }
div.DivClassName
{
background-color: #7B72EC;
}
.BgClassName
{
background-color: #7B72EC;
}
</style>
border-color css
<style>
span { border-color: #7B72EC; }
span { border-color: rgb(123,114,236); }
td.TdClassName
{
border-color: #7B72EC;
}
.TagClassName
{
border-color: #7B72EC;
}
</style>