Shades of Medium Slate Blue #7B5BFA
Tints of Medium Slate Blue #7B5BFA
RGB
CMYK
RGB Variations
Color information
#7B5BFA (or 0x7B5BFA) is known color: Medium Slate Blue. HEX triplet: 7B, 5B and FA. RGB value is (123,91,250). Sum of RGB (Red+Green+Blue) = 123+91+250=464 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.51% from 464); Green value is 91 (35.94% from 255 or 19.61% from 464); Blue value is 250 (98.05% from 255 or 53.88% from 464); Max value from RGB is 250 - color contains mainly: blue. Hex color #7B5BFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B5BFA is #84A405. Grayscale: #767676. Windows color (decimal): -8692742 or 16407419. OLE color: 16407419.
HSL color Cylindrical-coordinate representation of color #7B5BFA: hue angle of 252.08º degrees, saturation: 0.94, 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 #7B5BFA is Cyan = 0.51, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 123 | 91 | 250 | - |
| CMYK | 0.51 | 0.64 | 0 | 0.02 |
| HSL | 252.08º | 0.94% | 0.67% | - |
| HSV(B) | 252.08º | 0.64% | 0.98% | - |
| XYZ | 29.16 | 18.6 | 92.49 | - |
| YUV | 118.69 | 202.1 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 91 | 250 | 0.51 | 0.64 | 0 | 0.02 | 252.08 | 0.94 | 0.67 |
| Hex | 7B | 5B | FA | 33 | 40 | 0 | 2 | FC | 5E | 43 |
| Octal | 173 | 133 | 372 | 63 | 100 | 0 | 2 | 374 | 136 | 103 |
| Binary | 1111011 | 1011011 | 11111010 | 110011 | 1000000 | 0 | 10 | 11111100 | 1011110 | 1000011 |
Color Harmonies of #7B5BFA
Complementary color
Monochromatic Colors of #7B5BFA
Black with #7B5BFA
Text Example
Text Example
White with #7B5BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5BFA; }
p { color: rgb(123,91,250); }
H1.HeaderClassName
{
color: #7B5BFA;
}
.AnyTagClassName
{
color: #7B5BFA;
}
</style>
background-color css
<style>
a { background-color: #7B5BFA; }
a { background-color: rgb(123,91,250); }
div.DivClassName
{
background-color: #7B5BFA;
}
.BgClassName
{
background-color: #7B5BFA;
}
</style>
border-color css
<style>
span { border-color: #7B5BFA; }
span { border-color: rgb(123,91,250); }
td.TdClassName
{
border-color: #7B5BFA;
}
.TagClassName
{
border-color: #7B5BFA;
}
</style>