Shades of Light Slate Grey #7A899A
Tints of Light Slate Grey #7A899A
RGB
CMYK
RGB Variations
Color information
#7A899A (or 0x7A899A) is known color: Light Slate Grey. HEX triplet: 7A, 89 and 9A. RGB value is (122,137,154). Sum of RGB (Red+Green+Blue) = 122+137+154=413 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.54% from 413); Green value is 137 (53.91% from 255 or 33.17% from 413); Blue value is 154 (60.55% from 255 or 37.29% from 413); Max value from RGB is 154 - color contains mainly: blue. Hex color #7A899A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A899A is #857665. Grayscale: #868686. Windows color (decimal): -8746598 or 10127738. OLE color: 10127738.
HSL color Cylindrical-coordinate representation of color #7A899A: hue angle of 211.88º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7A899A is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 122 | 137 | 154 | - |
| CMYK | 0.21 | 0.11 | 0 | 0.40 |
| HSL | 211.88º | 0.14% | 0.54% | - |
| HSV(B) | 211.88º | 0.21% | 0.6% | - |
| XYZ | 22.8 | 24.36 | 34.07 | - |
| YUV | 134.45 | 139.03 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 137 | 154 | 0.21 | 0.11 | 0 | 0.40 | 211.88 | 0.14 | 0.54 |
| Hex | 7A | 89 | 9A | 15 | B | 0 | 28 | D4 | E | 36 |
| Octal | 172 | 211 | 232 | 25 | 13 | 0 | 50 | 324 | 16 | 66 |
| Binary | 1111010 | 10001001 | 10011010 | 10101 | 1011 | 0 | 101000 | 11010100 | 1110 | 110110 |
Color Harmonies of #7A899A
Complementary color
Monochromatic Colors of #7A899A
Black with #7A899A
Text Example
Text Example
White with #7A899A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A899A; }
p { color: rgb(122,137,154); }
H1.HeaderClassName
{
color: #7A899A;
}
.AnyTagClassName
{
color: #7A899A;
}
</style>
background-color css
<style>
a { background-color: #7A899A; }
a { background-color: rgb(122,137,154); }
div.DivClassName
{
background-color: #7A899A;
}
.BgClassName
{
background-color: #7A899A;
}
</style>
border-color css
<style>
span { border-color: #7A899A; }
span { border-color: rgb(122,137,154); }
td.TdClassName
{
border-color: #7A899A;
}
.TagClassName
{
border-color: #7A899A;
}
</style>