Shades of Light Slate Grey #7A8893
Tints of Light Slate Grey #7A8893
RGB
CMYK
RGB Variations
Color information
#7A8893 (or 0x7A8893) is known color: Light Slate Grey. HEX triplet: 7A, 88 and 93. RGB value is (122,136,147). Sum of RGB (Red+Green+Blue) = 122+136+147=405 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.12% from 405); Green value is 136 (53.52% from 255 or 33.58% from 405); Blue value is 147 (57.81% from 255 or 36.30% from 405); Max value from RGB is 147 - color contains mainly: blue. Hex color #7A8893 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A8893 is #85776C. Grayscale: #858585. Windows color (decimal): -8746861 or 9668730. OLE color: 9668730.
HSL color Cylindrical-coordinate representation of color #7A8893: hue angle of 206.4º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7A8893 is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 122 | 136 | 147 | - |
| CMYK | 0.17 | 0.07 | 0 | 0.42 |
| HSL | 206.4º | 0.1% | 0.53% | - |
| HSV(B) | 206.4º | 0.17% | 0.58% | - |
| XYZ | 22.1 | 23.85 | 31.04 | - |
| YUV | 133.07 | 135.86 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 136 | 147 | 0.17 | 0.07 | 0 | 0.42 | 206.4 | 0.1 | 0.53 |
| Hex | 7A | 88 | 93 | 11 | 7 | 0 | 2A | CE | A | 35 |
| Octal | 172 | 210 | 223 | 21 | 7 | 0 | 52 | 316 | 12 | 65 |
| Binary | 1111010 | 10001000 | 10010011 | 10001 | 111 | 0 | 101010 | 11001110 | 1010 | 110101 |
Color Harmonies of #7A8893
Complementary color
Monochromatic Colors of #7A8893
Black with #7A8893
Text Example
Text Example
White with #7A8893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8893; }
p { color: rgb(122,136,147); }
H1.HeaderClassName
{
color: #7A8893;
}
.AnyTagClassName
{
color: #7A8893;
}
</style>
background-color css
<style>
a { background-color: #7A8893; }
a { background-color: rgb(122,136,147); }
div.DivClassName
{
background-color: #7A8893;
}
.BgClassName
{
background-color: #7A8893;
}
</style>
border-color css
<style>
span { border-color: #7A8893; }
span { border-color: rgb(122,136,147); }
td.TdClassName
{
border-color: #7A8893;
}
.TagClassName
{
border-color: #7A8893;
}
</style>