#989C9D

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

Shades of Submarine #989C9D

Tints of Submarine #989C9D

Color information

#989C9D (or 0x989C9D) is unknown color: approx Submarine. HEX triplet: 98, 9C and 9D. RGB value is (152,156,157). Sum of RGB (Red+Green+Blue) = 152+156+157=465 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.69% from 465); Green value is 156 (61.33% from 255 or 33.55% from 465); Blue value is 157 (61.72% from 255 or 33.76% from 465); Max value from RGB is 157 - color contains mainly: blue. Hex color #989C9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989C9D is #676362. Grayscale: #9A9A9A. Windows color (decimal): -6775651 or 10329240. OLE color: 10329240.

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

Color convert

RGB152156157-
CMYK0.030.0100.38
HSL192º2.49%60.59%-
HSV(B)192º3.18%61.57%-
XYZ30.9232.8936.62-
YUV154.92129.17125.92-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.69%
GREEN value IS 156 (61.33% from 255) = 33.55%
BLUE value IS 157 (61.72% from 255) = 33.76%
R=32.69%
G=33.55%
B=33.76%

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
Decimal1521561570.030.0100.381922.4960.59
Hex989C9D31026c023d
Octal23023423531046300275
Binary10011000100111001001110111101001101100000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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