Shades of Suva Grey #9A8F8E
Tints of Suva Grey #9A8F8E
RGB
CMYK
RGB Variations
Color information
#9A8F8E (or 0x9A8F8E) is known color: Suva Grey. HEX triplet: 9A, 8F and 8E. RGB value is (154,143,142). Sum of RGB (Red+Green+Blue) = 154+143+142=439 (58% of max value = 765). Red value is 154 (60.55% from 255 or 35.08% from 439); Green value is 143 (56.25% from 255 or 32.57% from 439); Blue value is 142 (55.86% from 255 or 32.35% from 439); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8F8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A8F8E is #657071. Grayscale: #929292. Windows color (decimal): -6647922 or 9342874. OLE color: 9342874.
HSL color Cylindrical-coordinate representation of color #9A8F8E: hue angle of 5º 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 #9A8F8E is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 143 | 142 | - |
| CMYK | 0 | 0.07 | 0.08 | 0.40 |
| HSL | 5º | 0.06% | 0.58% | - |
| HSV(B) | 5º | 0.08% | 0.6% | - |
| XYZ | 28.03 | 28.47 | 29.61 | - |
| YUV | 146.18 | 125.64 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 143 | 142 | 0 | 0.07 | 0.08 | 0.40 | 5 | 0.06 | 0.58 |
| Hex | 9A | 8F | 8E | 0 | 7 | 8 | 28 | 5 | 6 | 3A |
| Octal | 232 | 217 | 216 | 0 | 7 | 10 | 50 | 5 | 6 | 72 |
| Binary | 10011010 | 10001111 | 10001110 | 0 | 111 | 1000 | 101000 | 101 | 110 | 111010 |
Color Harmonies of #9A8F8E
Complementary color
Monochromatic Colors of #9A8F8E
Black with #9A8F8E
Text Example
Text Example
White with #9A8F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8F8E; }
p { color: rgb(154,143,142); }
H1.HeaderClassName
{
color: #9A8F8E;
}
.AnyTagClassName
{
color: #9A8F8E;
}
</style>
background-color css
<style>
a { background-color: #9A8F8E; }
a { background-color: rgb(154,143,142); }
div.DivClassName
{
background-color: #9A8F8E;
}
.BgClassName
{
background-color: #9A8F8E;
}
</style>
border-color css
<style>
span { border-color: #9A8F8E; }
span { border-color: rgb(154,143,142); }
td.TdClassName
{
border-color: #9A8F8E;
}
.TagClassName
{
border-color: #9A8F8E;
}
</style>