Shades of Medium Slate Blue #7A74E5
Tints of Medium Slate Blue #7A74E5
RGB
CMYK
RGB Variations
Color information
#7A74E5 (or 0x7A74E5) is known color: Medium Slate Blue. HEX triplet: 7A, 74 and E5. RGB value is (122,116,229). Sum of RGB (Red+Green+Blue) = 122+116+229=467 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.12% from 467); Green value is 116 (45.70% from 255 or 24.84% from 467); Blue value is 229 (89.84% from 255 or 49.04% from 467); Max value from RGB is 229 - color contains mainly: blue. Hex color #7A74E5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A74E5 is #858B1A. Grayscale: #828282. Windows color (decimal): -8751899 or 15037562. OLE color: 15037562.
HSL color Cylindrical-coordinate representation of color #7A74E5: hue angle of 243.19º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7A74E5 is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 122 | 116 | 229 | - |
| CMYK | 0.47 | 0.49 | 0 | 0.10 |
| HSL | 243.19º | 0.68% | 0.68% | - |
| HSV(B) | 243.19º | 0.49% | 0.9% | - |
| XYZ | 28.41 | 22.29 | 76.93 | - |
| YUV | 130.68 | 183.49 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 116 | 229 | 0.47 | 0.49 | 0 | 0.10 | 243.19 | 0.68 | 0.68 |
| Hex | 7A | 74 | E5 | 2F | 31 | 0 | A | F3 | 44 | 44 |
| Octal | 172 | 164 | 345 | 57 | 61 | 0 | 12 | 363 | 104 | 104 |
| Binary | 1111010 | 1110100 | 11100101 | 101111 | 110001 | 0 | 1010 | 11110011 | 1000100 | 1000100 |
Color Harmonies of #7A74E5
Complementary color
Monochromatic Colors of #7A74E5
Black with #7A74E5
Text Example
Text Example
White with #7A74E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A74E5; }
p { color: rgb(122,116,229); }
H1.HeaderClassName
{
color: #7A74E5;
}
.AnyTagClassName
{
color: #7A74E5;
}
</style>
background-color css
<style>
a { background-color: #7A74E5; }
a { background-color: rgb(122,116,229); }
div.DivClassName
{
background-color: #7A74E5;
}
.BgClassName
{
background-color: #7A74E5;
}
</style>
border-color css
<style>
span { border-color: #7A74E5; }
span { border-color: rgb(122,116,229); }
td.TdClassName
{
border-color: #7A74E5;
}
.TagClassName
{
border-color: #7A74E5;
}
</style>