Shades of Slate Grey #7A8188
Tints of Slate Grey #7A8188
RGB
CMYK
RGB Variations
Color information
#7A8188 (or 0x7A8188) is known color: Slate Grey. HEX triplet: 7A, 81 and 88. RGB value is (122,129,136). Sum of RGB (Red+Green+Blue) = 122+129+136=387 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.52% from 387); Green value is 129 (50.78% from 255 or 33.33% from 387); Blue value is 136 (53.52% from 255 or 35.14% from 387); Max value from RGB is 136 - color contains mainly: blue. Hex color #7A8188 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A8188 is #857E77. Grayscale: #7F7F7F. Windows color (decimal): -8748664 or 8946042. OLE color: 8946042.
HSL color Cylindrical-coordinate representation of color #7A8188: hue angle of 210º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7A8188 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 122 | 129 | 136 | - |
| CMYK | 0.10 | 0.05 | 0 | 0.47 |
| HSL | 210º | 0.06% | 0.51% | - |
| HSV(B) | 210º | 0.1% | 0.53% | - |
| XYZ | 20.32 | 21.62 | 26.39 | - |
| YUV | 127.71 | 132.68 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 129 | 136 | 0.10 | 0.05 | 0 | 0.47 | 210 | 0.06 | 0.51 |
| Hex | 7A | 81 | 88 | A | 5 | 0 | 2F | D2 | 6 | 33 |
| Octal | 172 | 201 | 210 | 12 | 5 | 0 | 57 | 322 | 6 | 63 |
| Binary | 1111010 | 10000001 | 10001000 | 1010 | 101 | 0 | 101111 | 11010010 | 110 | 110011 |
Color Harmonies of #7A8188
Complementary color
Monochromatic Colors of #7A8188
Black with #7A8188
Text Example
Text Example
White with #7A8188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8188; }
p { color: rgb(122,129,136); }
H1.HeaderClassName
{
color: #7A8188;
}
.AnyTagClassName
{
color: #7A8188;
}
</style>
background-color css
<style>
a { background-color: #7A8188; }
a { background-color: rgb(122,129,136); }
div.DivClassName
{
background-color: #7A8188;
}
.BgClassName
{
background-color: #7A8188;
}
</style>
border-color css
<style>
span { border-color: #7A8188; }
span { border-color: rgb(122,129,136); }
td.TdClassName
{
border-color: #7A8188;
}
.TagClassName
{
border-color: #7A8188;
}
</style>