Shades of Medium Slate Blue #7B64EC
Tints of Medium Slate Blue #7B64EC
RGB
CMYK
RGB Variations
Color information
#7B64EC (or 0x7B64EC) is known color: Medium Slate Blue. HEX triplet: 7B, 64 and EC. RGB value is (123,100,236). Sum of RGB (Red+Green+Blue) = 123+100+236=459 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.80% from 459); Green value is 100 (39.45% from 255 or 21.79% from 459); Blue value is 236 (92.58% from 255 or 51.42% from 459); Max value from RGB is 236 - color contains mainly: blue. Hex color #7B64EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B64EC is #849B13. Grayscale: #797979. Windows color (decimal): -8690452 or 15492219. OLE color: 15492219.
HSL color Cylindrical-coordinate representation of color #7B64EC: hue angle of 250.15º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7B64EC is Cyan = 0.48, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 123 | 100 | 236 | - |
| CMYK | 0.48 | 0.58 | 0 | 0.07 |
| HSL | 250.15º | 0.78% | 0.66% | - |
| HSV(B) | 250.15º | 0.58% | 0.93% | - |
| XYZ | 27.87 | 19.38 | 81.63 | - |
| YUV | 122.38 | 192.12 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 100 | 236 | 0.48 | 0.58 | 0 | 0.07 | 250.15 | 0.78 | 0.66 |
| Hex | 7B | 64 | EC | 30 | 3A | 0 | 7 | FA | 4E | 42 |
| Octal | 173 | 144 | 354 | 60 | 72 | 0 | 7 | 372 | 116 | 102 |
| Binary | 1111011 | 1100100 | 11101100 | 110000 | 111010 | 0 | 111 | 11111010 | 1001110 | 1000010 |
Color Harmonies of #7B64EC
Complementary color
Monochromatic Colors of #7B64EC
Black with #7B64EC
Text Example
Text Example
White with #7B64EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B64EC; }
p { color: rgb(123,100,236); }
H1.HeaderClassName
{
color: #7B64EC;
}
.AnyTagClassName
{
color: #7B64EC;
}
</style>
background-color css
<style>
a { background-color: #7B64EC; }
a { background-color: rgb(123,100,236); }
div.DivClassName
{
background-color: #7B64EC;
}
.BgClassName
{
background-color: #7B64EC;
}
</style>
border-color css
<style>
span { border-color: #7B64EC; }
span { border-color: rgb(123,100,236); }
td.TdClassName
{
border-color: #7B64EC;
}
.TagClassName
{
border-color: #7B64EC;
}
</style>