Shades of Light Slate Grey #7C8994
Tints of Light Slate Grey #7C8994
RGB
CMYK
RGB Variations
Color information
#7C8994 (or 0x7C8994) is known color: Light Slate Grey. HEX triplet: 7C, 89 and 94. RGB value is (124,137,148). Sum of RGB (Red+Green+Blue) = 124+137+148=409 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.32% from 409); Green value is 137 (53.91% from 255 or 33.50% from 409); Blue value is 148 (58.20% from 255 or 36.19% from 409); Max value from RGB is 148 - color contains mainly: blue. Hex color #7C8994 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C8994 is #83766B. Grayscale: #868686. Windows color (decimal): -8615532 or 9734524. OLE color: 9734524.
HSL color Cylindrical-coordinate representation of color #7C8994: hue angle of 207.5º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7C8994 is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 124 | 137 | 148 | - |
| CMYK | 0.16 | 0.07 | 0 | 0.42 |
| HSL | 207.5º | 0.1% | 0.53% | - |
| HSV(B) | 207.5º | 0.16% | 0.58% | - |
| XYZ | 22.6 | 24.31 | 31.52 | - |
| YUV | 134.37 | 135.69 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 137 | 148 | 0.16 | 0.07 | 0 | 0.42 | 207.5 | 0.1 | 0.53 |
| Hex | 7C | 89 | 94 | 10 | 7 | 0 | 2A | D0 | A | 35 |
| Octal | 174 | 211 | 224 | 20 | 7 | 0 | 52 | 320 | 12 | 65 |
| Binary | 1111100 | 10001001 | 10010100 | 10000 | 111 | 0 | 101010 | 11010000 | 1010 | 110101 |
Color Harmonies of #7C8994
Complementary color
Monochromatic Colors of #7C8994
Black with #7C8994
Text Example
Text Example
White with #7C8994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8994; }
p { color: rgb(124,137,148); }
H1.HeaderClassName
{
color: #7C8994;
}
.AnyTagClassName
{
color: #7C8994;
}
</style>
background-color css
<style>
a { background-color: #7C8994; }
a { background-color: rgb(124,137,148); }
div.DivClassName
{
background-color: #7C8994;
}
.BgClassName
{
background-color: #7C8994;
}
</style>
border-color css
<style>
span { border-color: #7C8994; }
span { border-color: rgb(124,137,148); }
td.TdClassName
{
border-color: #7C8994;
}
.TagClassName
{
border-color: #7C8994;
}
</style>