Shades of Medium Slate Blue #7B49E5
Tints of Medium Slate Blue #7B49E5
RGB
CMYK
RGB Variations
Color information
#7B49E5 (or 0x7B49E5) is known color: Medium Slate Blue. HEX triplet: 7B, 49 and E5. RGB value is (123,73,229). Sum of RGB (Red+Green+Blue) = 123+73+229=425 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.94% from 425); Green value is 73 (28.91% from 255 or 17.18% from 425); Blue value is 229 (89.84% from 255 or 53.88% from 425); Max value from RGB is 229 - color contains mainly: blue. Hex color #7B49E5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B49E5 is #84B61A. Grayscale: #696969. Windows color (decimal): -8697371 or 15026555. OLE color: 15026555.
HSL color Cylindrical-coordinate representation of color #7B49E5: hue angle of 259.23º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7B49E5 is Cyan = 0.46, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 123 | 73 | 229 | - |
| CMYK | 0.46 | 0.68 | 0 | 0.10 |
| HSL | 259.23º | 0.75% | 0.59% | - |
| HSV(B) | 259.23º | 0.68% | 0.9% | - |
| XYZ | 24.69 | 14.63 | 75.65 | - |
| YUV | 105.73 | 197.57 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 73 | 229 | 0.46 | 0.68 | 0 | 0.10 | 259.23 | 0.75 | 0.59 |
| Hex | 7B | 49 | E5 | 2E | 44 | 0 | A | 103 | 4B | 3B |
| Octal | 173 | 111 | 345 | 56 | 104 | 0 | 12 | 403 | 113 | 73 |
| Binary | 1111011 | 1001001 | 11100101 | 101110 | 1000100 | 0 | 1010 | 100000011 | 1001011 | 111011 |
Color Harmonies of #7B49E5
Complementary color
Monochromatic Colors of #7B49E5
Black with #7B49E5
Text Example
Text Example
White with #7B49E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B49E5; }
p { color: rgb(123,73,229); }
H1.HeaderClassName
{
color: #7B49E5;
}
.AnyTagClassName
{
color: #7B49E5;
}
</style>
background-color css
<style>
a { background-color: #7B49E5; }
a { background-color: rgb(123,73,229); }
div.DivClassName
{
background-color: #7B49E5;
}
.BgClassName
{
background-color: #7B49E5;
}
</style>
border-color css
<style>
span { border-color: #7B49E5; }
span { border-color: rgb(123,73,229); }
td.TdClassName
{
border-color: #7B49E5;
}
.TagClassName
{
border-color: #7B49E5;
}
</style>