#989A9B

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

Shades of Grey Chateau #989A9B

Tints of Grey Chateau #989A9B

Color information

#989A9B (or 0x989A9B) is unknown color: approx Grey Chateau. HEX triplet: 98, 9A and 9B. RGB value is (152,154,155). Sum of RGB (Red+Green+Blue) = 152+154+155=461 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.97% from 461); Green value is 154 (60.55% from 255 or 33.41% from 461); Blue value is 155 (60.94% from 255 or 33.62% from 461); Max value from RGB is 155 - color contains mainly: blue. Hex color #989A9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989A9B is #676564. Grayscale: #999999. Windows color (decimal): -6776165 or 10197656. OLE color: 10197656.

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

Color convert

RGB152154155-
CMYK0.020.0100.39
HSL200º1.48%60.2%-
HSV(B)200º1.94%60.78%-
XYZ30.4232.1535.61-
YUV153.52128.84126.92-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.97%
GREEN value IS 154 (60.55% from 255) = 33.41%
BLUE value IS 155 (60.94% from 255) = 33.62%
R=32.97%
G=33.41%
B=33.62%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1521541550.020.0100.392001.4860.2
Hex989A9B21027c813c
Octal23023223321047310174
Binary1001100010011010100110111010100111110010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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