Shades of Medium Slate Blue #7B59E4
Tints of Medium Slate Blue #7B59E4
RGB
CMYK
RGB Variations
Color information
#7B59E4 (or 0x7B59E4) is known color: Medium Slate Blue. HEX triplet: 7B, 59 and E4. RGB value is (123,89,228). Sum of RGB (Red+Green+Blue) = 123+89+228=440 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.95% from 440); Green value is 89 (35.16% from 255 or 20.23% from 440); Blue value is 228 (89.45% from 255 or 51.82% from 440); Max value from RGB is 228 - color contains mainly: blue. Hex color #7B59E4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B59E4 is #84A61B. Grayscale: #727272. Windows color (decimal): -8693276 or 14965115. OLE color: 14965115.
HSL color Cylindrical-coordinate representation of color #7B59E4: hue angle of 254.68º 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 #7B59E4 is Cyan = 0.46, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 123 | 89 | 228 | - |
| CMYK | 0.46 | 0.61 | 0 | 0.11 |
| HSL | 254.68º | 0.72% | 0.62% | - |
| HSV(B) | 254.68º | 0.61% | 0.89% | - |
| XYZ | 25.74 | 16.96 | 75.31 | - |
| YUV | 115.01 | 191.76 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 89 | 228 | 0.46 | 0.61 | 0 | 0.11 | 254.68 | 0.72 | 0.62 |
| Hex | 7B | 59 | E4 | 2E | 3D | 0 | B | FF | 48 | 3E |
| Octal | 173 | 131 | 344 | 56 | 75 | 0 | 13 | 377 | 110 | 76 |
| Binary | 1111011 | 1011001 | 11100100 | 101110 | 111101 | 0 | 1011 | 11111111 | 1001000 | 111110 |
Color Harmonies of #7B59E4
Complementary color
Monochromatic Colors of #7B59E4
Black with #7B59E4
Text Example
Text Example
White with #7B59E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B59E4; }
p { color: rgb(123,89,228); }
H1.HeaderClassName
{
color: #7B59E4;
}
.AnyTagClassName
{
color: #7B59E4;
}
</style>
background-color css
<style>
a { background-color: #7B59E4; }
a { background-color: rgb(123,89,228); }
div.DivClassName
{
background-color: #7B59E4;
}
.BgClassName
{
background-color: #7B59E4;
}
</style>
border-color css
<style>
span { border-color: #7B59E4; }
span { border-color: rgb(123,89,228); }
td.TdClassName
{
border-color: #7B59E4;
}
.TagClassName
{
border-color: #7B59E4;
}
</style>