Shades of Light Slate Grey #7C8492
Tints of Light Slate Grey #7C8492
RGB
CMYK
RGB Variations
Color information
#7C8492 (or 0x7C8492) is known color: Light Slate Grey. HEX triplet: 7C, 84 and 92. RGB value is (124,132,146). Sum of RGB (Red+Green+Blue) = 124+132+146=402 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.85% from 402); Green value is 132 (51.95% from 255 or 32.84% from 402); Blue value is 146 (57.42% from 255 or 36.32% from 402); Max value from RGB is 146 - color contains mainly: blue. Hex color #7C8492 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C8492 is #837B6D. Grayscale: #838383. Windows color (decimal): -8616814 or 9602172. OLE color: 9602172.
HSL color Cylindrical-coordinate representation of color #7C8492: hue angle of 218.18º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7C8492 is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 124 | 132 | 146 | - |
| CMYK | 0.15 | 0.10 | 0 | 0.43 |
| HSL | 218.18º | 0.09% | 0.53% | - |
| HSV(B) | 218.18º | 0.15% | 0.57% | - |
| XYZ | 21.75 | 22.86 | 30.46 | - |
| YUV | 131.2 | 136.35 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 132 | 146 | 0.15 | 0.10 | 0 | 0.43 | 218.18 | 0.09 | 0.53 |
| Hex | 7C | 84 | 92 | F | A | 0 | 2B | DA | 9 | 35 |
| Octal | 174 | 204 | 222 | 17 | 12 | 0 | 53 | 332 | 11 | 65 |
| Binary | 1111100 | 10000100 | 10010010 | 1111 | 1010 | 0 | 101011 | 11011010 | 1001 | 110101 |
Color Harmonies of #7C8492
Complementary color
Monochromatic Colors of #7C8492
Black with #7C8492
Text Example
Text Example
White with #7C8492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8492; }
p { color: rgb(124,132,146); }
H1.HeaderClassName
{
color: #7C8492;
}
.AnyTagClassName
{
color: #7C8492;
}
</style>
background-color css
<style>
a { background-color: #7C8492; }
a { background-color: rgb(124,132,146); }
div.DivClassName
{
background-color: #7C8492;
}
.BgClassName
{
background-color: #7C8492;
}
</style>
border-color css
<style>
span { border-color: #7C8492; }
span { border-color: rgb(124,132,146); }
td.TdClassName
{
border-color: #7C8492;
}
.TagClassName
{
border-color: #7C8492;
}
</style>