Shades of Light Slate Grey #7A8693
Tints of Light Slate Grey #7A8693
RGB
CMYK
RGB Variations
Color information
#7A8693 (or 0x7A8693) is known color: Light Slate Grey. HEX triplet: 7A, 86 and 93. RGB value is (122,134,147). Sum of RGB (Red+Green+Blue) = 122+134+147=403 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.27% from 403); Green value is 134 (52.73% from 255 or 33.25% from 403); Blue value is 147 (57.81% from 255 or 36.48% from 403); Max value from RGB is 147 - color contains mainly: blue. Hex color #7A8693 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A8693 is #85796C. Grayscale: #838383. Windows color (decimal): -8747373 or 9668218. OLE color: 9668218.
HSL color Cylindrical-coordinate representation of color #7A8693: hue angle of 211.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 #7A8693 is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 122 | 134 | 147 | - |
| CMYK | 0.17 | 0.09 | 0 | 0.42 |
| HSL | 211.2º | 0.1% | 0.53% | - |
| HSV(B) | 211.2º | 0.17% | 0.58% | - |
| XYZ | 21.82 | 23.29 | 30.95 | - |
| YUV | 131.89 | 136.52 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 134 | 147 | 0.17 | 0.09 | 0 | 0.42 | 211.2 | 0.1 | 0.53 |
| Hex | 7A | 86 | 93 | 11 | 9 | 0 | 2A | D3 | A | 35 |
| Octal | 172 | 206 | 223 | 21 | 11 | 0 | 52 | 323 | 12 | 65 |
| Binary | 1111010 | 10000110 | 10010011 | 10001 | 1001 | 0 | 101010 | 11010011 | 1010 | 110101 |
Color Harmonies of #7A8693
Complementary color
Monochromatic Colors of #7A8693
Black with #7A8693
Text Example
Text Example
White with #7A8693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8693; }
p { color: rgb(122,134,147); }
H1.HeaderClassName
{
color: #7A8693;
}
.AnyTagClassName
{
color: #7A8693;
}
</style>
background-color css
<style>
a { background-color: #7A8693; }
a { background-color: rgb(122,134,147); }
div.DivClassName
{
background-color: #7A8693;
}
.BgClassName
{
background-color: #7A8693;
}
</style>
border-color css
<style>
span { border-color: #7A8693; }
span { border-color: rgb(122,134,147); }
td.TdClassName
{
border-color: #7A8693;
}
.TagClassName
{
border-color: #7A8693;
}
</style>