#989A9D

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

Shades of Grey Chateau #989A9D

Tints of Grey Chateau #989A9D

Color information

#989A9D (or 0x989A9D) is unknown color: approx Grey Chateau. HEX triplet: 98, 9A and 9D. RGB value is (152,154,157). Sum of RGB (Red+Green+Blue) = 152+154+157=463 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.83% from 463); Green value is 154 (60.55% from 255 or 33.26% from 463); Blue value is 157 (61.72% from 255 or 33.91% from 463); Max value from RGB is 157 - color contains mainly: blue. Hex color #989A9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989A9D is #676562. Grayscale: #999999. Windows color (decimal): -6776163 or 10328728. OLE color: 10328728.

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

Color convert

RGB152154157-
CMYK0.030.0200.38
HSL216º2.49%60.59%-
HSV(B)216º3.18%61.57%-
XYZ30.5932.2236.51-
YUV153.74129.84126.76-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.83%
GREEN value IS 154 (60.55% from 255) = 33.26%
BLUE value IS 157 (61.72% from 255) = 33.91%
R=32.83%
G=33.26%
B=33.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1521541570.030.0200.382162.4960.59
Hex989A9D32026d823d
Octal23023223532046330275
Binary100110001001101010011101111001001101101100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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