Shades of Medium Slate Blue #7B5AFC
Tints of Medium Slate Blue #7B5AFC
RGB
CMYK
RGB Variations
Color information
#7B5AFC (or 0x7B5AFC) is known color: Medium Slate Blue. HEX triplet: 7B, 5A and FC. RGB value is (123,90,252). Sum of RGB (Red+Green+Blue) = 123+90+252=465 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.45% from 465); Green value is 90 (35.55% from 255 or 19.35% from 465); Blue value is 252 (98.83% from 255 or 54.19% from 465); Max value from RGB is 252 - color contains mainly: blue. Hex color #7B5AFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B5AFC is #84A503. Grayscale: #757575. Windows color (decimal): -8692996 or 16538235. OLE color: 16538235.
HSL color Cylindrical-coordinate representation of color #7B5AFC: hue angle of 252.22º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7B5AFC is Cyan = 0.51, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 123 | 90 | 252 | - |
| CMYK | 0.51 | 0.64 | 0 | 0.01 |
| HSL | 252.22º | 0.96% | 0.67% | - |
| HSV(B) | 252.22º | 0.64% | 0.99% | - |
| XYZ | 29.4 | 18.55 | 94.13 | - |
| YUV | 118.34 | 203.43 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 90 | 252 | 0.51 | 0.64 | 0 | 0.01 | 252.22 | 0.96 | 0.67 |
| Hex | 7B | 5A | FC | 33 | 40 | 0 | 1 | FC | 60 | 43 |
| Octal | 173 | 132 | 374 | 63 | 100 | 0 | 1 | 374 | 140 | 103 |
| Binary | 1111011 | 1011010 | 11111100 | 110011 | 1000000 | 0 | 1 | 11111100 | 1100000 | 1000011 |
Color Harmonies of #7B5AFC
Complementary color
Monochromatic Colors of #7B5AFC
Black with #7B5AFC
Text Example
Text Example
White with #7B5AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5AFC; }
p { color: rgb(123,90,252); }
H1.HeaderClassName
{
color: #7B5AFC;
}
.AnyTagClassName
{
color: #7B5AFC;
}
</style>
background-color css
<style>
a { background-color: #7B5AFC; }
a { background-color: rgb(123,90,252); }
div.DivClassName
{
background-color: #7B5AFC;
}
.BgClassName
{
background-color: #7B5AFC;
}
</style>
border-color css
<style>
span { border-color: #7B5AFC; }
span { border-color: rgb(123,90,252); }
td.TdClassName
{
border-color: #7B5AFC;
}
.TagClassName
{
border-color: #7B5AFC;
}
</style>