Shades of Suva Grey #978D8B
Tints of Suva Grey #978D8B
RGB
CMYK
RGB Variations
Color information
#978D8B (or 0x978D8B) is known color: Suva Grey. HEX triplet: 97, 8D and 8B. RGB value is (151,141,139). Sum of RGB (Red+Green+Blue) = 151+141+139=431 (57% of max value = 765). Red value is 151 (59.38% from 255 or 35.03% from 431); Green value is 141 (55.47% from 255 or 32.71% from 431); Blue value is 139 (54.69% from 255 or 32.25% from 431); Max value from RGB is 151 - color contains mainly: red. Hex color #978D8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978D8B is #687274. Grayscale: #8F8F8F. Windows color (decimal): -6845045 or 9145751. OLE color: 9145751.
HSL color Cylindrical-coordinate representation of color #978D8B: hue angle of 10º degrees, saturation: 0.05, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #978D8B is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 141 | 139 | - |
| CMYK | 0 | 0.07 | 0.08 | 0.41 |
| HSL | 10º | 0.05% | 0.57% | - |
| HSV(B) | 10º | 0.08% | 0.59% | - |
| XYZ | 26.95 | 27.49 | 28.31 | - |
| YUV | 143.76 | 125.31 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 141 | 139 | 0 | 0.07 | 0.08 | 0.41 | 10 | 0.05 | 0.57 |
| Hex | 97 | 8D | 8B | 0 | 7 | 8 | 29 | A | 5 | 39 |
| Octal | 227 | 215 | 213 | 0 | 7 | 10 | 51 | 12 | 5 | 71 |
| Binary | 10010111 | 10001101 | 10001011 | 0 | 111 | 1000 | 101001 | 1010 | 101 | 111001 |
Color Harmonies of #978D8B
Complementary color
Monochromatic Colors of #978D8B
Black with #978D8B
Text Example
Text Example
White with #978D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978D8B; }
p { color: rgb(151,141,139); }
H1.HeaderClassName
{
color: #978D8B;
}
.AnyTagClassName
{
color: #978D8B;
}
</style>
background-color css
<style>
a { background-color: #978D8B; }
a { background-color: rgb(151,141,139); }
div.DivClassName
{
background-color: #978D8B;
}
.BgClassName
{
background-color: #978D8B;
}
</style>
border-color css
<style>
span { border-color: #978D8B; }
span { border-color: rgb(151,141,139); }
td.TdClassName
{
border-color: #978D8B;
}
.TagClassName
{
border-color: #978D8B;
}
</style>