Shades of Suva Grey #9A8F8D
Tints of Suva Grey #9A8F8D
RGB
CMYK
RGB Variations
Color information
#9A8F8D (or 0x9A8F8D) is known color: Suva Grey. HEX triplet: 9A, 8F and 8D. RGB value is (154,143,141). Sum of RGB (Red+Green+Blue) = 154+143+141=438 (58% of max value = 765). Red value is 154 (60.55% from 255 or 35.16% from 438); Green value is 143 (56.25% from 255 or 32.65% from 438); Blue value is 141 (55.47% from 255 or 32.19% from 438); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8F8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A8F8D is #657072. Grayscale: #929292. Windows color (decimal): -6647923 or 9277338. OLE color: 9277338.
HSL color Cylindrical-coordinate representation of color #9A8F8D: hue angle of 9.23º degrees, saturation: 0.06, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9A8F8D is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 143 | 141 | - |
| CMYK | 0 | 0.07 | 0.08 | 0.40 |
| HSL | 9.23º | 0.06% | 0.58% | - |
| HSV(B) | 9.23º | 0.08% | 0.6% | - |
| XYZ | 27.96 | 28.44 | 29.21 | - |
| YUV | 146.06 | 125.14 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 143 | 141 | 0 | 0.07 | 0.08 | 0.40 | 9.23 | 0.06 | 0.58 |
| Hex | 9A | 8F | 8D | 0 | 7 | 8 | 28 | 9 | 6 | 3A |
| Octal | 232 | 217 | 215 | 0 | 7 | 10 | 50 | 11 | 6 | 72 |
| Binary | 10011010 | 10001111 | 10001101 | 0 | 111 | 1000 | 101000 | 1001 | 110 | 111010 |
Color Harmonies of #9A8F8D
Complementary color
Monochromatic Colors of #9A8F8D
Black with #9A8F8D
Text Example
Text Example
White with #9A8F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8F8D; }
p { color: rgb(154,143,141); }
H1.HeaderClassName
{
color: #9A8F8D;
}
.AnyTagClassName
{
color: #9A8F8D;
}
</style>
background-color css
<style>
a { background-color: #9A8F8D; }
a { background-color: rgb(154,143,141); }
div.DivClassName
{
background-color: #9A8F8D;
}
.BgClassName
{
background-color: #9A8F8D;
}
</style>
border-color css
<style>
span { border-color: #9A8F8D; }
span { border-color: rgb(154,143,141); }
td.TdClassName
{
border-color: #9A8F8D;
}
.TagClassName
{
border-color: #9A8F8D;
}
</style>