Shades of Light Slate Grey #7D8992
Tints of Light Slate Grey #7D8992
RGB
CMYK
RGB Variations
Color information
#7D8992 (or 0x7D8992) is known color: Light Slate Grey. HEX triplet: 7D, 89 and 92. RGB value is (125,137,146). Sum of RGB (Red+Green+Blue) = 125+137+146=408 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.64% from 408); Green value is 137 (53.91% from 255 or 33.58% from 408); Blue value is 146 (57.42% from 255 or 35.78% from 408); Max value from RGB is 146 - color contains mainly: blue. Hex color #7D8992 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D8992 is #82766D. Grayscale: #868686. Windows color (decimal): -8549998 or 9603453. OLE color: 9603453.
HSL color Cylindrical-coordinate representation of color #7D8992: hue angle of 205.71º degrees, saturation: 0.09, 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 #7D8992 is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 125 | 137 | 146 | - |
| CMYK | 0.14 | 0.06 | 0 | 0.43 |
| HSL | 205.71º | 0.09% | 0.53% | - |
| HSV(B) | 205.71º | 0.14% | 0.57% | - |
| XYZ | 22.59 | 24.33 | 30.7 | - |
| YUV | 134.44 | 134.52 | 121.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 137 | 146 | 0.14 | 0.06 | 0 | 0.43 | 205.71 | 0.09 | 0.53 |
| Hex | 7D | 89 | 92 | E | 6 | 0 | 2B | CE | 9 | 35 |
| Octal | 175 | 211 | 222 | 16 | 6 | 0 | 53 | 316 | 11 | 65 |
| Binary | 1111101 | 10001001 | 10010010 | 1110 | 110 | 0 | 101011 | 11001110 | 1001 | 110101 |
Color Harmonies of #7D8992
Complementary color
Monochromatic Colors of #7D8992
Black with #7D8992
Text Example
Text Example
White with #7D8992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8992; }
p { color: rgb(125,137,146); }
H1.HeaderClassName
{
color: #7D8992;
}
.AnyTagClassName
{
color: #7D8992;
}
</style>
background-color css
<style>
a { background-color: #7D8992; }
a { background-color: rgb(125,137,146); }
div.DivClassName
{
background-color: #7D8992;
}
.BgClassName
{
background-color: #7D8992;
}
</style>
border-color css
<style>
span { border-color: #7D8992; }
span { border-color: rgb(125,137,146); }
td.TdClassName
{
border-color: #7D8992;
}
.TagClassName
{
border-color: #7D8992;
}
</style>