Shades of Suva Grey #928C8B
Tints of Suva Grey #928C8B
RGB
CMYK
RGB Variations
Color information
#928C8B (or 0x928C8B) is known color: Suva Grey. HEX triplet: 92, 8C and 8B. RGB value is (146,140,139). Sum of RGB (Red+Green+Blue) = 146+140+139=425 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.35% from 425); Green value is 140 (55.08% from 255 or 32.94% from 425); Blue value is 139 (54.69% from 255 or 32.71% from 425); Max value from RGB is 146 - color contains mainly: red. Hex color #928C8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928C8B is #6D7374. Grayscale: #8D8D8D. Windows color (decimal): -7172981 or 9145490. OLE color: 9145490.
HSL color Cylindrical-coordinate representation of color #928C8B: hue angle of 8.57º degrees, saturation: 0.03, 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 #928C8B is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 140 | 139 | - |
| CMYK | 0 | 0.04 | 0.05 | 0.43 |
| HSL | 8.57º | 0.03% | 0.56% | - |
| HSV(B) | 8.57º | 0.05% | 0.57% | - |
| XYZ | 25.89 | 26.73 | 28.22 | - |
| YUV | 141.68 | 126.49 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 140 | 139 | 0 | 0.04 | 0.05 | 0.43 | 8.57 | 0.03 | 0.56 |
| Hex | 92 | 8C | 8B | 0 | 4 | 5 | 2B | 9 | 3 | 38 |
| Octal | 222 | 214 | 213 | 0 | 4 | 5 | 53 | 11 | 3 | 70 |
| Binary | 10010010 | 10001100 | 10001011 | 0 | 100 | 101 | 101011 | 1001 | 11 | 111000 |
Color Harmonies of #928C8B
Complementary color
Monochromatic Colors of #928C8B
Black with #928C8B
Text Example
Text Example
White with #928C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928C8B; }
p { color: rgb(146,140,139); }
H1.HeaderClassName
{
color: #928C8B;
}
.AnyTagClassName
{
color: #928C8B;
}
</style>
background-color css
<style>
a { background-color: #928C8B; }
a { background-color: rgb(146,140,139); }
div.DivClassName
{
background-color: #928C8B;
}
.BgClassName
{
background-color: #928C8B;
}
</style>
border-color css
<style>
span { border-color: #928C8B; }
span { border-color: rgb(146,140,139); }
td.TdClassName
{
border-color: #928C8B;
}
.TagClassName
{
border-color: #928C8B;
}
</style>