Shades of Medium Slate Blue #7B59FE
Tints of Medium Slate Blue #7B59FE
RGB
CMYK
RGB Variations
Color information
#7B59FE (or 0x7B59FE) is known color: Medium Slate Blue. HEX triplet: 7B, 59 and FE. RGB value is (123,89,254). Sum of RGB (Red+Green+Blue) = 123+89+254=466 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.39% from 466); Green value is 89 (35.16% from 255 or 19.10% from 466); Blue value is 254 (99.61% from 255 or 54.51% from 466); Max value from RGB is 254 - color contains mainly: blue. Hex color #7B59FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B59FE is #84A601. Grayscale: #757575. Windows color (decimal): -8693250 or 16669051. OLE color: 16669051.
HSL color Cylindrical-coordinate representation of color #7B59FE: hue angle of 252.36º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7B59FE is Cyan = 0.52, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 123 | 89 | 254 | - |
| CMYK | 0.52 | 0.65 | 0 | 0.00 |
| HSL | 252.36º | 0.99% | 0.67% | - |
| HSV(B) | 252.36º | 0.65% | 1% | - |
| XYZ | 29.63 | 18.51 | 95.78 | - |
| YUV | 117.98 | 204.76 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 89 | 254 | 0.52 | 0.65 | 0 | 0.00 | 252.36 | 0.99 | 0.67 |
| Hex | 7B | 59 | FE | 34 | 41 | 0 | 0 | FC | 63 | 43 |
| Octal | 173 | 131 | 376 | 64 | 101 | 0 | 0 | 374 | 143 | 103 |
| Binary | 1111011 | 1011001 | 11111110 | 110100 | 1000001 | 0 | 0 | 11111100 | 1100011 | 1000011 |
Color Harmonies of #7B59FE
Complementary color
Monochromatic Colors of #7B59FE
Black with #7B59FE
Text Example
Text Example
White with #7B59FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B59FE; }
p { color: rgb(123,89,254); }
H1.HeaderClassName
{
color: #7B59FE;
}
.AnyTagClassName
{
color: #7B59FE;
}
</style>
background-color css
<style>
a { background-color: #7B59FE; }
a { background-color: rgb(123,89,254); }
div.DivClassName
{
background-color: #7B59FE;
}
.BgClassName
{
background-color: #7B59FE;
}
</style>
border-color css
<style>
span { border-color: #7B59FE; }
span { border-color: rgb(123,89,254); }
td.TdClassName
{
border-color: #7B59FE;
}
.TagClassName
{
border-color: #7B59FE;
}
</style>