Shades of Light Slate Grey #7D8391
Tints of Light Slate Grey #7D8391
RGB
CMYK
RGB Variations
Color information
#7D8391 (or 0x7D8391) is known color: Light Slate Grey. HEX triplet: 7D, 83 and 91. RGB value is (125,131,145). Sum of RGB (Red+Green+Blue) = 125+131+145=401 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.17% from 401); Green value is 131 (51.56% from 255 or 32.67% from 401); Blue value is 145 (57.03% from 255 or 36.16% from 401); Max value from RGB is 145 - color contains mainly: blue. Hex color #7D8391 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D8391 is #827C6E. Grayscale: #828282. Windows color (decimal): -8551535 or 9536381. OLE color: 9536381.
HSL color Cylindrical-coordinate representation of color #7D8391: hue angle of 222º 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 #7D8391 is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 125 | 131 | 145 | - |
| CMYK | 0.14 | 0.10 | 0 | 0.43 |
| HSL | 222º | 0.08% | 0.53% | - |
| HSV(B) | 222º | 0.14% | 0.57% | - |
| XYZ | 21.68 | 22.64 | 30.01 | - |
| YUV | 130.8 | 136.01 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 131 | 145 | 0.14 | 0.10 | 0 | 0.43 | 222 | 0.08 | 0.53 |
| Hex | 7D | 83 | 91 | E | A | 0 | 2B | DE | 8 | 35 |
| Octal | 175 | 203 | 221 | 16 | 12 | 0 | 53 | 336 | 10 | 65 |
| Binary | 1111101 | 10000011 | 10010001 | 1110 | 1010 | 0 | 101011 | 11011110 | 1000 | 110101 |
Color Harmonies of #7D8391
Complementary color
Monochromatic Colors of #7D8391
Black with #7D8391
Text Example
Text Example
White with #7D8391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8391; }
p { color: rgb(125,131,145); }
H1.HeaderClassName
{
color: #7D8391;
}
.AnyTagClassName
{
color: #7D8391;
}
</style>
background-color css
<style>
a { background-color: #7D8391; }
a { background-color: rgb(125,131,145); }
div.DivClassName
{
background-color: #7D8391;
}
.BgClassName
{
background-color: #7D8391;
}
</style>
border-color css
<style>
span { border-color: #7D8391; }
span { border-color: rgb(125,131,145); }
td.TdClassName
{
border-color: #7D8391;
}
.TagClassName
{
border-color: #7D8391;
}
</style>