Shades of Light Slate Grey #7A8796
Tints of Light Slate Grey #7A8796
RGB
CMYK
RGB Variations
Color information
#7A8796 (or 0x7A8796) is known color: Light Slate Grey. HEX triplet: 7A, 87 and 96. RGB value is (122,135,150). Sum of RGB (Red+Green+Blue) = 122+135+150=407 (53% of max value = 765). Red value is 122 (48.05% from 255 or 29.98% from 407); Green value is 135 (53.12% from 255 or 33.17% from 407); Blue value is 150 (58.98% from 255 or 36.86% from 407); Max value from RGB is 150 - color contains mainly: blue. Hex color #7A8796 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A8796 is #857869. Grayscale: #848484. Windows color (decimal): -8747114 or 9865082. OLE color: 9865082.
HSL color Cylindrical-coordinate representation of color #7A8796: hue angle of 212.14º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7A8796 is Cyan = 0.19, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 122 | 135 | 150 | - |
| CMYK | 0.19 | 0.1 | 0 | 0.41 |
| HSL | 212.14º | 0.12% | 0.53% | - |
| HSV(B) | 212.14º | 0.19% | 0.59% | - |
| XYZ | 22.2 | 23.67 | 32.25 | - |
| YUV | 132.82 | 137.69 | 120.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 135 | 150 | 0.19 | 0.1 | 0 | 0.41 | 212.14 | 0.12 | 0.53 |
| Hex | 7A | 87 | 96 | 13 | A | 0 | 29 | D4 | C | 35 |
| Octal | 172 | 207 | 226 | 23 | 12 | 0 | 51 | 324 | 14 | 65 |
| Binary | 1111010 | 10000111 | 10010110 | 10011 | 1010 | 0 | 101001 | 11010100 | 1100 | 110101 |
Color Harmonies of #7A8796
Complementary color
Monochromatic Colors of #7A8796
Black with #7A8796
Text Example
Text Example
White with #7A8796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8796; }
p { color: rgb(122,135,150); }
H1.HeaderClassName
{
color: #7A8796;
}
.AnyTagClassName
{
color: #7A8796;
}
</style>
background-color css
<style>
a { background-color: #7A8796; }
a { background-color: rgb(122,135,150); }
div.DivClassName
{
background-color: #7A8796;
}
.BgClassName
{
background-color: #7A8796;
}
</style>
border-color css
<style>
span { border-color: #7A8796; }
span { border-color: rgb(122,135,150); }
td.TdClassName
{
border-color: #7A8796;
}
.TagClassName
{
border-color: #7A8796;
}
</style>