#989E9C

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

Shades of Cascade #989E9C

Tints of Cascade #989E9C

Color information

#989E9C (or 0x989E9C) is unknown color: approx Cascade. HEX triplet: 98, 9E and 9C. RGB value is (152,158,156). Sum of RGB (Red+Green+Blue) = 152+158+156=466 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.62% from 466); Green value is 158 (62.11% from 255 or 33.91% from 466); Blue value is 156 (61.33% from 255 or 33.48% from 466); Max value from RGB is 158 - color contains mainly: green. Hex color #989E9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989E9C is #676163. Grayscale: #9B9B9B. Windows color (decimal): -6775140 or 10264216. OLE color: 10264216.

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

Color convert

RGB152158156-
CMYK0.0400.010.38
HSL160º3%60.78%-
HSV(B)160º3.8%61.96%-
XYZ31.1833.5336.28-
YUV155.98128.01125.16-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.62%
GREEN value IS 158 (62.11% from 255) = 33.91%
BLUE value IS 156 (61.33% from 255) = 33.48%
R=32.62%
G=33.91%
B=33.48%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1521581560.0400.010.38160360.78
Hex989E9C40126a033d
Octal23023623440146240375
Binary100110001001111010011100100011001101010000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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