Shades of Light Slate Grey #7D8896
Tints of Light Slate Grey #7D8896
RGB
CMYK
RGB Variations
Color information
#7D8896 (or 0x7D8896) is known color: Light Slate Grey. HEX triplet: 7D, 88 and 96. RGB value is (125,136,150). Sum of RGB (Red+Green+Blue) = 125+136+150=411 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.41% from 411); Green value is 136 (53.52% from 255 or 33.09% from 411); Blue value is 150 (58.98% from 255 or 36.50% from 411); Max value from RGB is 150 - color contains mainly: blue. Hex color #7D8896 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D8896 is #827769. Grayscale: #868686. Windows color (decimal): -8550250 or 9865341. OLE color: 9865341.
HSL color Cylindrical-coordinate representation of color #7D8896: hue angle of 213.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 #7D8896 is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 125 | 136 | 150 | - |
| CMYK | 0.17 | 0.09 | 0 | 0.41 |
| HSL | 213.6º | 0.11% | 0.54% | - |
| HSV(B) | 213.6º | 0.17% | 0.59% | - |
| XYZ | 22.77 | 24.17 | 32.32 | - |
| YUV | 134.31 | 136.86 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 136 | 150 | 0.17 | 0.09 | 0 | 0.41 | 213.6 | 0.11 | 0.54 |
| Hex | 7D | 88 | 96 | 11 | 9 | 0 | 29 | D6 | B | 36 |
| Octal | 175 | 210 | 226 | 21 | 11 | 0 | 51 | 326 | 13 | 66 |
| Binary | 1111101 | 10001000 | 10010110 | 10001 | 1001 | 0 | 101001 | 11010110 | 1011 | 110110 |
Color Harmonies of #7D8896
Complementary color
Monochromatic Colors of #7D8896
Black with #7D8896
Text Example
Text Example
White with #7D8896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8896; }
p { color: rgb(125,136,150); }
H1.HeaderClassName
{
color: #7D8896;
}
.AnyTagClassName
{
color: #7D8896;
}
</style>
background-color css
<style>
a { background-color: #7D8896; }
a { background-color: rgb(125,136,150); }
div.DivClassName
{
background-color: #7D8896;
}
.BgClassName
{
background-color: #7D8896;
}
</style>
border-color css
<style>
span { border-color: #7D8896; }
span { border-color: rgb(125,136,150); }
td.TdClassName
{
border-color: #7D8896;
}
.TagClassName
{
border-color: #7D8896;
}
</style>