Shades of Heathered Grey #928B83
Tints of Heathered Grey #928B83
RGB
CMYK
RGB Variations
Color information
#928B83 (or 0x928B83) is known color: Heathered Grey. HEX triplet: 92, 8B and 83. RGB value is (146,139,131). Sum of RGB (Red+Green+Blue) = 146+139+131=416 (55% of max value = 765). Red value is 146 (57.42% from 255 or 35.10% from 416); Green value is 139 (54.69% from 255 or 33.41% from 416); Blue value is 131 (51.56% from 255 or 31.49% from 416); Max value from RGB is 146 - color contains mainly: red. Hex color #928B83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928B83 is #6D747C. Grayscale: #8C8C8C. Windows color (decimal): -7173245 or 8620946. OLE color: 8620946.
HSL color Cylindrical-coordinate representation of color #928B83: hue angle of 32º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #928B83 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 139 | 131 | - |
| CMYK | 0 | 0.05 | 0.10 | 0.43 |
| HSL | 32º | 0.06% | 0.54% | - |
| HSV(B) | 32º | 0.1% | 0.57% | - |
| XYZ | 25.18 | 26.21 | 25.21 | - |
| YUV | 140.18 | 122.82 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 139 | 131 | 0 | 0.05 | 0.10 | 0.43 | 32 | 0.06 | 0.54 |
| Hex | 92 | 8B | 83 | 0 | 5 | A | 2B | 20 | 6 | 36 |
| Octal | 222 | 213 | 203 | 0 | 5 | 12 | 53 | 40 | 6 | 66 |
| Binary | 10010010 | 10001011 | 10000011 | 0 | 101 | 1010 | 101011 | 100000 | 110 | 110110 |
Color Harmonies of #928B83
Complementary color
Monochromatic Colors of #928B83
Black with #928B83
Text Example
Text Example
White with #928B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928B83; }
p { color: rgb(146,139,131); }
H1.HeaderClassName
{
color: #928B83;
}
.AnyTagClassName
{
color: #928B83;
}
</style>
background-color css
<style>
a { background-color: #928B83; }
a { background-color: rgb(146,139,131); }
div.DivClassName
{
background-color: #928B83;
}
.BgClassName
{
background-color: #928B83;
}
</style>
border-color css
<style>
span { border-color: #928B83; }
span { border-color: rgb(146,139,131); }
td.TdClassName
{
border-color: #928B83;
}
.TagClassName
{
border-color: #928B83;
}
</style>