Shades of Suva Grey #9B8983
Tints of Suva Grey #9B8983
RGB
CMYK
RGB Variations
Color information
#9B8983 (or 0x9B8983) is known color: Suva Grey. HEX triplet: 9B, 89 and 83. RGB value is (155,137,131). Sum of RGB (Red+Green+Blue) = 155+137+131=423 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.64% from 423); Green value is 137 (53.91% from 255 or 32.39% from 423); Blue value is 131 (51.56% from 255 or 30.97% from 423); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8983 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8983 is #64767C. Grayscale: #8D8D8D. Windows color (decimal): -6583933 or 8620443. OLE color: 8620443.
HSL color Cylindrical-coordinate representation of color #9B8983: hue angle of 15º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9B8983 is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 137 | 131 | - |
| CMYK | 0 | 0.12 | 0.15 | 0.39 |
| HSL | 15º | 0.11% | 0.56% | - |
| HSV(B) | 15º | 0.15% | 0.61% | - |
| XYZ | 26.56 | 26.5 | 25.19 | - |
| YUV | 141.7 | 121.96 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 137 | 131 | 0 | 0.12 | 0.15 | 0.39 | 15 | 0.11 | 0.56 |
| Hex | 9B | 89 | 83 | 0 | C | F | 27 | F | B | 38 |
| Octal | 233 | 211 | 203 | 0 | 14 | 17 | 47 | 17 | 13 | 70 |
| Binary | 10011011 | 10001001 | 10000011 | 0 | 1100 | 1111 | 100111 | 1111 | 1011 | 111000 |
Color Harmonies of #9B8983
Complementary color
Monochromatic Colors of #9B8983
Black with #9B8983
Text Example
Text Example
White with #9B8983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8983; }
p { color: rgb(155,137,131); }
H1.HeaderClassName
{
color: #9B8983;
}
.AnyTagClassName
{
color: #9B8983;
}
</style>
background-color css
<style>
a { background-color: #9B8983; }
a { background-color: rgb(155,137,131); }
div.DivClassName
{
background-color: #9B8983;
}
.BgClassName
{
background-color: #9B8983;
}
</style>
border-color css
<style>
span { border-color: #9B8983; }
span { border-color: rgb(155,137,131); }
td.TdClassName
{
border-color: #9B8983;
}
.TagClassName
{
border-color: #9B8983;
}
</style>