Shades of Medium Slate Blue #7B47EC
Tints of Medium Slate Blue #7B47EC
RGB
CMYK
RGB Variations
Color information
#7B47EC (or 0x7B47EC) is known color: Medium Slate Blue. HEX triplet: 7B, 47 and EC. RGB value is (123,71,236). Sum of RGB (Red+Green+Blue) = 123+71+236=430 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.60% from 430); Green value is 71 (28.12% from 255 or 16.51% from 430); Blue value is 236 (92.58% from 255 or 54.88% from 430); Max value from RGB is 236 - color contains mainly: blue. Hex color #7B47EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7B47EC is #84B813. Grayscale: #686868. Windows color (decimal): -8697876 or 15484795. OLE color: 15484795.
HSL color Cylindrical-coordinate representation of color #7B47EC: hue angle of 258.91º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7B47EC is Cyan = 0.48, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 123 | 71 | 236 | - |
| CMYK | 0.48 | 0.70 | 0 | 0.07 |
| HSL | 258.91º | 0.81% | 0.6% | - |
| HSV(B) | 258.91º | 0.7% | 0.93% | - |
| XYZ | 25.56 | 14.77 | 80.86 | - |
| YUV | 105.36 | 201.73 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 71 | 236 | 0.48 | 0.70 | 0 | 0.07 | 258.91 | 0.81 | 0.6 |
| Hex | 7B | 47 | EC | 30 | 46 | 0 | 7 | 103 | 51 | 3C |
| Octal | 173 | 107 | 354 | 60 | 106 | 0 | 7 | 403 | 121 | 74 |
| Binary | 1111011 | 1000111 | 11101100 | 110000 | 1000110 | 0 | 111 | 100000011 | 1010001 | 111100 |
Color Harmonies of #7B47EC
Complementary color
Monochromatic Colors of #7B47EC
Black with #7B47EC
Text Example
Text Example
White with #7B47EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B47EC; }
p { color: rgb(123,71,236); }
H1.HeaderClassName
{
color: #7B47EC;
}
.AnyTagClassName
{
color: #7B47EC;
}
</style>
background-color css
<style>
a { background-color: #7B47EC; }
a { background-color: rgb(123,71,236); }
div.DivClassName
{
background-color: #7B47EC;
}
.BgClassName
{
background-color: #7B47EC;
}
</style>
border-color css
<style>
span { border-color: #7B47EC; }
span { border-color: rgb(123,71,236); }
td.TdClassName
{
border-color: #7B47EC;
}
.TagClassName
{
border-color: #7B47EC;
}
</style>