Shades of Medium Slate Blue #7A76E9
Tints of Medium Slate Blue #7A76E9
RGB
CMYK
RGB Variations
Color information
#7A76E9 (or 0x7A76E9) is known color: Medium Slate Blue. HEX triplet: 7A, 76 and E9. RGB value is (122,118,233). Sum of RGB (Red+Green+Blue) = 122+118+233=473 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.79% from 473); Green value is 118 (46.48% from 255 or 24.95% from 473); Blue value is 233 (91.41% from 255 or 49.26% from 473); Max value from RGB is 233 - color contains mainly: blue. Hex color #7A76E9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A76E9 is #858916. Grayscale: #838383. Windows color (decimal): -8751383 or 15300218. OLE color: 15300218.
HSL color Cylindrical-coordinate representation of color #7A76E9: hue angle of 242.09º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7A76E9 is Cyan = 0.48, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 122 | 118 | 233 | - |
| CMYK | 0.48 | 0.49 | 0 | 0.09 |
| HSL | 242.09º | 0.72% | 0.69% | - |
| HSV(B) | 242.09º | 0.49% | 0.91% | - |
| XYZ | 29.21 | 22.98 | 79.99 | - |
| YUV | 132.31 | 184.83 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 118 | 233 | 0.48 | 0.49 | 0 | 0.09 | 242.09 | 0.72 | 0.69 |
| Hex | 7A | 76 | E9 | 30 | 31 | 0 | 9 | F2 | 48 | 45 |
| Octal | 172 | 166 | 351 | 60 | 61 | 0 | 11 | 362 | 110 | 105 |
| Binary | 1111010 | 1110110 | 11101001 | 110000 | 110001 | 0 | 1001 | 11110010 | 1001000 | 1000101 |
Color Harmonies of #7A76E9
Complementary color
Monochromatic Colors of #7A76E9
Black with #7A76E9
Text Example
Text Example
White with #7A76E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A76E9; }
p { color: rgb(122,118,233); }
H1.HeaderClassName
{
color: #7A76E9;
}
.AnyTagClassName
{
color: #7A76E9;
}
</style>
background-color css
<style>
a { background-color: #7A76E9; }
a { background-color: rgb(122,118,233); }
div.DivClassName
{
background-color: #7A76E9;
}
.BgClassName
{
background-color: #7A76E9;
}
</style>
border-color css
<style>
span { border-color: #7A76E9; }
span { border-color: rgb(122,118,233); }
td.TdClassName
{
border-color: #7A76E9;
}
.TagClassName
{
border-color: #7A76E9;
}
</style>