Shades of Medium Slate Blue #7B5BEC
Tints of Medium Slate Blue #7B5BEC
RGB
CMYK
RGB Variations
Color information
#7B5BEC (or 0x7B5BEC) is known color: Medium Slate Blue. HEX triplet: 7B, 5B and EC. RGB value is (123,91,236). Sum of RGB (Red+Green+Blue) = 123+91+236=450 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.33% from 450); Green value is 91 (35.94% from 255 or 20.22% from 450); Blue value is 236 (92.58% from 255 or 52.44% from 450); Max value from RGB is 236 - color contains mainly: blue. Hex color #7B5BEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B5BEC is #84A413. Grayscale: #747474. Windows color (decimal): -8692756 or 15489915. OLE color: 15489915.
HSL color Cylindrical-coordinate representation of color #7B5BEC: hue angle of 253.24º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7B5BEC is Cyan = 0.48, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 123 | 91 | 236 | - |
| CMYK | 0.48 | 0.61 | 0 | 0.07 |
| HSL | 253.24º | 0.79% | 0.64% | - |
| HSV(B) | 253.24º | 0.61% | 0.93% | - |
| XYZ | 27.05 | 17.75 | 81.36 | - |
| YUV | 117.1 | 195.1 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 91 | 236 | 0.48 | 0.61 | 0 | 0.07 | 253.24 | 0.79 | 0.64 |
| Hex | 7B | 5B | EC | 30 | 3D | 0 | 7 | FD | 4F | 40 |
| Octal | 173 | 133 | 354 | 60 | 75 | 0 | 7 | 375 | 117 | 100 |
| Binary | 1111011 | 1011011 | 11101100 | 110000 | 111101 | 0 | 111 | 11111101 | 1001111 | 1000000 |
Color Harmonies of #7B5BEC
Complementary color
Monochromatic Colors of #7B5BEC
Black with #7B5BEC
Text Example
Text Example
White with #7B5BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5BEC; }
p { color: rgb(123,91,236); }
H1.HeaderClassName
{
color: #7B5BEC;
}
.AnyTagClassName
{
color: #7B5BEC;
}
</style>
background-color css
<style>
a { background-color: #7B5BEC; }
a { background-color: rgb(123,91,236); }
div.DivClassName
{
background-color: #7B5BEC;
}
.BgClassName
{
background-color: #7B5BEC;
}
</style>
border-color css
<style>
span { border-color: #7B5BEC; }
span { border-color: rgb(123,91,236); }
td.TdClassName
{
border-color: #7B5BEC;
}
.TagClassName
{
border-color: #7B5BEC;
}
</style>