Shades of Heathered Grey #928E87
Tints of Heathered Grey #928E87
RGB
CMYK
RGB Variations
Color information
#928E87 (or 0x928E87) is known color: Heathered Grey. HEX triplet: 92, 8E and 87. RGB value is (146,142,135). Sum of RGB (Red+Green+Blue) = 146+142+135=423 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.52% from 423); Green value is 142 (55.86% from 255 or 33.57% from 423); Blue value is 135 (53.12% from 255 or 31.91% from 423); Max value from RGB is 146 - color contains mainly: red. Hex color #928E87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928E87 is #6D7178. Grayscale: #8E8E8E. Windows color (decimal): -7172473 or 8883858. OLE color: 8883858.
HSL color Cylindrical-coordinate representation of color #928E87: hue angle of 38.18º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #928E87 is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 142 | 135 | - |
| CMYK | 0 | 0.03 | 0.08 | 0.43 |
| HSL | 38.18º | 0.05% | 0.55% | - |
| HSV(B) | 38.18º | 0.08% | 0.57% | - |
| XYZ | 25.9 | 27.21 | 26.81 | - |
| YUV | 142.4 | 123.83 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 142 | 135 | 0 | 0.03 | 0.08 | 0.43 | 38.18 | 0.05 | 0.55 |
| Hex | 92 | 8E | 87 | 0 | 3 | 8 | 2B | 26 | 5 | 37 |
| Octal | 222 | 216 | 207 | 0 | 3 | 10 | 53 | 46 | 5 | 67 |
| Binary | 10010010 | 10001110 | 10000111 | 0 | 11 | 1000 | 101011 | 100110 | 101 | 110111 |
Color Harmonies of #928E87
Complementary color
Monochromatic Colors of #928E87
Black with #928E87
Text Example
Text Example
White with #928E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928E87; }
p { color: rgb(146,142,135); }
H1.HeaderClassName
{
color: #928E87;
}
.AnyTagClassName
{
color: #928E87;
}
</style>
background-color css
<style>
a { background-color: #928E87; }
a { background-color: rgb(146,142,135); }
div.DivClassName
{
background-color: #928E87;
}
.BgClassName
{
background-color: #928E87;
}
</style>
border-color css
<style>
span { border-color: #928E87; }
span { border-color: rgb(146,142,135); }
td.TdClassName
{
border-color: #928E87;
}
.TagClassName
{
border-color: #928E87;
}
</style>