Shades of Medium Slate Blue #7B58E4
Tints of Medium Slate Blue #7B58E4
RGB
CMYK
RGB Variations
Color information
#7B58E4 (or 0x7B58E4) is known color: Medium Slate Blue. HEX triplet: 7B, 58 and E4. RGB value is (123,88,228). Sum of RGB (Red+Green+Blue) = 123+88+228=439 (58% of max value = 765). Red value is 123 (48.44% from 255 or 28.02% from 439); Green value is 88 (34.77% from 255 or 20.05% from 439); Blue value is 228 (89.45% from 255 or 51.94% from 439); Max value from RGB is 228 - color contains mainly: blue. Hex color #7B58E4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B58E4 is #84A71B. Grayscale: #717171. Windows color (decimal): -8693532 or 14964859. OLE color: 14964859.
HSL color Cylindrical-coordinate representation of color #7B58E4: hue angle of 255º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7B58E4 is Cyan = 0.46, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 123 | 88 | 228 | - |
| CMYK | 0.46 | 0.61 | 0 | 0.11 |
| HSL | 255º | 0.72% | 0.62% | - |
| HSV(B) | 255º | 0.61% | 0.89% | - |
| XYZ | 25.66 | 16.79 | 75.29 | - |
| YUV | 114.43 | 192.1 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 88 | 228 | 0.46 | 0.61 | 0 | 0.11 | 255 | 0.72 | 0.62 |
| Hex | 7B | 58 | E4 | 2E | 3D | 0 | B | FF | 48 | 3E |
| Octal | 173 | 130 | 344 | 56 | 75 | 0 | 13 | 377 | 110 | 76 |
| Binary | 1111011 | 1011000 | 11100100 | 101110 | 111101 | 0 | 1011 | 11111111 | 1001000 | 111110 |
Color Harmonies of #7B58E4
Complementary color
Monochromatic Colors of #7B58E4
Black with #7B58E4
Text Example
Text Example
White with #7B58E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B58E4; }
p { color: rgb(123,88,228); }
H1.HeaderClassName
{
color: #7B58E4;
}
.AnyTagClassName
{
color: #7B58E4;
}
</style>
background-color css
<style>
a { background-color: #7B58E4; }
a { background-color: rgb(123,88,228); }
div.DivClassName
{
background-color: #7B58E4;
}
.BgClassName
{
background-color: #7B58E4;
}
</style>
border-color css
<style>
span { border-color: #7B58E4; }
span { border-color: rgb(123,88,228); }
td.TdClassName
{
border-color: #7B58E4;
}
.TagClassName
{
border-color: #7B58E4;
}
</style>