Shades of Heathered Grey #958C83
Tints of Heathered Grey #958C83
RGB
CMYK
RGB Variations
Color information
#958C83 (or 0x958C83) is known color: Heathered Grey. HEX triplet: 95, 8C and 83. RGB value is (149,140,131). Sum of RGB (Red+Green+Blue) = 149+140+131=420 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.48% from 420); Green value is 140 (55.08% from 255 or 33.33% from 420); Blue value is 131 (51.56% from 255 or 31.19% from 420); Max value from RGB is 149 - color contains mainly: red. Hex color #958C83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958C83 is #6A737C. Grayscale: #8D8D8D. Windows color (decimal): -6976381 or 8621205. OLE color: 8621205.
HSL color Cylindrical-coordinate representation of color #958C83: hue angle of 30º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #958C83 is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 140 | 131 | - |
| CMYK | 0 | 0.06 | 0.12 | 0.42 |
| HSL | 30º | 0.08% | 0.55% | - |
| HSV(B) | 30º | 0.12% | 0.58% | - |
| XYZ | 25.87 | 26.78 | 25.28 | - |
| YUV | 141.67 | 121.98 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 140 | 131 | 0 | 0.06 | 0.12 | 0.42 | 30 | 0.08 | 0.55 |
| Hex | 95 | 8C | 83 | 0 | 6 | C | 2A | 1E | 8 | 37 |
| Octal | 225 | 214 | 203 | 0 | 6 | 14 | 52 | 36 | 10 | 67 |
| Binary | 10010101 | 10001100 | 10000011 | 0 | 110 | 1100 | 101010 | 11110 | 1000 | 110111 |
Color Harmonies of #958C83
Complementary color
Monochromatic Colors of #958C83
Black with #958C83
Text Example
Text Example
White with #958C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958C83; }
p { color: rgb(149,140,131); }
H1.HeaderClassName
{
color: #958C83;
}
.AnyTagClassName
{
color: #958C83;
}
</style>
background-color css
<style>
a { background-color: #958C83; }
a { background-color: rgb(149,140,131); }
div.DivClassName
{
background-color: #958C83;
}
.BgClassName
{
background-color: #958C83;
}
</style>
border-color css
<style>
span { border-color: #958C83; }
span { border-color: rgb(149,140,131); }
td.TdClassName
{
border-color: #958C83;
}
.TagClassName
{
border-color: #958C83;
}
</style>