Shades of Heathered Grey #958A7D
Tints of Heathered Grey #958A7D
RGB
CMYK
RGB Variations
Color information
#958A7D (or 0x958A7D) is known color: Heathered Grey. HEX triplet: 95, 8A and 7D. RGB value is (149,138,125). Sum of RGB (Red+Green+Blue) = 149+138+125=412 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.17% from 412); Green value is 138 (54.30% from 255 or 33.50% from 412); Blue value is 125 (49.22% from 255 or 30.34% from 412); Max value from RGB is 149 - color contains mainly: red. Hex color #958A7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958A7D is #6A7582. Grayscale: #8B8B8B. Windows color (decimal): -6976899 or 8227477. OLE color: 8227477.
HSL color Cylindrical-coordinate representation of color #958A7D: hue angle of 32.5º 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 #958A7D is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 138 | 125 | - |
| CMYK | 0 | 0.07 | 0.16 | 0.42 |
| HSL | 32.5º | 0.1% | 0.54% | - |
| HSV(B) | 32.5º | 0.16% | 0.58% | - |
| XYZ | 25.18 | 26.05 | 23.1 | - |
| YUV | 139.81 | 119.64 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 138 | 125 | 0 | 0.07 | 0.16 | 0.42 | 32.5 | 0.1 | 0.54 |
| Hex | 95 | 8A | 7D | 0 | 7 | 10 | 2A | 20 | A | 36 |
| Octal | 225 | 212 | 175 | 0 | 7 | 20 | 52 | 40 | 12 | 66 |
| Binary | 10010101 | 10001010 | 1111101 | 0 | 111 | 10000 | 101010 | 100000 | 1010 | 110110 |
Color Harmonies of #958A7D
Complementary color
Monochromatic Colors of #958A7D
Black with #958A7D
Text Example
Text Example
White with #958A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958A7D; }
p { color: rgb(149,138,125); }
H1.HeaderClassName
{
color: #958A7D;
}
.AnyTagClassName
{
color: #958A7D;
}
</style>
background-color css
<style>
a { background-color: #958A7D; }
a { background-color: rgb(149,138,125); }
div.DivClassName
{
background-color: #958A7D;
}
.BgClassName
{
background-color: #958A7D;
}
</style>
border-color css
<style>
span { border-color: #958A7D; }
span { border-color: rgb(149,138,125); }
td.TdClassName
{
border-color: #958A7D;
}
.TagClassName
{
border-color: #958A7D;
}
</style>