#989B8E

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

Shades of Delta #989B8E

Tints of Delta #989B8E

Color information

#989B8E (or 0x989B8E) is unknown color: approx Delta. HEX triplet: 98, 9B and 8E. RGB value is (152,155,142). Sum of RGB (Red+Green+Blue) = 152+155+142=449 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.85% from 449); Green value is 155 (60.94% from 255 or 34.52% from 449); Blue value is 142 (55.86% from 255 or 31.63% from 449); Max value from RGB is 155 - color contains mainly: green. Hex color #989B8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989B8E is #676471. Grayscale: #989898. Windows color (decimal): -6775922 or 9345944. OLE color: 9345944.

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

Color convert

RGB152155142-
CMYK0.0200.080.39
HSL73.85º6.1%58.24%-
HSV(B)73.85º8.39%60.78%-
XYZ29.5532.0730.22-
YUV152.62122.01127.56-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.85%
GREEN value IS 155 (60.94% from 255) = 34.52%
BLUE value IS 142 (55.86% from 255) = 31.63%
R=33.85%
G=34.52%
B=31.63%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1521551420.0200.080.3973.856.158.24
Hex989B8E208274a63a
Octal230233216201047112672
Binary10011000100110111000111010010001001111001010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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