Shades of Suva Grey #9B8E8C
Tints of Suva Grey #9B8E8C
RGB
CMYK
RGB Variations
Color information
#9B8E8C (or 0x9B8E8C) is known color: Suva Grey. HEX triplet: 9B, 8E and 8C. RGB value is (155,142,140). Sum of RGB (Red+Green+Blue) = 155+142+140=437 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.47% from 437); Green value is 142 (55.86% from 255 or 32.49% from 437); Blue value is 140 (55.08% from 255 or 32.04% from 437); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8E8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8E8C is #647173. Grayscale: #919191. Windows color (decimal): -6582644 or 9211547. OLE color: 9211547.
HSL color Cylindrical-coordinate representation of color #9B8E8C: hue angle of 8º 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 #9B8E8C is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 142 | 140 | - |
| CMYK | 0 | 0.08 | 0.10 | 0.39 |
| HSL | 8º | 0.07% | 0.58% | - |
| HSV(B) | 8º | 0.1% | 0.61% | - |
| XYZ | 27.92 | 28.21 | 28.78 | - |
| YUV | 145.66 | 124.81 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 142 | 140 | 0 | 0.08 | 0.10 | 0.39 | 8 | 0.07 | 0.58 |
| Hex | 9B | 8E | 8C | 0 | 8 | A | 27 | 8 | 7 | 3A |
| Octal | 233 | 216 | 214 | 0 | 10 | 12 | 47 | 10 | 7 | 72 |
| Binary | 10011011 | 10001110 | 10001100 | 0 | 1000 | 1010 | 100111 | 1000 | 111 | 111010 |
Color Harmonies of #9B8E8C
Complementary color
Monochromatic Colors of #9B8E8C
Black with #9B8E8C
Text Example
Text Example
White with #9B8E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8E8C; }
p { color: rgb(155,142,140); }
H1.HeaderClassName
{
color: #9B8E8C;
}
.AnyTagClassName
{
color: #9B8E8C;
}
</style>
background-color css
<style>
a { background-color: #9B8E8C; }
a { background-color: rgb(155,142,140); }
div.DivClassName
{
background-color: #9B8E8C;
}
.BgClassName
{
background-color: #9B8E8C;
}
</style>
border-color css
<style>
span { border-color: #9B8E8C; }
span { border-color: rgb(155,142,140); }
td.TdClassName
{
border-color: #9B8E8C;
}
.TagClassName
{
border-color: #9B8E8C;
}
</style>