Shades of Medium Slate Blue #7B49FC
Tints of Medium Slate Blue #7B49FC
RGB
CMYK
RGB Variations
Color information
#7B49FC (or 0x7B49FC) is known color: Medium Slate Blue. HEX triplet: 7B, 49 and FC. RGB value is (123,73,252). Sum of RGB (Red+Green+Blue) = 123+73+252=448 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.46% from 448); Green value is 73 (28.91% from 255 or 16.29% from 448); Blue value is 252 (98.83% from 255 or 56.25% from 448); Max value from RGB is 252 - color contains mainly: blue. Hex color #7B49FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7B49FC is #84B603. Grayscale: #6B6B6B. Windows color (decimal): -8697348 or 16533883. OLE color: 16533883.
HSL color Cylindrical-coordinate representation of color #7B49FC: hue angle of 256.76º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7B49FC is Cyan = 0.51, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 123 | 73 | 252 | - |
| CMYK | 0.51 | 0.71 | 0 | 0.01 |
| HSL | 256.76º | 0.97% | 0.64% | - |
| HSV(B) | 256.76º | 0.71% | 0.99% | - |
| XYZ | 28.12 | 16 | 93.7 | - |
| YUV | 108.36 | 209.07 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 73 | 252 | 0.51 | 0.71 | 0 | 0.01 | 256.76 | 0.97 | 0.64 |
| Hex | 7B | 49 | FC | 33 | 47 | 0 | 1 | 101 | 61 | 40 |
| Octal | 173 | 111 | 374 | 63 | 107 | 0 | 1 | 401 | 141 | 100 |
| Binary | 1111011 | 1001001 | 11111100 | 110011 | 1000111 | 0 | 1 | 100000001 | 1100001 | 1000000 |
Color Harmonies of #7B49FC
Complementary color
Monochromatic Colors of #7B49FC
Black with #7B49FC
Text Example
Text Example
White with #7B49FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B49FC; }
p { color: rgb(123,73,252); }
H1.HeaderClassName
{
color: #7B49FC;
}
.AnyTagClassName
{
color: #7B49FC;
}
</style>
background-color css
<style>
a { background-color: #7B49FC; }
a { background-color: rgb(123,73,252); }
div.DivClassName
{
background-color: #7B49FC;
}
.BgClassName
{
background-color: #7B49FC;
}
</style>
border-color css
<style>
span { border-color: #7B49FC; }
span { border-color: rgb(123,73,252); }
td.TdClassName
{
border-color: #7B49FC;
}
.TagClassName
{
border-color: #7B49FC;
}
</style>