Shades of Medium Slate Blue #7B58EF
Tints of Medium Slate Blue #7B58EF
RGB
CMYK
RGB Variations
Color information
#7B58EF (or 0x7B58EF) is known color: Medium Slate Blue. HEX triplet: 7B, 58 and EF. RGB value is (123,88,239). Sum of RGB (Red+Green+Blue) = 123+88+239=450 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.33% from 450); Green value is 88 (34.77% from 255 or 19.56% from 450); Blue value is 239 (93.75% from 255 or 53.11% from 450); Max value from RGB is 239 - color contains mainly: blue. Hex color #7B58EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B58EF is #84A710. Grayscale: #737373. Windows color (decimal): -8693521 or 15685755. OLE color: 15685755.
HSL color Cylindrical-coordinate representation of color #7B58EF: hue angle of 253.91º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7B58EF is Cyan = 0.49, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 123 | 88 | 239 | - |
| CMYK | 0.49 | 0.63 | 0 | 0.06 |
| HSL | 253.91º | 0.83% | 0.64% | - |
| HSV(B) | 253.91º | 0.63% | 0.94% | - |
| XYZ | 27.24 | 17.42 | 83.59 | - |
| YUV | 115.68 | 197.6 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 88 | 239 | 0.49 | 0.63 | 0 | 0.06 | 253.91 | 0.83 | 0.64 |
| Hex | 7B | 58 | EF | 31 | 3F | 0 | 6 | FE | 53 | 40 |
| Octal | 173 | 130 | 357 | 61 | 77 | 0 | 6 | 376 | 123 | 100 |
| Binary | 1111011 | 1011000 | 11101111 | 110001 | 111111 | 0 | 110 | 11111110 | 1010011 | 1000000 |
Color Harmonies of #7B58EF
Complementary color
Monochromatic Colors of #7B58EF
Black with #7B58EF
Text Example
Text Example
White with #7B58EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B58EF; }
p { color: rgb(123,88,239); }
H1.HeaderClassName
{
color: #7B58EF;
}
.AnyTagClassName
{
color: #7B58EF;
}
</style>
background-color css
<style>
a { background-color: #7B58EF; }
a { background-color: rgb(123,88,239); }
div.DivClassName
{
background-color: #7B58EF;
}
.BgClassName
{
background-color: #7B58EF;
}
</style>
border-color css
<style>
span { border-color: #7B58EF; }
span { border-color: rgb(123,88,239); }
td.TdClassName
{
border-color: #7B58EF;
}
.TagClassName
{
border-color: #7B58EF;
}
</style>