Shades of Medium Slate Blue #7B58FE
Tints of Medium Slate Blue #7B58FE
RGB
CMYK
RGB Variations
Color information
#7B58FE (or 0x7B58FE) is known color: Medium Slate Blue. HEX triplet: 7B, 58 and FE. RGB value is (123,88,254). Sum of RGB (Red+Green+Blue) = 123+88+254=465 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.45% from 465); Green value is 88 (34.77% from 255 or 18.92% from 465); Blue value is 254 (99.61% from 255 or 54.62% from 465); Max value from RGB is 254 - color contains mainly: blue. Hex color #7B58FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B58FE is #84A701. Grayscale: #747474. Windows color (decimal): -8693506 or 16668795. OLE color: 16668795.
HSL color Cylindrical-coordinate representation of color #7B58FE: hue angle of 252.65º 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 #7B58FE is Cyan = 0.52, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 123 | 88 | 254 | - |
| CMYK | 0.52 | 0.65 | 0 | 0.00 |
| HSL | 252.65º | 0.99% | 0.67% | - |
| HSV(B) | 252.65º | 0.65% | 1% | - |
| XYZ | 29.55 | 18.35 | 95.75 | - |
| YUV | 117.39 | 205.1 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 88 | 254 | 0.52 | 0.65 | 0 | 0.00 | 252.65 | 0.99 | 0.67 |
| Hex | 7B | 58 | FE | 34 | 41 | 0 | 0 | FD | 63 | 43 |
| Octal | 173 | 130 | 376 | 64 | 101 | 0 | 0 | 375 | 143 | 103 |
| Binary | 1111011 | 1011000 | 11111110 | 110100 | 1000001 | 0 | 0 | 11111101 | 1100011 | 1000011 |
Color Harmonies of #7B58FE
Complementary color
Monochromatic Colors of #7B58FE
Black with #7B58FE
Text Example
Text Example
White with #7B58FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B58FE; }
p { color: rgb(123,88,254); }
H1.HeaderClassName
{
color: #7B58FE;
}
.AnyTagClassName
{
color: #7B58FE;
}
</style>
background-color css
<style>
a { background-color: #7B58FE; }
a { background-color: rgb(123,88,254); }
div.DivClassName
{
background-color: #7B58FE;
}
.BgClassName
{
background-color: #7B58FE;
}
</style>
border-color css
<style>
span { border-color: #7B58FE; }
span { border-color: rgb(123,88,254); }
td.TdClassName
{
border-color: #7B58FE;
}
.TagClassName
{
border-color: #7B58FE;
}
</style>