#9B908E

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

Shades of Suva Grey #9B908E

Tints of Suva Grey #9B908E

Color information

#9B908E (or 0x9B908E) is unknown color: approx Suva Grey. HEX triplet: 9B, 90 and 8E. RGB value is (155,144,142). Sum of RGB (Red+Green+Blue) = 155+144+142=441 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.15% from 441); Green value is 144 (56.64% from 255 or 32.65% from 441); Blue value is 142 (55.86% from 255 or 32.20% from 441); Max value from RGB is 155 - color contains mainly: red. Hex color #9B908E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B908E is #646F71. Grayscale: #939393. Windows color (decimal): -6582130 or 9343131. OLE color: 9343131.

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

Color convert

RGB155144142-
CMYK00.070.080.39
HSL9.23º6.1%58.24%-
HSV(B)9.23º8.39%60.78%-
XYZ28.3728.8729.67-
YUV147.06125.14133.66-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.15%
GREEN value IS 144 (56.64% from 255) = 32.65%
BLUE value IS 142 (55.86% from 255) = 32.20%
R=35.15%
G=32.65%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15514414200.070.080.399.236.158.24
Hex9B908E07827963a
Octal23322021607104711672
Binary100110111001000010001110011110001001111001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B908E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,144,142); }

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

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

 a { background-color: rgb(155,144,142); }

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

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

 span { border-color: rgb(155,144,142); }

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