#9A8F8D

Color #9A8F8D Suva Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Suva Grey #9A8F8D

Tints of Suva Grey #9A8F8D

Color information

#9A8F8D (or 0x9A8F8D) is unknown color: approx 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

RGB154143141-
CMYK00.070.080.40
HSL9.23º6.05%57.84%-
HSV(B)9.23º8.44%60.39%-
XYZ27.9628.4429.21-
YUV146.06125.14133.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 154 (60.55% from 255) = 35.16%
GREEN value IS 143 (56.25% from 255) = 32.65%
BLUE value IS 141 (55.47% from 255) = 32.19%
R=35.16%
G=32.65%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.08
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15414314100.070.080.409.236.0557.84
Hex9A8F8D07828963a
Octal23221721507105011672
Binary100110101000111110001101011110001010001001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A8F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>