Shades of Medium Slate Blue #7B50FC
Tints of Medium Slate Blue #7B50FC
RGB
CMYK
RGB Variations
Color information
#7B50FC (or 0x7B50FC) is known color: Medium Slate Blue. HEX triplet: 7B, 50 and FC. RGB value is (123,80,252). Sum of RGB (Red+Green+Blue) = 123+80+252=455 (60% of max value = 765). Red value is 123 (48.44% from 255 or 27.03% from 455); Green value is 80 (31.64% from 255 or 17.58% from 455); Blue value is 252 (98.83% from 255 or 55.38% from 455); Max value from RGB is 252 - color contains mainly: blue. Hex color #7B50FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B50FC is #84AF03. Grayscale: #6F6F6F. Windows color (decimal): -8695556 or 16535675. OLE color: 16535675.
HSL color Cylindrical-coordinate representation of color #7B50FC: hue angle of 255º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7B50FC is Cyan = 0.51, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 123 | 80 | 252 | - |
| CMYK | 0.51 | 0.68 | 0 | 0.01 |
| HSL | 255º | 0.97% | 0.65% | - |
| HSV(B) | 255º | 0.68% | 0.99% | - |
| XYZ | 28.61 | 16.98 | 93.86 | - |
| YUV | 112.47 | 206.75 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 80 | 252 | 0.51 | 0.68 | 0 | 0.01 | 255 | 0.97 | 0.65 |
| Hex | 7B | 50 | FC | 33 | 44 | 0 | 1 | FF | 61 | 41 |
| Octal | 173 | 120 | 374 | 63 | 104 | 0 | 1 | 377 | 141 | 101 |
| Binary | 1111011 | 1010000 | 11111100 | 110011 | 1000100 | 0 | 1 | 11111111 | 1100001 | 1000001 |
Color Harmonies of #7B50FC
Complementary color
Monochromatic Colors of #7B50FC
Black with #7B50FC
Text Example
Text Example
White with #7B50FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B50FC; }
p { color: rgb(123,80,252); }
H1.HeaderClassName
{
color: #7B50FC;
}
.AnyTagClassName
{
color: #7B50FC;
}
</style>
background-color css
<style>
a { background-color: #7B50FC; }
a { background-color: rgb(123,80,252); }
div.DivClassName
{
background-color: #7B50FC;
}
.BgClassName
{
background-color: #7B50FC;
}
</style>
border-color css
<style>
span { border-color: #7B50FC; }
span { border-color: rgb(123,80,252); }
td.TdClassName
{
border-color: #7B50FC;
}
.TagClassName
{
border-color: #7B50FC;
}
</style>