Shades of Medium Slate Blue #7A73EF
Tints of Medium Slate Blue #7A73EF
RGB
CMYK
RGB Variations
Color information
#7A73EF (or 0x7A73EF) is known color: Medium Slate Blue. HEX triplet: 7A, 73 and EF. RGB value is (122,115,239). Sum of RGB (Red+Green+Blue) = 122+115+239=476 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.63% from 476); Green value is 115 (45.31% from 255 or 24.16% from 476); Blue value is 239 (93.75% from 255 or 50.21% from 476); Max value from RGB is 239 - color contains mainly: blue. Hex color #7A73EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A73EF is #858C10. Grayscale: #828282. Windows color (decimal): -8752145 or 15692666. OLE color: 15692666.
HSL color Cylindrical-coordinate representation of color #7A73EF: hue angle of 243.39º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7A73EF is Cyan = 0.49, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 122 | 115 | 239 | - |
| CMYK | 0.49 | 0.52 | 0 | 0.06 |
| HSL | 243.39º | 0.79% | 0.69% | - |
| HSV(B) | 243.39º | 0.52% | 0.94% | - |
| XYZ | 29.74 | 22.63 | 84.46 | - |
| YUV | 131.23 | 188.82 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 115 | 239 | 0.49 | 0.52 | 0 | 0.06 | 243.39 | 0.79 | 0.69 |
| Hex | 7A | 73 | EF | 31 | 34 | 0 | 6 | F3 | 4F | 45 |
| Octal | 172 | 163 | 357 | 61 | 64 | 0 | 6 | 363 | 117 | 105 |
| Binary | 1111010 | 1110011 | 11101111 | 110001 | 110100 | 0 | 110 | 11110011 | 1001111 | 1000101 |
Color Harmonies of #7A73EF
Complementary color
Monochromatic Colors of #7A73EF
Black with #7A73EF
Text Example
Text Example
White with #7A73EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A73EF; }
p { color: rgb(122,115,239); }
H1.HeaderClassName
{
color: #7A73EF;
}
.AnyTagClassName
{
color: #7A73EF;
}
</style>
background-color css
<style>
a { background-color: #7A73EF; }
a { background-color: rgb(122,115,239); }
div.DivClassName
{
background-color: #7A73EF;
}
.BgClassName
{
background-color: #7A73EF;
}
</style>
border-color css
<style>
span { border-color: #7A73EF; }
span { border-color: rgb(122,115,239); }
td.TdClassName
{
border-color: #7A73EF;
}
.TagClassName
{
border-color: #7A73EF;
}
</style>