Shades of Suva Grey #9B8D88
Tints of Suva Grey #9B8D88
RGB
CMYK
RGB Variations
Color information
#9B8D88 (or 0x9B8D88) is known color: Suva Grey. HEX triplet: 9B, 8D and 88. RGB value is (155,141,136). Sum of RGB (Red+Green+Blue) = 155+141+136=432 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.88% from 432); Green value is 141 (55.47% from 255 or 32.64% from 432); Blue value is 136 (53.52% from 255 or 31.48% from 432); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8D88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8D88 is #647277. Grayscale: #909090. Windows color (decimal): -6582904 or 8949147. OLE color: 8949147.
HSL color Cylindrical-coordinate representation of color #9B8D88: hue angle of 15.79º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9B8D88 is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 141 | 136 | - |
| CMYK | 0 | 0.09 | 0.12 | 0.39 |
| HSL | 15.79º | 0.09% | 0.57% | - |
| HSV(B) | 15.79º | 0.12% | 0.61% | - |
| XYZ | 27.49 | 27.8 | 27.21 | - |
| YUV | 144.62 | 123.14 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 141 | 136 | 0 | 0.09 | 0.12 | 0.39 | 15.79 | 0.09 | 0.57 |
| Hex | 9B | 8D | 88 | 0 | 9 | C | 27 | 10 | 9 | 39 |
| Octal | 233 | 215 | 210 | 0 | 11 | 14 | 47 | 20 | 11 | 71 |
| Binary | 10011011 | 10001101 | 10001000 | 0 | 1001 | 1100 | 100111 | 10000 | 1001 | 111001 |
Color Harmonies of #9B8D88
Complementary color
Monochromatic Colors of #9B8D88
Black with #9B8D88
Text Example
Text Example
White with #9B8D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8D88; }
p { color: rgb(155,141,136); }
H1.HeaderClassName
{
color: #9B8D88;
}
.AnyTagClassName
{
color: #9B8D88;
}
</style>
background-color css
<style>
a { background-color: #9B8D88; }
a { background-color: rgb(155,141,136); }
div.DivClassName
{
background-color: #9B8D88;
}
.BgClassName
{
background-color: #9B8D88;
}
</style>
border-color css
<style>
span { border-color: #9B8D88; }
span { border-color: rgb(155,141,136); }
td.TdClassName
{
border-color: #9B8D88;
}
.TagClassName
{
border-color: #9B8D88;
}
</style>