Shades of Medium Slate Blue #7B51ED
Tints of Medium Slate Blue #7B51ED
RGB
CMYK
RGB Variations
Color information
#7B51ED (or 0x7B51ED) is known color: Medium Slate Blue. HEX triplet: 7B, 51 and ED. RGB value is (123,81,237). Sum of RGB (Red+Green+Blue) = 123+81+237=441 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.89% from 441); Green value is 81 (32.03% from 255 or 18.37% from 441); Blue value is 237 (92.97% from 255 or 53.74% from 441); Max value from RGB is 237 - color contains mainly: blue. Hex color #7B51ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B51ED is #84AE12. Grayscale: #6E6E6E. Windows color (decimal): -8695315 or 15552891. OLE color: 15552891.
HSL color Cylindrical-coordinate representation of color #7B51ED: hue angle of 256.15º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7B51ED is Cyan = 0.48, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 123 | 81 | 237 | - |
| CMYK | 0.48 | 0.66 | 0 | 0.07 |
| HSL | 256.15º | 0.81% | 0.62% | - |
| HSV(B) | 256.15º | 0.66% | 0.93% | - |
| XYZ | 26.4 | 16.21 | 81.86 | - |
| YUV | 111.34 | 198.91 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 81 | 237 | 0.48 | 0.66 | 0 | 0.07 | 256.15 | 0.81 | 0.62 |
| Hex | 7B | 51 | ED | 30 | 42 | 0 | 7 | 100 | 51 | 3E |
| Octal | 173 | 121 | 355 | 60 | 102 | 0 | 7 | 400 | 121 | 76 |
| Binary | 1111011 | 1010001 | 11101101 | 110000 | 1000010 | 0 | 111 | 100000000 | 1010001 | 111110 |
Color Harmonies of #7B51ED
Complementary color
Monochromatic Colors of #7B51ED
Black with #7B51ED
Text Example
Text Example
White with #7B51ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B51ED; }
p { color: rgb(123,81,237); }
H1.HeaderClassName
{
color: #7B51ED;
}
.AnyTagClassName
{
color: #7B51ED;
}
</style>
background-color css
<style>
a { background-color: #7B51ED; }
a { background-color: rgb(123,81,237); }
div.DivClassName
{
background-color: #7B51ED;
}
.BgClassName
{
background-color: #7B51ED;
}
</style>
border-color css
<style>
span { border-color: #7B51ED; }
span { border-color: rgb(123,81,237); }
td.TdClassName
{
border-color: #7B51ED;
}
.TagClassName
{
border-color: #7B51ED;
}
</style>