Shades of Medium Slate Blue #7B49FB
Tints of Medium Slate Blue #7B49FB
RGB
CMYK
RGB Variations
Color information
#7B49FB (or 0x7B49FB) is known color: Medium Slate Blue. HEX triplet: 7B, 49 and FB. RGB value is (123,73,251). Sum of RGB (Red+Green+Blue) = 123+73+251=447 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.52% from 447); Green value is 73 (28.91% from 255 or 16.33% from 447); Blue value is 251 (98.44% from 255 or 56.15% from 447); Max value from RGB is 251 - color contains mainly: blue. Hex color #7B49FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7B49FB is #84B604. Grayscale: #6B6B6B. Windows color (decimal): -8697349 or 16468347. OLE color: 16468347.
HSL color Cylindrical-coordinate representation of color #7B49FB: hue angle of 256.85º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7B49FB is Cyan = 0.51, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 123 | 73 | 251 | - |
| CMYK | 0.51 | 0.71 | 0 | 0.02 |
| HSL | 256.85º | 0.96% | 0.64% | - |
| HSV(B) | 256.85º | 0.71% | 0.98% | - |
| XYZ | 27.96 | 15.94 | 92.87 | - |
| YUV | 108.24 | 208.57 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 73 | 251 | 0.51 | 0.71 | 0 | 0.02 | 256.85 | 0.96 | 0.64 |
| Hex | 7B | 49 | FB | 33 | 47 | 0 | 2 | 101 | 60 | 40 |
| Octal | 173 | 111 | 373 | 63 | 107 | 0 | 2 | 401 | 140 | 100 |
| Binary | 1111011 | 1001001 | 11111011 | 110011 | 1000111 | 0 | 10 | 100000001 | 1100000 | 1000000 |
Color Harmonies of #7B49FB
Complementary color
Monochromatic Colors of #7B49FB
Black with #7B49FB
Text Example
Text Example
White with #7B49FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B49FB; }
p { color: rgb(123,73,251); }
H1.HeaderClassName
{
color: #7B49FB;
}
.AnyTagClassName
{
color: #7B49FB;
}
</style>
background-color css
<style>
a { background-color: #7B49FB; }
a { background-color: rgb(123,73,251); }
div.DivClassName
{
background-color: #7B49FB;
}
.BgClassName
{
background-color: #7B49FB;
}
</style>
border-color css
<style>
span { border-color: #7B49FB; }
span { border-color: rgb(123,73,251); }
td.TdClassName
{
border-color: #7B49FB;
}
.TagClassName
{
border-color: #7B49FB;
}
</style>