Shades of Light Slate Grey #7A8193
Tints of Light Slate Grey #7A8193
RGB
CMYK
RGB Variations
Color information
#7A8193 (or 0x7A8193) is known color: Light Slate Grey. HEX triplet: 7A, 81 and 93. RGB value is (122,129,147). Sum of RGB (Red+Green+Blue) = 122+129+147=398 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.65% from 398); Green value is 129 (50.78% from 255 or 32.41% from 398); Blue value is 147 (57.81% from 255 or 36.93% from 398); Max value from RGB is 147 - color contains mainly: blue. Hex color #7A8193 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A8193 is #857E6C. Grayscale: #808080. Windows color (decimal): -8748653 or 9666938. OLE color: 9666938.
HSL color Cylindrical-coordinate representation of color #7A8193: hue angle of 223.2º 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 #7A8193 is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 122 | 129 | 147 | - |
| CMYK | 0.17 | 0.12 | 0 | 0.42 |
| HSL | 223.2º | 0.1% | 0.53% | - |
| HSV(B) | 223.2º | 0.17% | 0.58% | - |
| XYZ | 21.14 | 21.94 | 30.73 | - |
| YUV | 128.96 | 138.18 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 129 | 147 | 0.17 | 0.12 | 0 | 0.42 | 223.2 | 0.1 | 0.53 |
| Hex | 7A | 81 | 93 | 11 | C | 0 | 2A | DF | A | 35 |
| Octal | 172 | 201 | 223 | 21 | 14 | 0 | 52 | 337 | 12 | 65 |
| Binary | 1111010 | 10000001 | 10010011 | 10001 | 1100 | 0 | 101010 | 11011111 | 1010 | 110101 |
Color Harmonies of #7A8193
Complementary color
Monochromatic Colors of #7A8193
Black with #7A8193
Text Example
Text Example
White with #7A8193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8193; }
p { color: rgb(122,129,147); }
H1.HeaderClassName
{
color: #7A8193;
}
.AnyTagClassName
{
color: #7A8193;
}
</style>
background-color css
<style>
a { background-color: #7A8193; }
a { background-color: rgb(122,129,147); }
div.DivClassName
{
background-color: #7A8193;
}
.BgClassName
{
background-color: #7A8193;
}
</style>
border-color css
<style>
span { border-color: #7A8193; }
span { border-color: rgb(122,129,147); }
td.TdClassName
{
border-color: #7A8193;
}
.TagClassName
{
border-color: #7A8193;
}
</style>