Html Css Color HEX #989D9B Tower Grey

📋 copy color: '#989D9B'

red 152 ◦ green 157 ◦ blue 155

#989D9B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tower Grey #989D9B

Tints of Tower Grey #989D9B

RGB

 RED value IS 152 (59.77% from 255) = 32.76%

 GREEN value IS 157 (61.72% from 255) = 33.84%

 BLUE value IS 155 (60.94% from 255) = 33.41%

R = 32.76%
G = 33.84%
B = 33.41%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.01

 K value IS 0.38

RGB Variations

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

Color information

#989D9B (or 0x989D9B) is known color: Tower Grey. HEX triplet: 98, 9D and 9B. RGB value is (152,157,155). Sum of RGB (Red+Green+Blue) = 152+157+155=464 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.76% from 464); Green value is 157 (61.72% from 255 or 33.84% from 464); Blue value is 155 (60.94% from 255 or 33.41% from 464); Max value from RGB is 157 - color contains mainly: green. Hex color #989D9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989D9B is #676264. Grayscale: #9B9B9B. Windows color (decimal): -6775397 or 10198424. OLE color: 10198424.

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

Color convert

RGB 152 157 155 -
CMYK 0.03 0 0.01 0.38
HSL 156º 0.02% 0.61% -
HSV(B) 156º 0.03% 0.62% -
XYZ 30.92 33.16 35.78 -
YUV 155.28 127.84 125.66 -
System Red Green Blue C M Y K H S L
Decimal 152 157 155 0.03 0 0.01 0.38 156 0.02 0.61
Hex 98 9D 9B 3 0 1 26 9C 2 3D
Octal 230 235 233 3 0 1 46 234 2 75
Binary 10011000 10011101 10011011 11 0 1 100110 10011100 10 111101

Color Harmonies of #989D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989D9B

Black with #989D9B

Text Example


Text Example

White with #989D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #989D9B;
 }
 .AnyTagClassName
 {
   color: #989D9B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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