Shades of Light Slate Grey #7D8395
Tints of Light Slate Grey #7D8395
RGB
CMYK
RGB Variations
Color information
#7D8395 (or 0x7D8395) is known color: Light Slate Grey. HEX triplet: 7D, 83 and 95. RGB value is (125,131,149). Sum of RGB (Red+Green+Blue) = 125+131+149=405 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.86% from 405); Green value is 131 (51.56% from 255 or 32.35% from 405); Blue value is 149 (58.59% from 255 or 36.79% from 405); Max value from RGB is 149 - color contains mainly: blue. Hex color #7D8395 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D8395 is #827C6A. Grayscale: #838383. Windows color (decimal): -8551531 or 9798525. OLE color: 9798525.
HSL color Cylindrical-coordinate representation of color #7D8395: hue angle of 225º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7D8395 is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 125 | 131 | 149 | - |
| CMYK | 0.16 | 0.12 | 0 | 0.42 |
| HSL | 225º | 0.1% | 0.54% | - |
| HSV(B) | 225º | 0.16% | 0.58% | - |
| XYZ | 22 | 22.76 | 31.67 | - |
| YUV | 131.26 | 138.01 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 131 | 149 | 0.16 | 0.12 | 0 | 0.42 | 225 | 0.1 | 0.54 |
| Hex | 7D | 83 | 95 | 10 | C | 0 | 2A | E1 | A | 36 |
| Octal | 175 | 203 | 225 | 20 | 14 | 0 | 52 | 341 | 12 | 66 |
| Binary | 1111101 | 10000011 | 10010101 | 10000 | 1100 | 0 | 101010 | 11100001 | 1010 | 110110 |
Color Harmonies of #7D8395
Complementary color
Monochromatic Colors of #7D8395
Black with #7D8395
Text Example
Text Example
White with #7D8395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8395; }
p { color: rgb(125,131,149); }
H1.HeaderClassName
{
color: #7D8395;
}
.AnyTagClassName
{
color: #7D8395;
}
</style>
background-color css
<style>
a { background-color: #7D8395; }
a { background-color: rgb(125,131,149); }
div.DivClassName
{
background-color: #7D8395;
}
.BgClassName
{
background-color: #7D8395;
}
</style>
border-color css
<style>
span { border-color: #7D8395; }
span { border-color: rgb(125,131,149); }
td.TdClassName
{
border-color: #7D8395;
}
.TagClassName
{
border-color: #7D8395;
}
</style>