Shades of Medium Slate Blue #7B5BFB
Tints of Medium Slate Blue #7B5BFB
RGB
CMYK
RGB Variations
Color information
#7B5BFB (or 0x7B5BFB) is known color: Medium Slate Blue. HEX triplet: 7B, 5B and FB. RGB value is (123,91,251). Sum of RGB (Red+Green+Blue) = 123+91+251=465 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.45% from 465); Green value is 91 (35.94% from 255 or 19.57% from 465); Blue value is 251 (98.44% from 255 or 53.98% from 465); Max value from RGB is 251 - color contains mainly: blue. Hex color #7B5BFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B5BFB is #84A404. Grayscale: #767676. Windows color (decimal): -8692741 or 16472955. OLE color: 16472955.
HSL color Cylindrical-coordinate representation of color #7B5BFB: hue angle of 252º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7B5BFB is Cyan = 0.51, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 123 | 91 | 251 | - |
| CMYK | 0.51 | 0.64 | 0 | 0.02 |
| HSL | 252º | 0.95% | 0.67% | - |
| HSV(B) | 252º | 0.64% | 0.98% | - |
| XYZ | 29.32 | 18.66 | 93.32 | - |
| YUV | 118.81 | 202.6 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 91 | 251 | 0.51 | 0.64 | 0 | 0.02 | 252 | 0.95 | 0.67 |
| Hex | 7B | 5B | FB | 33 | 40 | 0 | 2 | FC | 5F | 43 |
| Octal | 173 | 133 | 373 | 63 | 100 | 0 | 2 | 374 | 137 | 103 |
| Binary | 1111011 | 1011011 | 11111011 | 110011 | 1000000 | 0 | 10 | 11111100 | 1011111 | 1000011 |
Color Harmonies of #7B5BFB
Complementary color
Monochromatic Colors of #7B5BFB
Black with #7B5BFB
Text Example
Text Example
White with #7B5BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5BFB; }
p { color: rgb(123,91,251); }
H1.HeaderClassName
{
color: #7B5BFB;
}
.AnyTagClassName
{
color: #7B5BFB;
}
</style>
background-color css
<style>
a { background-color: #7B5BFB; }
a { background-color: rgb(123,91,251); }
div.DivClassName
{
background-color: #7B5BFB;
}
.BgClassName
{
background-color: #7B5BFB;
}
</style>
border-color css
<style>
span { border-color: #7B5BFB; }
span { border-color: rgb(123,91,251); }
td.TdClassName
{
border-color: #7B5BFB;
}
.TagClassName
{
border-color: #7B5BFB;
}
</style>