Shades of Light Slate Grey #7A8896
Tints of Light Slate Grey #7A8896
RGB
CMYK
RGB Variations
Color information
#7A8896 (or 0x7A8896) is known color: Light Slate Grey. HEX triplet: 7A, 88 and 96. RGB value is (122,136,150). Sum of RGB (Red+Green+Blue) = 122+136+150=408 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.90% from 408); Green value is 136 (53.52% from 255 or 33.33% from 408); Blue value is 150 (58.98% from 255 or 36.76% from 408); Max value from RGB is 150 - color contains mainly: blue. Hex color #7A8896 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A8896 is #857769. Grayscale: #858585. Windows color (decimal): -8746858 or 9865338. OLE color: 9865338.
HSL color Cylindrical-coordinate representation of color #7A8896: hue angle of 210º 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 #7A8896 is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 122 | 136 | 150 | - |
| CMYK | 0.19 | 0.09 | 0 | 0.41 |
| HSL | 210º | 0.12% | 0.53% | - |
| HSV(B) | 210º | 0.19% | 0.59% | - |
| XYZ | 22.34 | 23.95 | 32.3 | - |
| YUV | 133.41 | 137.36 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 136 | 150 | 0.19 | 0.09 | 0 | 0.41 | 210 | 0.12 | 0.53 |
| Hex | 7A | 88 | 96 | 13 | 9 | 0 | 29 | D2 | C | 35 |
| Octal | 172 | 210 | 226 | 23 | 11 | 0 | 51 | 322 | 14 | 65 |
| Binary | 1111010 | 10001000 | 10010110 | 10011 | 1001 | 0 | 101001 | 11010010 | 1100 | 110101 |
Color Harmonies of #7A8896
Complementary color
Monochromatic Colors of #7A8896
Black with #7A8896
Text Example
Text Example
White with #7A8896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8896; }
p { color: rgb(122,136,150); }
H1.HeaderClassName
{
color: #7A8896;
}
.AnyTagClassName
{
color: #7A8896;
}
</style>
background-color css
<style>
a { background-color: #7A8896; }
a { background-color: rgb(122,136,150); }
div.DivClassName
{
background-color: #7A8896;
}
.BgClassName
{
background-color: #7A8896;
}
</style>
border-color css
<style>
span { border-color: #7A8896; }
span { border-color: rgb(122,136,150); }
td.TdClassName
{
border-color: #7A8896;
}
.TagClassName
{
border-color: #7A8896;
}
</style>