Shades of Medium Slate Blue #7B48FB
Tints of Medium Slate Blue #7B48FB
RGB
CMYK
RGB Variations
Color information
#7B48FB (or 0x7B48FB) is known color: Medium Slate Blue. HEX triplet: 7B, 48 and FB. RGB value is (123,72,251). Sum of RGB (Red+Green+Blue) = 123+72+251=446 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.58% from 446); Green value is 72 (28.52% from 255 or 16.14% from 446); Blue value is 251 (98.44% from 255 or 56.28% from 446); Max value from RGB is 251 - color contains mainly: blue. Hex color #7B48FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7B48FB is #84B704. Grayscale: #6A6A6A. Windows color (decimal): -8697605 or 16468091. OLE color: 16468091.
HSL color Cylindrical-coordinate representation of color #7B48FB: hue angle of 257.09º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7B48FB is Cyan = 0.51, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 123 | 72 | 251 | - |
| CMYK | 0.51 | 0.71 | 0 | 0.02 |
| HSL | 257.1º | 0.96% | 0.63% | - |
| HSV(B) | 257.1º | 0.71% | 0.98% | - |
| XYZ | 27.9 | 15.81 | 92.85 | - |
| YUV | 107.66 | 208.9 | 138.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 72 | 251 | 0.51 | 0.71 | 0 | 0.02 | 257.1 | 0.96 | 0.63 |
| Hex | 7B | 48 | FB | 33 | 47 | 0 | 2 | 101 | 60 | 3F |
| Octal | 173 | 110 | 373 | 63 | 107 | 0 | 2 | 401 | 140 | 77 |
| Binary | 1111011 | 1001000 | 11111011 | 110011 | 1000111 | 0 | 10 | 100000001 | 1100000 | 111111 |
Color Harmonies of #7B48FB
Complementary color
Monochromatic Colors of #7B48FB
Black with #7B48FB
Text Example
Text Example
White with #7B48FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B48FB; }
p { color: rgb(123,72,251); }
H1.HeaderClassName
{
color: #7B48FB;
}
.AnyTagClassName
{
color: #7B48FB;
}
</style>
background-color css
<style>
a { background-color: #7B48FB; }
a { background-color: rgb(123,72,251); }
div.DivClassName
{
background-color: #7B48FB;
}
.BgClassName
{
background-color: #7B48FB;
}
</style>
border-color css
<style>
span { border-color: #7B48FB; }
span { border-color: rgb(123,72,251); }
td.TdClassName
{
border-color: #7B48FB;
}
.TagClassName
{
border-color: #7B48FB;
}
</style>