Shades of Medium Slate Blue #7B49EE
Tints of Medium Slate Blue #7B49EE
RGB
CMYK
RGB Variations
Color information
#7B49EE (or 0x7B49EE) is known color: Medium Slate Blue. HEX triplet: 7B, 49 and EE. RGB value is (123,73,238). Sum of RGB (Red+Green+Blue) = 123+73+238=434 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.34% from 434); Green value is 73 (28.91% from 255 or 16.82% from 434); Blue value is 238 (93.36% from 255 or 54.84% from 434); Max value from RGB is 238 - color contains mainly: blue. Hex color #7B49EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7B49EE is #84B611. Grayscale: #6A6A6A. Windows color (decimal): -8697362 or 15616379. OLE color: 15616379.
HSL color Cylindrical-coordinate representation of color #7B49EE: hue angle of 258.18º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7B49EE is Cyan = 0.48, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 123 | 73 | 238 | - |
| CMYK | 0.48 | 0.69 | 0 | 0.07 |
| HSL | 258.18º | 0.83% | 0.61% | - |
| HSV(B) | 258.18º | 0.69% | 0.93% | - |
| XYZ | 25.98 | 15.15 | 82.44 | - |
| YUV | 106.76 | 202.07 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 73 | 238 | 0.48 | 0.69 | 0 | 0.07 | 258.18 | 0.83 | 0.61 |
| Hex | 7B | 49 | EE | 30 | 45 | 0 | 7 | 102 | 53 | 3D |
| Octal | 173 | 111 | 356 | 60 | 105 | 0 | 7 | 402 | 123 | 75 |
| Binary | 1111011 | 1001001 | 11101110 | 110000 | 1000101 | 0 | 111 | 100000010 | 1010011 | 111101 |
Color Harmonies of #7B49EE
Complementary color
Monochromatic Colors of #7B49EE
Black with #7B49EE
Text Example
Text Example
White with #7B49EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B49EE; }
p { color: rgb(123,73,238); }
H1.HeaderClassName
{
color: #7B49EE;
}
.AnyTagClassName
{
color: #7B49EE;
}
</style>
background-color css
<style>
a { background-color: #7B49EE; }
a { background-color: rgb(123,73,238); }
div.DivClassName
{
background-color: #7B49EE;
}
.BgClassName
{
background-color: #7B49EE;
}
</style>
border-color css
<style>
span { border-color: #7B49EE; }
span { border-color: rgb(123,73,238); }
td.TdClassName
{
border-color: #7B49EE;
}
.TagClassName
{
border-color: #7B49EE;
}
</style>