Shades of Suva Grey #9A8E8D
Tints of Suva Grey #9A8E8D
RGB
CMYK
RGB Variations
Color information
#9A8E8D (or 0x9A8E8D) is known color: Suva Grey. HEX triplet: 9A, 8E and 8D. RGB value is (154,142,141). Sum of RGB (Red+Green+Blue) = 154+142+141=437 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.24% from 437); Green value is 142 (55.86% from 255 or 32.49% from 437); Blue value is 141 (55.47% from 255 or 32.27% from 437); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8E8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A8E8D is #657172. Grayscale: #919191. Windows color (decimal): -6648179 or 9277082. OLE color: 9277082.
HSL color Cylindrical-coordinate representation of color #9A8E8D: hue angle of 4.62º 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 #9A8E8D is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 142 | 141 | - |
| CMYK | 0 | 0.08 | 0.08 | 0.40 |
| HSL | 4.62º | 0.06% | 0.58% | - |
| HSV(B) | 4.62º | 0.08% | 0.6% | - |
| XYZ | 27.81 | 28.14 | 29.17 | - |
| YUV | 145.47 | 125.48 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 142 | 141 | 0 | 0.08 | 0.08 | 0.40 | 4.62 | 0.06 | 0.58 |
| Hex | 9A | 8E | 8D | 0 | 8 | 8 | 28 | 5 | 6 | 3A |
| Octal | 232 | 216 | 215 | 0 | 10 | 10 | 50 | 5 | 6 | 72 |
| Binary | 10011010 | 10001110 | 10001101 | 0 | 1000 | 1000 | 101000 | 101 | 110 | 111010 |
Color Harmonies of #9A8E8D
Complementary color
Monochromatic Colors of #9A8E8D
Black with #9A8E8D
Text Example
Text Example
White with #9A8E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8E8D; }
p { color: rgb(154,142,141); }
H1.HeaderClassName
{
color: #9A8E8D;
}
.AnyTagClassName
{
color: #9A8E8D;
}
</style>
background-color css
<style>
a { background-color: #9A8E8D; }
a { background-color: rgb(154,142,141); }
div.DivClassName
{
background-color: #9A8E8D;
}
.BgClassName
{
background-color: #9A8E8D;
}
</style>
border-color css
<style>
span { border-color: #9A8E8D; }
span { border-color: rgb(154,142,141); }
td.TdClassName
{
border-color: #9A8E8D;
}
.TagClassName
{
border-color: #9A8E8D;
}
</style>