Shades of Medium Slate Blue #7B73DD
Tints of Medium Slate Blue #7B73DD
RGB
CMYK
RGB Variations
Color information
#7B73DD (or 0x7B73DD) is known color: Medium Slate Blue. HEX triplet: 7B, 73 and DD. RGB value is (123,115,221). Sum of RGB (Red+Green+Blue) = 123+115+221=459 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.80% from 459); Green value is 115 (45.31% from 255 or 25.05% from 459); Blue value is 221 (86.72% from 255 or 48.15% from 459); Max value from RGB is 221 - color contains mainly: blue. Hex color #7B73DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B73DD is #848C22. Grayscale: #818181. Windows color (decimal): -8686627 or 14513019. OLE color: 14513019.
HSL color Cylindrical-coordinate representation of color #7B73DD: hue angle of 244.53º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7B73DD is Cyan = 0.44, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 115 | 221 | - |
| CMYK | 0.44 | 0.48 | 0 | 0.13 |
| HSL | 244.53º | 0.61% | 0.66% | - |
| HSV(B) | 244.53º | 0.48% | 0.87% | - |
| XYZ | 27.35 | 21.69 | 71.15 | - |
| YUV | 129.48 | 179.65 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 115 | 221 | 0.44 | 0.48 | 0 | 0.13 | 244.53 | 0.61 | 0.66 |
| Hex | 7B | 73 | DD | 2C | 30 | 0 | D | F5 | 3D | 42 |
| Octal | 173 | 163 | 335 | 54 | 60 | 0 | 15 | 365 | 75 | 102 |
| Binary | 1111011 | 1110011 | 11011101 | 101100 | 110000 | 0 | 1101 | 11110101 | 111101 | 1000010 |
Color Harmonies of #7B73DD
Complementary color
Monochromatic Colors of #7B73DD
Black with #7B73DD
Text Example
Text Example
White with #7B73DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B73DD; }
p { color: rgb(123,115,221); }
H1.HeaderClassName
{
color: #7B73DD;
}
.AnyTagClassName
{
color: #7B73DD;
}
</style>
background-color css
<style>
a { background-color: #7B73DD; }
a { background-color: rgb(123,115,221); }
div.DivClassName
{
background-color: #7B73DD;
}
.BgClassName
{
background-color: #7B73DD;
}
</style>
border-color css
<style>
span { border-color: #7B73DD; }
span { border-color: rgb(123,115,221); }
td.TdClassName
{
border-color: #7B73DD;
}
.TagClassName
{
border-color: #7B73DD;
}
</style>