Shades of Medium Slate Blue #7B73E3
Tints of Medium Slate Blue #7B73E3
RGB
CMYK
RGB Variations
Color information
#7B73E3 (or 0x7B73E3) is known color: Medium Slate Blue. HEX triplet: 7B, 73 and E3. RGB value is (123,115,227). Sum of RGB (Red+Green+Blue) = 123+115+227=465 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.45% from 465); Green value is 115 (45.31% from 255 or 24.73% from 465); Blue value is 227 (89.06% from 255 or 48.82% from 465); Max value from RGB is 227 - color contains mainly: blue. Hex color #7B73E3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B73E3 is #848C1C. Grayscale: #818181. Windows color (decimal): -8686621 or 14906235. OLE color: 14906235.
HSL color Cylindrical-coordinate representation of color #7B73E3: hue angle of 244.29º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7B73E3 is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 123 | 115 | 227 | - |
| CMYK | 0.46 | 0.49 | 0 | 0.11 |
| HSL | 244.29º | 0.67% | 0.67% | - |
| HSV(B) | 244.29º | 0.49% | 0.89% | - |
| XYZ | 28.16 | 22.02 | 75.44 | - |
| YUV | 130.16 | 182.65 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 115 | 227 | 0.46 | 0.49 | 0 | 0.11 | 244.29 | 0.67 | 0.67 |
| Hex | 7B | 73 | E3 | 2E | 31 | 0 | B | F4 | 43 | 43 |
| Octal | 173 | 163 | 343 | 56 | 61 | 0 | 13 | 364 | 103 | 103 |
| Binary | 1111011 | 1110011 | 11100011 | 101110 | 110001 | 0 | 1011 | 11110100 | 1000011 | 1000011 |
Color Harmonies of #7B73E3
Complementary color
Monochromatic Colors of #7B73E3
Black with #7B73E3
Text Example
Text Example
White with #7B73E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B73E3; }
p { color: rgb(123,115,227); }
H1.HeaderClassName
{
color: #7B73E3;
}
.AnyTagClassName
{
color: #7B73E3;
}
</style>
background-color css
<style>
a { background-color: #7B73E3; }
a { background-color: rgb(123,115,227); }
div.DivClassName
{
background-color: #7B73E3;
}
.BgClassName
{
background-color: #7B73E3;
}
</style>
border-color css
<style>
span { border-color: #7B73E3; }
span { border-color: rgb(123,115,227); }
td.TdClassName
{
border-color: #7B73E3;
}
.TagClassName
{
border-color: #7B73E3;
}
</style>