Shades of Light Slate Grey #7A8594
Tints of Light Slate Grey #7A8594
RGB
CMYK
RGB Variations
Color information
#7A8594 (or 0x7A8594) is known color: Light Slate Grey. HEX triplet: 7A, 85 and 94. RGB value is (122,133,148). Sum of RGB (Red+Green+Blue) = 122+133+148=403 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.27% from 403); Green value is 133 (52.34% from 255 or 33.00% from 403); Blue value is 148 (58.20% from 255 or 36.72% from 403); Max value from RGB is 148 - color contains mainly: blue. Hex color #7A8594 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A8594 is #857A6B. Grayscale: #838383. Windows color (decimal): -8747628 or 9733498. OLE color: 9733498.
HSL color Cylindrical-coordinate representation of color #7A8594: hue angle of 214.62º 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 #7A8594 is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 122 | 133 | 148 | - |
| CMYK | 0.18 | 0.10 | 0 | 0.42 |
| HSL | 214.62º | 0.11% | 0.53% | - |
| HSV(B) | 214.62º | 0.18% | 0.58% | - |
| XYZ | 21.76 | 23.05 | 31.32 | - |
| YUV | 131.42 | 137.36 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 133 | 148 | 0.18 | 0.10 | 0 | 0.42 | 214.62 | 0.11 | 0.53 |
| Hex | 7A | 85 | 94 | 12 | A | 0 | 2A | D7 | B | 35 |
| Octal | 172 | 205 | 224 | 22 | 12 | 0 | 52 | 327 | 13 | 65 |
| Binary | 1111010 | 10000101 | 10010100 | 10010 | 1010 | 0 | 101010 | 11010111 | 1011 | 110101 |
Color Harmonies of #7A8594
Complementary color
Monochromatic Colors of #7A8594
Black with #7A8594
Text Example
Text Example
White with #7A8594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8594; }
p { color: rgb(122,133,148); }
H1.HeaderClassName
{
color: #7A8594;
}
.AnyTagClassName
{
color: #7A8594;
}
</style>
background-color css
<style>
a { background-color: #7A8594; }
a { background-color: rgb(122,133,148); }
div.DivClassName
{
background-color: #7A8594;
}
.BgClassName
{
background-color: #7A8594;
}
</style>
border-color css
<style>
span { border-color: #7A8594; }
span { border-color: rgb(122,133,148); }
td.TdClassName
{
border-color: #7A8594;
}
.TagClassName
{
border-color: #7A8594;
}
</style>