Shades of Light Slate Grey #7D8590
Tints of Light Slate Grey #7D8590
RGB
CMYK
RGB Variations
Color information
#7D8590 (or 0x7D8590) is known color: Light Slate Grey. HEX triplet: 7D, 85 and 90. RGB value is (125,133,144). Sum of RGB (Red+Green+Blue) = 125+133+144=402 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.09% from 402); Green value is 133 (52.34% from 255 or 33.08% from 402); Blue value is 144 (56.64% from 255 or 35.82% from 402); Max value from RGB is 144 - color contains mainly: blue. Hex color #7D8590 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D8590 is #827A6F. Grayscale: #838383. Windows color (decimal): -8551024 or 9471357. OLE color: 9471357.
HSL color Cylindrical-coordinate representation of color #7D8590: hue angle of 214.74º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7D8590 is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 125 | 133 | 144 | - |
| CMYK | 0.13 | 0.08 | 0 | 0.44 |
| HSL | 214.74º | 0.08% | 0.53% | - |
| HSV(B) | 214.74º | 0.13% | 0.56% | - |
| XYZ | 21.88 | 23.15 | 29.7 | - |
| YUV | 131.86 | 134.85 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 133 | 144 | 0.13 | 0.08 | 0 | 0.44 | 214.74 | 0.08 | 0.53 |
| Hex | 7D | 85 | 90 | D | 8 | 0 | 2C | D7 | 8 | 35 |
| Octal | 175 | 205 | 220 | 15 | 10 | 0 | 54 | 327 | 10 | 65 |
| Binary | 1111101 | 10000101 | 10010000 | 1101 | 1000 | 0 | 101100 | 11010111 | 1000 | 110101 |
Color Harmonies of #7D8590
Complementary color
Monochromatic Colors of #7D8590
Black with #7D8590
Text Example
Text Example
White with #7D8590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8590; }
p { color: rgb(125,133,144); }
H1.HeaderClassName
{
color: #7D8590;
}
.AnyTagClassName
{
color: #7D8590;
}
</style>
background-color css
<style>
a { background-color: #7D8590; }
a { background-color: rgb(125,133,144); }
div.DivClassName
{
background-color: #7D8590;
}
.BgClassName
{
background-color: #7D8590;
}
</style>
border-color css
<style>
span { border-color: #7D8590; }
span { border-color: rgb(125,133,144); }
td.TdClassName
{
border-color: #7D8590;
}
.TagClassName
{
border-color: #7D8590;
}
</style>