Shades of Heathered Grey #928F8A
Tints of Heathered Grey #928F8A
RGB
CMYK
RGB Variations
Color information
#928F8A (or 0x928F8A) is known color: Heathered Grey. HEX triplet: 92, 8F and 8A. RGB value is (146,143,138). Sum of RGB (Red+Green+Blue) = 146+143+138=427 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.19% from 427); Green value is 143 (56.25% from 255 or 33.49% from 427); Blue value is 138 (54.30% from 255 or 32.32% from 427); Max value from RGB is 146 - color contains mainly: red. Hex color #928F8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928F8A is #6D7075. Grayscale: #8F8F8F. Windows color (decimal): -7172214 or 9080722. OLE color: 9080722.
HSL color Cylindrical-coordinate representation of color #928F8A: hue angle of 37.5º degrees, saturation: 0.04, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #928F8A is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 143 | 138 | - |
| CMYK | 0 | 0.02 | 0.05 | 0.43 |
| HSL | 37.5º | 0.04% | 0.56% | - |
| HSV(B) | 37.5º | 0.05% | 0.57% | - |
| XYZ | 26.26 | 27.59 | 27.99 | - |
| YUV | 143.33 | 124.99 | 129.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 143 | 138 | 0 | 0.02 | 0.05 | 0.43 | 37.5 | 0.04 | 0.56 |
| Hex | 92 | 8F | 8A | 0 | 2 | 5 | 2B | 26 | 4 | 38 |
| Octal | 222 | 217 | 212 | 0 | 2 | 5 | 53 | 46 | 4 | 70 |
| Binary | 10010010 | 10001111 | 10001010 | 0 | 10 | 101 | 101011 | 100110 | 100 | 111000 |
Color Harmonies of #928F8A
Complementary color
Monochromatic Colors of #928F8A
Black with #928F8A
Text Example
Text Example
White with #928F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928F8A; }
p { color: rgb(146,143,138); }
H1.HeaderClassName
{
color: #928F8A;
}
.AnyTagClassName
{
color: #928F8A;
}
</style>
background-color css
<style>
a { background-color: #928F8A; }
a { background-color: rgb(146,143,138); }
div.DivClassName
{
background-color: #928F8A;
}
.BgClassName
{
background-color: #928F8A;
}
</style>
border-color css
<style>
span { border-color: #928F8A; }
span { border-color: rgb(146,143,138); }
td.TdClassName
{
border-color: #928F8A;
}
.TagClassName
{
border-color: #928F8A;
}
</style>