Shades of Suva Grey #928B89
Tints of Suva Grey #928B89
RGB
CMYK
RGB Variations
Color information
#928B89 (or 0x928B89) is known color: Suva Grey. HEX triplet: 92, 8B and 89. RGB value is (146,139,137). Sum of RGB (Red+Green+Blue) = 146+139+137=422 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.60% from 422); Green value is 139 (54.69% from 255 or 32.94% from 422); Blue value is 137 (53.91% from 255 or 32.46% from 422); Max value from RGB is 146 - color contains mainly: red. Hex color #928B89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928B89 is #6D7476. Grayscale: #8C8C8C. Windows color (decimal): -7173239 or 9014162. OLE color: 9014162.
HSL color Cylindrical-coordinate representation of color #928B89: hue angle of 13.33º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #928B89 is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 139 | 137 | - |
| CMYK | 0 | 0.05 | 0.06 | 0.43 |
| HSL | 13.33º | 0.04% | 0.55% | - |
| HSV(B) | 13.33º | 0.06% | 0.57% | - |
| XYZ | 25.6 | 26.38 | 27.41 | - |
| YUV | 140.87 | 125.82 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 139 | 137 | 0 | 0.05 | 0.06 | 0.43 | 13.33 | 0.04 | 0.55 |
| Hex | 92 | 8B | 89 | 0 | 5 | 6 | 2B | D | 4 | 37 |
| Octal | 222 | 213 | 211 | 0 | 5 | 6 | 53 | 15 | 4 | 67 |
| Binary | 10010010 | 10001011 | 10001001 | 0 | 101 | 110 | 101011 | 1101 | 100 | 110111 |
Color Harmonies of #928B89
Complementary color
Monochromatic Colors of #928B89
Black with #928B89
Text Example
Text Example
White with #928B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928B89; }
p { color: rgb(146,139,137); }
H1.HeaderClassName
{
color: #928B89;
}
.AnyTagClassName
{
color: #928B89;
}
</style>
background-color css
<style>
a { background-color: #928B89; }
a { background-color: rgb(146,139,137); }
div.DivClassName
{
background-color: #928B89;
}
.BgClassName
{
background-color: #928B89;
}
</style>
border-color css
<style>
span { border-color: #928B89; }
span { border-color: rgb(146,139,137); }
td.TdClassName
{
border-color: #928B89;
}
.TagClassName
{
border-color: #928B89;
}
</style>