Shades of Light Slate Grey #7A8A94
Tints of Light Slate Grey #7A8A94
RGB
CMYK
RGB Variations
Color information
#7A8A94 (or 0x7A8A94) is known color: Light Slate Grey. HEX triplet: 7A, 8A and 94. RGB value is (122,138,148). Sum of RGB (Red+Green+Blue) = 122+138+148=408 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.90% from 408); Green value is 138 (54.30% from 255 or 33.82% from 408); Blue value is 148 (58.20% from 255 or 36.27% from 408); Max value from RGB is 148 - color contains mainly: blue. Hex color #7A8A94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A8A94 is #85756B. Grayscale: #868686. Windows color (decimal): -8746348 or 9734778. OLE color: 9734778.
HSL color Cylindrical-coordinate representation of color #7A8A94: hue angle of 203.08º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7A8A94 is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 122 | 138 | 148 | - |
| CMYK | 0.18 | 0.07 | 0 | 0.42 |
| HSL | 203.08º | 0.11% | 0.53% | - |
| HSV(B) | 203.08º | 0.18% | 0.58% | - |
| XYZ | 22.46 | 24.45 | 31.55 | - |
| YUV | 134.36 | 135.7 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 138 | 148 | 0.18 | 0.07 | 0 | 0.42 | 203.08 | 0.11 | 0.53 |
| Hex | 7A | 8A | 94 | 12 | 7 | 0 | 2A | CB | B | 35 |
| Octal | 172 | 212 | 224 | 22 | 7 | 0 | 52 | 313 | 13 | 65 |
| Binary | 1111010 | 10001010 | 10010100 | 10010 | 111 | 0 | 101010 | 11001011 | 1011 | 110101 |
Color Harmonies of #7A8A94
Complementary color
Monochromatic Colors of #7A8A94
Black with #7A8A94
Text Example
Text Example
White with #7A8A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8A94; }
p { color: rgb(122,138,148); }
H1.HeaderClassName
{
color: #7A8A94;
}
.AnyTagClassName
{
color: #7A8A94;
}
</style>
background-color css
<style>
a { background-color: #7A8A94; }
a { background-color: rgb(122,138,148); }
div.DivClassName
{
background-color: #7A8A94;
}
.BgClassName
{
background-color: #7A8A94;
}
</style>
border-color css
<style>
span { border-color: #7A8A94; }
span { border-color: rgb(122,138,148); }
td.TdClassName
{
border-color: #7A8A94;
}
.TagClassName
{
border-color: #7A8A94;
}
</style>