Shades of Slate Grey #7A8192
Tints of Slate Grey #7A8192
RGB
CMYK
RGB Variations
Color information
#7A8192 (or 0x7A8192) is known color: Slate Grey. HEX triplet: 7A, 81 and 92. RGB value is (122,129,146). Sum of RGB (Red+Green+Blue) = 122+129+146=397 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.73% from 397); Green value is 129 (50.78% from 255 or 32.49% from 397); Blue value is 146 (57.42% from 255 or 36.78% from 397); Max value from RGB is 146 - color contains mainly: blue. Hex color #7A8192 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A8192 is #857E6D. Grayscale: #808080. Windows color (decimal): -8748654 or 9601402. OLE color: 9601402.
HSL color Cylindrical-coordinate representation of color #7A8192: hue angle of 222.5º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7A8192 is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 122 | 129 | 146 | - |
| CMYK | 0.16 | 0.12 | 0 | 0.43 |
| HSL | 222.5º | 0.1% | 0.53% | - |
| HSV(B) | 222.5º | 0.16% | 0.57% | - |
| XYZ | 21.06 | 21.91 | 30.31 | - |
| YUV | 128.85 | 137.68 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 129 | 146 | 0.16 | 0.12 | 0 | 0.43 | 222.5 | 0.1 | 0.53 |
| Hex | 7A | 81 | 92 | 10 | C | 0 | 2B | DE | A | 35 |
| Octal | 172 | 201 | 222 | 20 | 14 | 0 | 53 | 336 | 12 | 65 |
| Binary | 1111010 | 10000001 | 10010010 | 10000 | 1100 | 0 | 101011 | 11011110 | 1010 | 110101 |
Color Harmonies of #7A8192
Complementary color
Monochromatic Colors of #7A8192
Black with #7A8192
Text Example
Text Example
White with #7A8192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8192; }
p { color: rgb(122,129,146); }
H1.HeaderClassName
{
color: #7A8192;
}
.AnyTagClassName
{
color: #7A8192;
}
</style>
background-color css
<style>
a { background-color: #7A8192; }
a { background-color: rgb(122,129,146); }
div.DivClassName
{
background-color: #7A8192;
}
.BgClassName
{
background-color: #7A8192;
}
</style>
border-color css
<style>
span { border-color: #7A8192; }
span { border-color: rgb(122,129,146); }
td.TdClassName
{
border-color: #7A8192;
}
.TagClassName
{
border-color: #7A8192;
}
</style>