Shades of Suva Grey #9B8F8E
Tints of Suva Grey #9B8F8E
RGB
CMYK
RGB Variations
Color information
#9B8F8E (or 0x9B8F8E) is known color: Suva Grey. HEX triplet: 9B, 8F and 8E. RGB value is (155,143,142). Sum of RGB (Red+Green+Blue) = 155+143+142=440 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.23% from 440); Green value is 143 (56.25% from 255 or 32.5% from 440); Blue value is 142 (55.86% from 255 or 32.27% from 440); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8F8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8F8E is #647071. Grayscale: #929292. Windows color (decimal): -6582386 or 9342875. OLE color: 9342875.
HSL color Cylindrical-coordinate representation of color #9B8F8E: hue angle of 4.62º degrees, saturation: 0.06, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9B8F8E is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 143 | 142 | - |
| CMYK | 0 | 0.08 | 0.08 | 0.39 |
| HSL | 4.62º | 0.06% | 0.58% | - |
| HSV(B) | 4.62º | 0.08% | 0.61% | - |
| XYZ | 28.22 | 28.57 | 29.62 | - |
| YUV | 146.47 | 125.48 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 143 | 142 | 0 | 0.08 | 0.08 | 0.39 | 4.62 | 0.06 | 0.58 |
| Hex | 9B | 8F | 8E | 0 | 8 | 8 | 27 | 5 | 6 | 3A |
| Octal | 233 | 217 | 216 | 0 | 10 | 10 | 47 | 5 | 6 | 72 |
| Binary | 10011011 | 10001111 | 10001110 | 0 | 1000 | 1000 | 100111 | 101 | 110 | 111010 |
Color Harmonies of #9B8F8E
Complementary color
Monochromatic Colors of #9B8F8E
Black with #9B8F8E
Text Example
Text Example
White with #9B8F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8F8E; }
p { color: rgb(155,143,142); }
H1.HeaderClassName
{
color: #9B8F8E;
}
.AnyTagClassName
{
color: #9B8F8E;
}
</style>
background-color css
<style>
a { background-color: #9B8F8E; }
a { background-color: rgb(155,143,142); }
div.DivClassName
{
background-color: #9B8F8E;
}
.BgClassName
{
background-color: #9B8F8E;
}
</style>
border-color css
<style>
span { border-color: #9B8F8E; }
span { border-color: rgb(155,143,142); }
td.TdClassName
{
border-color: #9B8F8E;
}
.TagClassName
{
border-color: #9B8F8E;
}
</style>