Shades of Suva Grey #9B8985
Tints of Suva Grey #9B8985
RGB
CMYK
RGB Variations
Color information
#9B8985 (or 0x9B8985) is known color: Suva Grey. HEX triplet: 9B, 89 and 85. RGB value is (155,137,133). Sum of RGB (Red+Green+Blue) = 155+137+133=425 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.47% from 425); Green value is 137 (53.91% from 255 or 32.24% from 425); Blue value is 133 (52.34% from 255 or 31.29% from 425); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8985 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8985 is #64767A. Grayscale: #8D8D8D. Windows color (decimal): -6583931 or 8751515. OLE color: 8751515.
HSL color Cylindrical-coordinate representation of color #9B8985: hue angle of 10.91º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9B8985 is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 137 | 133 | - |
| CMYK | 0 | 0.12 | 0.14 | 0.39 |
| HSL | 10.91º | 0.1% | 0.56% | - |
| HSV(B) | 10.91º | 0.14% | 0.61% | - |
| XYZ | 26.7 | 26.55 | 25.91 | - |
| YUV | 141.93 | 122.96 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 137 | 133 | 0 | 0.12 | 0.14 | 0.39 | 10.91 | 0.1 | 0.56 |
| Hex | 9B | 89 | 85 | 0 | C | E | 27 | B | A | 38 |
| Octal | 233 | 211 | 205 | 0 | 14 | 16 | 47 | 13 | 12 | 70 |
| Binary | 10011011 | 10001001 | 10000101 | 0 | 1100 | 1110 | 100111 | 1011 | 1010 | 111000 |
Color Harmonies of #9B8985
Complementary color
Monochromatic Colors of #9B8985
Black with #9B8985
Text Example
Text Example
White with #9B8985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8985; }
p { color: rgb(155,137,133); }
H1.HeaderClassName
{
color: #9B8985;
}
.AnyTagClassName
{
color: #9B8985;
}
</style>
background-color css
<style>
a { background-color: #9B8985; }
a { background-color: rgb(155,137,133); }
div.DivClassName
{
background-color: #9B8985;
}
.BgClassName
{
background-color: #9B8985;
}
</style>
border-color css
<style>
span { border-color: #9B8985; }
span { border-color: rgb(155,137,133); }
td.TdClassName
{
border-color: #9B8985;
}
.TagClassName
{
border-color: #9B8985;
}
</style>