Shades of Medium Slate Blue #7B64EB
Tints of Medium Slate Blue #7B64EB
RGB
CMYK
RGB Variations
Color information
#7B64EB (or 0x7B64EB) is known color: Medium Slate Blue. HEX triplet: 7B, 64 and EB. RGB value is (123,100,235). Sum of RGB (Red+Green+Blue) = 123+100+235=458 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.86% from 458); Green value is 100 (39.45% from 255 or 21.83% from 458); Blue value is 235 (92.19% from 255 or 51.31% from 458); Max value from RGB is 235 - color contains mainly: blue. Hex color #7B64EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B64EB is #849B14. Grayscale: #797979. Windows color (decimal): -8690453 or 15426683. OLE color: 15426683.
HSL color Cylindrical-coordinate representation of color #7B64EB: hue angle of 250.22º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7B64EB is Cyan = 0.48, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 123 | 100 | 235 | - |
| CMYK | 0.48 | 0.57 | 0 | 0.08 |
| HSL | 250.22º | 0.77% | 0.66% | - |
| HSV(B) | 250.22º | 0.57% | 0.92% | - |
| XYZ | 27.72 | 19.32 | 80.87 | - |
| YUV | 122.27 | 191.62 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 100 | 235 | 0.48 | 0.57 | 0 | 0.08 | 250.22 | 0.77 | 0.66 |
| Hex | 7B | 64 | EB | 30 | 39 | 0 | 8 | FA | 4D | 42 |
| Octal | 173 | 144 | 353 | 60 | 71 | 0 | 10 | 372 | 115 | 102 |
| Binary | 1111011 | 1100100 | 11101011 | 110000 | 111001 | 0 | 1000 | 11111010 | 1001101 | 1000010 |
Color Harmonies of #7B64EB
Complementary color
Monochromatic Colors of #7B64EB
Black with #7B64EB
Text Example
Text Example
White with #7B64EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B64EB; }
p { color: rgb(123,100,235); }
H1.HeaderClassName
{
color: #7B64EB;
}
.AnyTagClassName
{
color: #7B64EB;
}
</style>
background-color css
<style>
a { background-color: #7B64EB; }
a { background-color: rgb(123,100,235); }
div.DivClassName
{
background-color: #7B64EB;
}
.BgClassName
{
background-color: #7B64EB;
}
</style>
border-color css
<style>
span { border-color: #7B64EB; }
span { border-color: rgb(123,100,235); }
td.TdClassName
{
border-color: #7B64EB;
}
.TagClassName
{
border-color: #7B64EB;
}
</style>