Shades of Light Slate Grey #7E8992
Tints of Light Slate Grey #7E8992
RGB
CMYK
RGB Variations
Color information
#7E8992 (or 0x7E8992) is known color: Light Slate Grey. HEX triplet: 7E, 89 and 92. RGB value is (126,137,146). Sum of RGB (Red+Green+Blue) = 126+137+146=409 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.81% from 409); Green value is 137 (53.91% from 255 or 33.50% from 409); Blue value is 146 (57.42% from 255 or 35.70% from 409); Max value from RGB is 146 - color contains mainly: blue. Hex color #7E8992 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E8992 is #81766D. Grayscale: #868686. Windows color (decimal): -8484462 or 9603454. OLE color: 9603454.
HSL color Cylindrical-coordinate representation of color #7E8992: hue angle of 207º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7E8992 is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 126 | 137 | 146 | - |
| CMYK | 0.14 | 0.06 | 0 | 0.43 |
| HSL | 207º | 0.08% | 0.53% | - |
| HSV(B) | 207º | 0.14% | 0.57% | - |
| XYZ | 22.74 | 24.4 | 30.71 | - |
| YUV | 134.74 | 134.36 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 137 | 146 | 0.14 | 0.06 | 0 | 0.43 | 207 | 0.08 | 0.53 |
| Hex | 7E | 89 | 92 | E | 6 | 0 | 2B | CF | 8 | 35 |
| Octal | 176 | 211 | 222 | 16 | 6 | 0 | 53 | 317 | 10 | 65 |
| Binary | 1111110 | 10001001 | 10010010 | 1110 | 110 | 0 | 101011 | 11001111 | 1000 | 110101 |
Color Harmonies of #7E8992
Complementary color
Monochromatic Colors of #7E8992
Black with #7E8992
Text Example
Text Example
White with #7E8992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8992; }
p { color: rgb(126,137,146); }
H1.HeaderClassName
{
color: #7E8992;
}
.AnyTagClassName
{
color: #7E8992;
}
</style>
background-color css
<style>
a { background-color: #7E8992; }
a { background-color: rgb(126,137,146); }
div.DivClassName
{
background-color: #7E8992;
}
.BgClassName
{
background-color: #7E8992;
}
</style>
border-color css
<style>
span { border-color: #7E8992; }
span { border-color: rgb(126,137,146); }
td.TdClassName
{
border-color: #7E8992;
}
.TagClassName
{
border-color: #7E8992;
}
</style>