#989E8A

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

Shades of Delta #989E8A

Tints of Delta #989E8A

Color information

#989E8A (or 0x989E8A) is unknown color: approx Delta. HEX triplet: 98, 9E and 8A. RGB value is (152,158,138). Sum of RGB (Red+Green+Blue) = 152+158+138=448 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.93% from 448); Green value is 158 (62.11% from 255 or 35.27% from 448); Blue value is 138 (54.30% from 255 or 30.80% from 448); Max value from RGB is 158 - color contains mainly: green. Hex color #989E8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989E8A is #676175. Grayscale: #9A9A9A. Windows color (decimal): -6775158 or 9084568. OLE color: 9084568.

HSL color Cylindrical-coordinate representation of color #989E8A: hue angle of 78º degrees, saturation: 0.09, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #989E8A is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB152158138-
CMYK0.0400.130.38
HSL78º9.35%58.04%-
HSV(B)78º12.66%61.96%-
XYZ29.7632.9628.84-
YUV153.93119.01126.63-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.93%
GREEN value IS 158 (62.11% from 255) = 35.27%
BLUE value IS 138 (54.30% from 255) = 30.80%
R=33.93%
G=35.27%
B=30.80%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1521581380.0400.130.38789.3558.04
Hex989E8A40D264e93a
Octal2302362124015461161172
Binary1001100010011110100010101000110110011010011101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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