Shades of Medium Slate Blue #7A73DD
Tints of Medium Slate Blue #7A73DD
RGB
CMYK
RGB Variations
Color information
#7A73DD (or 0x7A73DD) is known color: Medium Slate Blue. HEX triplet: 7A, 73 and DD. RGB value is (122,115,221). Sum of RGB (Red+Green+Blue) = 122+115+221=458 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.64% from 458); Green value is 115 (45.31% from 255 or 25.11% from 458); Blue value is 221 (86.72% from 255 or 48.25% from 458); Max value from RGB is 221 - color contains mainly: blue. Hex color #7A73DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A73DD is #858C22. Grayscale: #808080. Windows color (decimal): -8752163 or 14513018. OLE color: 14513018.
HSL color Cylindrical-coordinate representation of color #7A73DD: hue angle of 243.96º 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 #7A73DD is Cyan = 0.45, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 115 | 221 | - |
| CMYK | 0.45 | 0.48 | 0 | 0.13 |
| HSL | 243.96º | 0.61% | 0.66% | - |
| HSV(B) | 243.96º | 0.48% | 0.87% | - |
| XYZ | 27.21 | 21.62 | 71.15 | - |
| YUV | 129.18 | 179.82 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 115 | 221 | 0.45 | 0.48 | 0 | 0.13 | 243.96 | 0.61 | 0.66 |
| Hex | 7A | 73 | DD | 2D | 30 | 0 | D | F4 | 3D | 42 |
| Octal | 172 | 163 | 335 | 55 | 60 | 0 | 15 | 364 | 75 | 102 |
| Binary | 1111010 | 1110011 | 11011101 | 101101 | 110000 | 0 | 1101 | 11110100 | 111101 | 1000010 |
Color Harmonies of #7A73DD
Complementary color
Monochromatic Colors of #7A73DD
Black with #7A73DD
Text Example
Text Example
White with #7A73DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A73DD; }
p { color: rgb(122,115,221); }
H1.HeaderClassName
{
color: #7A73DD;
}
.AnyTagClassName
{
color: #7A73DD;
}
</style>
background-color css
<style>
a { background-color: #7A73DD; }
a { background-color: rgb(122,115,221); }
div.DivClassName
{
background-color: #7A73DD;
}
.BgClassName
{
background-color: #7A73DD;
}
</style>
border-color css
<style>
span { border-color: #7A73DD; }
span { border-color: rgb(122,115,221); }
td.TdClassName
{
border-color: #7A73DD;
}
.TagClassName
{
border-color: #7A73DD;
}
</style>