Shades of Suva Grey #9B8D8B
Tints of Suva Grey #9B8D8B
RGB
CMYK
RGB Variations
Color information
#9B8D8B (or 0x9B8D8B) is known color: Suva Grey. HEX triplet: 9B, 8D and 8B. RGB value is (155,141,139). Sum of RGB (Red+Green+Blue) = 155+141+139=435 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.63% from 435); Green value is 141 (55.47% from 255 or 32.41% from 435); Blue value is 139 (54.69% from 255 or 31.95% from 435); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8D8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8D8B is #647274. Grayscale: #909090. Windows color (decimal): -6582901 or 9145755. OLE color: 9145755.
HSL color Cylindrical-coordinate representation of color #9B8D8B: hue angle of 7.5º degrees, saturation: 0.07, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9B8D8B is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 141 | 139 | - |
| CMYK | 0 | 0.09 | 0.10 | 0.39 |
| HSL | 7.5º | 0.07% | 0.58% | - |
| HSV(B) | 7.5º | 0.1% | 0.61% | - |
| XYZ | 27.7 | 27.88 | 28.35 | - |
| YUV | 144.96 | 124.64 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 141 | 139 | 0 | 0.09 | 0.10 | 0.39 | 7.5 | 0.07 | 0.58 |
| Hex | 9B | 8D | 8B | 0 | 9 | A | 27 | 8 | 7 | 3A |
| Octal | 233 | 215 | 213 | 0 | 11 | 12 | 47 | 10 | 7 | 72 |
| Binary | 10011011 | 10001101 | 10001011 | 0 | 1001 | 1010 | 100111 | 1000 | 111 | 111010 |
Color Harmonies of #9B8D8B
Complementary color
Monochromatic Colors of #9B8D8B
Black with #9B8D8B
Text Example
Text Example
White with #9B8D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8D8B; }
p { color: rgb(155,141,139); }
H1.HeaderClassName
{
color: #9B8D8B;
}
.AnyTagClassName
{
color: #9B8D8B;
}
</style>
background-color css
<style>
a { background-color: #9B8D8B; }
a { background-color: rgb(155,141,139); }
div.DivClassName
{
background-color: #9B8D8B;
}
.BgClassName
{
background-color: #9B8D8B;
}
</style>
border-color css
<style>
span { border-color: #9B8D8B; }
span { border-color: rgb(155,141,139); }
td.TdClassName
{
border-color: #9B8D8B;
}
.TagClassName
{
border-color: #9B8D8B;
}
</style>