Shades of Medium Slate Blue #7A76E7
Tints of Medium Slate Blue #7A76E7
RGB
CMYK
RGB Variations
Color information
#7A76E7 (or 0x7A76E7) is known color: Medium Slate Blue. HEX triplet: 7A, 76 and E7. RGB value is (122,118,231). Sum of RGB (Red+Green+Blue) = 122+118+231=471 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.90% from 471); Green value is 118 (46.48% from 255 or 25.05% from 471); Blue value is 231 (90.62% from 255 or 49.04% from 471); Max value from RGB is 231 - color contains mainly: blue. Hex color #7A76E7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A76E7 is #858918. Grayscale: #838383. Windows color (decimal): -8751385 or 15169146. OLE color: 15169146.
HSL color Cylindrical-coordinate representation of color #7A76E7: hue angle of 242.12º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7A76E7 is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 122 | 118 | 231 | - |
| CMYK | 0.47 | 0.49 | 0 | 0.09 |
| HSL | 242.12º | 0.7% | 0.68% | - |
| HSV(B) | 242.12º | 0.49% | 0.91% | - |
| XYZ | 28.93 | 22.86 | 78.49 | - |
| YUV | 132.08 | 183.83 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 118 | 231 | 0.47 | 0.49 | 0 | 0.09 | 242.12 | 0.7 | 0.68 |
| Hex | 7A | 76 | E7 | 2F | 31 | 0 | 9 | F2 | 46 | 44 |
| Octal | 172 | 166 | 347 | 57 | 61 | 0 | 11 | 362 | 106 | 104 |
| Binary | 1111010 | 1110110 | 11100111 | 101111 | 110001 | 0 | 1001 | 11110010 | 1000110 | 1000100 |
Color Harmonies of #7A76E7
Complementary color
Monochromatic Colors of #7A76E7
Black with #7A76E7
Text Example
Text Example
White with #7A76E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A76E7; }
p { color: rgb(122,118,231); }
H1.HeaderClassName
{
color: #7A76E7;
}
.AnyTagClassName
{
color: #7A76E7;
}
</style>
background-color css
<style>
a { background-color: #7A76E7; }
a { background-color: rgb(122,118,231); }
div.DivClassName
{
background-color: #7A76E7;
}
.BgClassName
{
background-color: #7A76E7;
}
</style>
border-color css
<style>
span { border-color: #7A76E7; }
span { border-color: rgb(122,118,231); }
td.TdClassName
{
border-color: #7A76E7;
}
.TagClassName
{
border-color: #7A76E7;
}
</style>