Shades of Heathered Grey #928E85
Tints of Heathered Grey #928E85
RGB
CMYK
RGB Variations
Color information
#928E85 (or 0x928E85) is known color: Heathered Grey. HEX triplet: 92, 8E and 85. RGB value is (146,142,133). Sum of RGB (Red+Green+Blue) = 146+142+133=421 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.68% from 421); Green value is 142 (55.86% from 255 or 33.73% from 421); Blue value is 133 (52.34% from 255 or 31.59% from 421); Max value from RGB is 146 - color contains mainly: red. Hex color #928E85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928E85 is #6D717A. Grayscale: #8E8E8E. Windows color (decimal): -7172475 or 8752786. OLE color: 8752786.
HSL color Cylindrical-coordinate representation of color #928E85: hue angle of 41.54º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #928E85 is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 142 | 133 | - |
| CMYK | 0 | 0.03 | 0.09 | 0.43 |
| HSL | 41.54º | 0.06% | 0.55% | - |
| HSV(B) | 41.54º | 0.09% | 0.57% | - |
| XYZ | 25.76 | 27.15 | 26.07 | - |
| YUV | 142.17 | 122.83 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 142 | 133 | 0 | 0.03 | 0.09 | 0.43 | 41.54 | 0.06 | 0.55 |
| Hex | 92 | 8E | 85 | 0 | 3 | 9 | 2B | 2A | 6 | 37 |
| Octal | 222 | 216 | 205 | 0 | 3 | 11 | 53 | 52 | 6 | 67 |
| Binary | 10010010 | 10001110 | 10000101 | 0 | 11 | 1001 | 101011 | 101010 | 110 | 110111 |
Color Harmonies of #928E85
Complementary color
Monochromatic Colors of #928E85
Black with #928E85
Text Example
Text Example
White with #928E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928E85; }
p { color: rgb(146,142,133); }
H1.HeaderClassName
{
color: #928E85;
}
.AnyTagClassName
{
color: #928E85;
}
</style>
background-color css
<style>
a { background-color: #928E85; }
a { background-color: rgb(146,142,133); }
div.DivClassName
{
background-color: #928E85;
}
.BgClassName
{
background-color: #928E85;
}
</style>
border-color css
<style>
span { border-color: #928E85; }
span { border-color: rgb(146,142,133); }
td.TdClassName
{
border-color: #928E85;
}
.TagClassName
{
border-color: #928E85;
}
</style>