#989B9D

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

Shades of Grey Chateau #989B9D

Tints of Grey Chateau #989B9D

Color information

#989B9D (or 0x989B9D) is unknown color: approx Grey Chateau. HEX triplet: 98, 9B and 9D. RGB value is (152,155,157). Sum of RGB (Red+Green+Blue) = 152+155+157=464 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.76% from 464); Green value is 155 (60.94% from 255 or 33.41% from 464); Blue value is 157 (61.72% from 255 or 33.84% from 464); Max value from RGB is 157 - color contains mainly: blue. Hex color #989B9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989B9D is #676462. Grayscale: #9A9A9A. Windows color (decimal): -6775907 or 10328984. OLE color: 10328984.

HSL color Cylindrical-coordinate representation of color #989B9D: hue angle of 204º 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 #989B9D is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB152155157-
CMYK0.030.0100.38
HSL204º2.49%60.59%-
HSV(B)204º3.18%61.57%-
XYZ30.7632.5536.56-
YUV154.33129.51126.34-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.76%
GREEN value IS 155 (60.94% from 255) = 33.41%
BLUE value IS 157 (61.72% from 255) = 33.84%
R=32.76%
G=33.41%
B=33.84%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1521551570.030.0100.382042.4960.59
Hex989B9D31026cc23d
Octal23023323531046314275
Binary10011000100110111001110111101001101100110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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