#989E9B

Color #989E9B Tower Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tower Grey #989E9B

Tints of Tower Grey #989E9B

Color information

#989E9B (or 0x989E9B) is unknown color: approx Tower Grey. HEX triplet: 98, 9E and 9B. RGB value is (152,158,155). Sum of RGB (Red+Green+Blue) = 152+158+155=465 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.69% from 465); Green value is 158 (62.11% from 255 or 33.98% from 465); Blue value is 155 (60.94% from 255 or 33.33% from 465); Max value from RGB is 158 - color contains mainly: green. Hex color #989E9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989E9B is #676164. Grayscale: #9B9B9B. Windows color (decimal): -6775141 or 10198680. OLE color: 10198680.

HSL color Cylindrical-coordinate representation of color #989E9B: hue angle of 150º degrees, saturation: 0.03, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #989E9B is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.38.

Color convert

RGB152158155-
CMYK0.0400.020.38
HSL150º3%60.78%-
HSV(B)150º3.8%61.96%-
XYZ31.0933.535.84-
YUV155.86127.51125.24-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.69%
GREEN value IS 158 (62.11% from 255) = 33.98%
BLUE value IS 155 (60.94% from 255) = 33.33%
R=32.69%
G=33.98%
B=33.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1521581550.0400.020.38150360.78
Hex989E9B402269633d
Octal23023623340246226375
Binary1001100010011110100110111000101001101001011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989E9B; }

 p { color: rgb(152,158,155); }

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

<style>
 a { background-color: #989E9B; }

 a { background-color: rgb(152,158,155); }

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

<style>
 span { border-color: #989E9B; }

 span { border-color: rgb(152,158,155); }

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