Shades of Suva Grey #9B8B87
Tints of Suva Grey #9B8B87
RGB
CMYK
RGB Variations
Color information
#9B8B87 (or 0x9B8B87) is known color: Suva Grey. HEX triplet: 9B, 8B and 87. RGB value is (155,139,135). Sum of RGB (Red+Green+Blue) = 155+139+135=429 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.13% from 429); Green value is 139 (54.69% from 255 or 32.40% from 429); Blue value is 135 (53.12% from 255 or 31.47% from 429); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8B87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8B87 is #647478. Grayscale: #8F8F8F. Windows color (decimal): -6583417 or 8883099. OLE color: 8883099.
HSL color Cylindrical-coordinate representation of color #9B8B87: hue angle of 12º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9B8B87 is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 139 | 135 | - |
| CMYK | 0 | 0.10 | 0.13 | 0.39 |
| HSL | 12º | 0.09% | 0.57% | - |
| HSV(B) | 12º | 0.13% | 0.61% | - |
| XYZ | 27.12 | 27.18 | 26.74 | - |
| YUV | 143.33 | 123.3 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 139 | 135 | 0 | 0.10 | 0.13 | 0.39 | 12 | 0.09 | 0.57 |
| Hex | 9B | 8B | 87 | 0 | A | D | 27 | C | 9 | 39 |
| Octal | 233 | 213 | 207 | 0 | 12 | 15 | 47 | 14 | 11 | 71 |
| Binary | 10011011 | 10001011 | 10000111 | 0 | 1010 | 1101 | 100111 | 1100 | 1001 | 111001 |
Color Harmonies of #9B8B87
Complementary color
Monochromatic Colors of #9B8B87
Black with #9B8B87
Text Example
Text Example
White with #9B8B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8B87; }
p { color: rgb(155,139,135); }
H1.HeaderClassName
{
color: #9B8B87;
}
.AnyTagClassName
{
color: #9B8B87;
}
</style>
background-color css
<style>
a { background-color: #9B8B87; }
a { background-color: rgb(155,139,135); }
div.DivClassName
{
background-color: #9B8B87;
}
.BgClassName
{
background-color: #9B8B87;
}
</style>
border-color css
<style>
span { border-color: #9B8B87; }
span { border-color: rgb(155,139,135); }
td.TdClassName
{
border-color: #9B8B87;
}
.TagClassName
{
border-color: #9B8B87;
}
</style>