#9B8F8B

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

Shades of Suva Grey #9B8F8B

Tints of Suva Grey #9B8F8B

Color information

#9B8F8B (or 0x9B8F8B) is unknown color: approx Suva Grey. HEX triplet: 9B, 8F and 8B. RGB value is (155,143,139). Sum of RGB (Red+Green+Blue) = 155+143+139=437 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.47% from 437); Green value is 143 (56.25% from 255 or 32.72% from 437); Blue value is 139 (54.69% from 255 or 31.81% from 437); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8F8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8F8B is #647074. Grayscale: #929292. Windows color (decimal): -6582389 or 9146267. OLE color: 9146267.

HSL color Cylindrical-coordinate representation of color #9B8F8B: hue angle of 15º degrees, saturation: 0.07, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9B8F8B is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB155143139-
CMYK00.080.100.39
HSL15º7.41%57.65%-
HSV(B)15º10.32%60.78%-
XYZ2828.4828.45-
YUV146.13123.98134.33-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.47%
GREEN value IS 143 (56.25% from 255) = 32.72%
BLUE value IS 139 (54.69% from 255) = 31.81%
R=35.47%
G=32.72%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15514313900.080.100.39157.4157.65
Hex9B8F8B08A27f73a
Octal233217213010124717772
Binary1001101110001111100010110100010101001111111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B8F8B; }

 p { color: rgb(155,143,139); }

 H1.HeaderClassName
 {
   color: #9B8F8B;
 }
 .AnyTagClassName
 {
   color: #9B8F8B;
 }
</style>
background-color css

<style>
 a { background-color: #9B8F8B; }

 a { background-color: rgb(155,143,139); }

 div.DivClassName
 {
   background-color: #9B8F8B;
 }
 .BgClassName
 {
   background-color: #9B8F8B;
 }
</style>
border-color css

<style>
 span { border-color: #9B8F8B; }

 span { border-color: rgb(155,143,139); }

 td.TdClassName
 {
   border-color: #9B8F8B;
 }
 .TagClassName
 {
   border-color: #9B8F8B;
 }
</style>