Shades of Medium Slate Blue #7B62EC
Tints of Medium Slate Blue #7B62EC
RGB
CMYK
RGB Variations
Color information
#7B62EC (or 0x7B62EC) is known color: Medium Slate Blue. HEX triplet: 7B, 62 and EC. RGB value is (123,98,236). Sum of RGB (Red+Green+Blue) = 123+98+236=457 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.91% from 457); Green value is 98 (38.67% from 255 or 21.44% from 457); Blue value is 236 (92.58% from 255 or 51.64% from 457); Max value from RGB is 236 - color contains mainly: blue. Hex color #7B62EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B62EC is #849D13. Grayscale: #787878. Windows color (decimal): -8690964 or 15491707. OLE color: 15491707.
HSL color Cylindrical-coordinate representation of color #7B62EC: hue angle of 250.87º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7B62EC is Cyan = 0.48, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 123 | 98 | 236 | - |
| CMYK | 0.48 | 0.58 | 0 | 0.07 |
| HSL | 250.87º | 0.78% | 0.65% | - |
| HSV(B) | 250.87º | 0.58% | 0.93% | - |
| XYZ | 27.68 | 19 | 81.57 | - |
| YUV | 121.21 | 192.78 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 98 | 236 | 0.48 | 0.58 | 0 | 0.07 | 250.87 | 0.78 | 0.65 |
| Hex | 7B | 62 | EC | 30 | 3A | 0 | 7 | FB | 4E | 41 |
| Octal | 173 | 142 | 354 | 60 | 72 | 0 | 7 | 373 | 116 | 101 |
| Binary | 1111011 | 1100010 | 11101100 | 110000 | 111010 | 0 | 111 | 11111011 | 1001110 | 1000001 |
Color Harmonies of #7B62EC
Complementary color
Monochromatic Colors of #7B62EC
Black with #7B62EC
Text Example
Text Example
White with #7B62EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B62EC; }
p { color: rgb(123,98,236); }
H1.HeaderClassName
{
color: #7B62EC;
}
.AnyTagClassName
{
color: #7B62EC;
}
</style>
background-color css
<style>
a { background-color: #7B62EC; }
a { background-color: rgb(123,98,236); }
div.DivClassName
{
background-color: #7B62EC;
}
.BgClassName
{
background-color: #7B62EC;
}
</style>
border-color css
<style>
span { border-color: #7B62EC; }
span { border-color: rgb(123,98,236); }
td.TdClassName
{
border-color: #7B62EC;
}
.TagClassName
{
border-color: #7B62EC;
}
</style>