Shades of Medium Slate Blue #7A73EE
Tints of Medium Slate Blue #7A73EE
RGB
CMYK
RGB Variations
Color information
#7A73EE (or 0x7A73EE) is known color: Medium Slate Blue. HEX triplet: 7A, 73 and EE. RGB value is (122,115,238). Sum of RGB (Red+Green+Blue) = 122+115+238=475 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.68% from 475); Green value is 115 (45.31% from 255 or 24.21% from 475); Blue value is 238 (93.36% from 255 or 50.11% from 475); Max value from RGB is 238 - color contains mainly: blue. Hex color #7A73EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A73EE is #858C11. Grayscale: #828282. Windows color (decimal): -8752146 or 15627130. OLE color: 15627130.
HSL color Cylindrical-coordinate representation of color #7A73EE: hue angle of 243.41º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7A73EE is Cyan = 0.49, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 122 | 115 | 238 | - |
| CMYK | 0.49 | 0.52 | 0 | 0.07 |
| HSL | 243.41º | 0.78% | 0.69% | - |
| HSV(B) | 243.41º | 0.52% | 0.93% | - |
| XYZ | 29.59 | 22.57 | 83.69 | - |
| YUV | 131.12 | 188.32 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 115 | 238 | 0.49 | 0.52 | 0 | 0.07 | 243.41 | 0.78 | 0.69 |
| Hex | 7A | 73 | EE | 31 | 34 | 0 | 7 | F3 | 4E | 45 |
| Octal | 172 | 163 | 356 | 61 | 64 | 0 | 7 | 363 | 116 | 105 |
| Binary | 1111010 | 1110011 | 11101110 | 110001 | 110100 | 0 | 111 | 11110011 | 1001110 | 1000101 |
Color Harmonies of #7A73EE
Complementary color
Monochromatic Colors of #7A73EE
Black with #7A73EE
Text Example
Text Example
White with #7A73EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A73EE; }
p { color: rgb(122,115,238); }
H1.HeaderClassName
{
color: #7A73EE;
}
.AnyTagClassName
{
color: #7A73EE;
}
</style>
background-color css
<style>
a { background-color: #7A73EE; }
a { background-color: rgb(122,115,238); }
div.DivClassName
{
background-color: #7A73EE;
}
.BgClassName
{
background-color: #7A73EE;
}
</style>
border-color css
<style>
span { border-color: #7A73EE; }
span { border-color: rgb(122,115,238); }
td.TdClassName
{
border-color: #7A73EE;
}
.TagClassName
{
border-color: #7A73EE;
}
</style>