Shades of Light Slate Grey #7D8D96
Tints of Light Slate Grey #7D8D96
RGB
CMYK
RGB Variations
Color information
#7D8D96 (or 0x7D8D96) is known color: Light Slate Grey. HEX triplet: 7D, 8D and 96. RGB value is (125,141,150). Sum of RGB (Red+Green+Blue) = 125+141+150=416 (55% of max value = 765). Red value is 125 (49.22% from 255 or 30.05% from 416); Green value is 141 (55.47% from 255 or 33.89% from 416); Blue value is 150 (58.98% from 255 or 36.06% from 416); Max value from RGB is 150 - color contains mainly: blue. Hex color #7D8D96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D8D96 is #827269. Grayscale: #898989. Windows color (decimal): -8548970 or 9866621. OLE color: 9866621.
HSL color Cylindrical-coordinate representation of color #7D8D96: hue angle of 201.6º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7D8D96 is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 125 | 141 | 150 | - |
| CMYK | 0.17 | 0.06 | 0 | 0.41 |
| HSL | 201.6º | 0.11% | 0.54% | - |
| HSV(B) | 201.6º | 0.17% | 0.59% | - |
| XYZ | 23.49 | 25.61 | 32.56 | - |
| YUV | 137.24 | 135.2 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 141 | 150 | 0.17 | 0.06 | 0 | 0.41 | 201.6 | 0.11 | 0.54 |
| Hex | 7D | 8D | 96 | 11 | 6 | 0 | 29 | CA | B | 36 |
| Octal | 175 | 215 | 226 | 21 | 6 | 0 | 51 | 312 | 13 | 66 |
| Binary | 1111101 | 10001101 | 10010110 | 10001 | 110 | 0 | 101001 | 11001010 | 1011 | 110110 |
Color Harmonies of #7D8D96
Complementary color
Monochromatic Colors of #7D8D96
Black with #7D8D96
Text Example
Text Example
White with #7D8D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8D96; }
p { color: rgb(125,141,150); }
H1.HeaderClassName
{
color: #7D8D96;
}
.AnyTagClassName
{
color: #7D8D96;
}
</style>
background-color css
<style>
a { background-color: #7D8D96; }
a { background-color: rgb(125,141,150); }
div.DivClassName
{
background-color: #7D8D96;
}
.BgClassName
{
background-color: #7D8D96;
}
</style>
border-color css
<style>
span { border-color: #7D8D96; }
span { border-color: rgb(125,141,150); }
td.TdClassName
{
border-color: #7D8D96;
}
.TagClassName
{
border-color: #7D8D96;
}
</style>