Shades of Heathered Grey #9B9280
Tints of Heathered Grey #9B9280
RGB
CMYK
RGB Variations
Color information
#9B9280 (or 0x9B9280) is known color: Heathered Grey. HEX triplet: 9B, 92 and 80. RGB value is (155,146,128). Sum of RGB (Red+Green+Blue) = 155+146+128=429 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.13% from 429); Green value is 146 (57.42% from 255 or 34.03% from 429); Blue value is 128 (50.39% from 255 or 29.84% from 429); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9280 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9280 is #646D7F. Grayscale: #929292. Windows color (decimal): -6581632 or 8426139. OLE color: 8426139.
HSL color Cylindrical-coordinate representation of color #9B9280: hue angle of 40º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9B9280 is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 146 | 128 | - |
| CMYK | 0 | 0.06 | 0.17 | 0.39 |
| HSL | 40º | 0.12% | 0.55% | - |
| HSV(B) | 40º | 0.17% | 0.61% | - |
| XYZ | 27.69 | 29.08 | 24.58 | - |
| YUV | 146.64 | 117.48 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 146 | 128 | 0 | 0.06 | 0.17 | 0.39 | 40 | 0.12 | 0.55 |
| Hex | 9B | 92 | 80 | 0 | 6 | 11 | 27 | 28 | C | 37 |
| Octal | 233 | 222 | 200 | 0 | 6 | 21 | 47 | 50 | 14 | 67 |
| Binary | 10011011 | 10010010 | 10000000 | 0 | 110 | 10001 | 100111 | 101000 | 1100 | 110111 |
Color Harmonies of #9B9280
Complementary color
Monochromatic Colors of #9B9280
Black with #9B9280
Text Example
Text Example
White with #9B9280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9280; }
p { color: rgb(155,146,128); }
H1.HeaderClassName
{
color: #9B9280;
}
.AnyTagClassName
{
color: #9B9280;
}
</style>
background-color css
<style>
a { background-color: #9B9280; }
a { background-color: rgb(155,146,128); }
div.DivClassName
{
background-color: #9B9280;
}
.BgClassName
{
background-color: #9B9280;
}
</style>
border-color css
<style>
span { border-color: #9B9280; }
span { border-color: rgb(155,146,128); }
td.TdClassName
{
border-color: #9B9280;
}
.TagClassName
{
border-color: #9B9280;
}
</style>