#989C8E

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

Shades of Delta #989C8E

Tints of Delta #989C8E

Color information

#989C8E (or 0x989C8E) is unknown color: approx Delta. HEX triplet: 98, 9C and 8E. RGB value is (152,156,142). Sum of RGB (Red+Green+Blue) = 152+156+142=450 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.78% from 450); Green value is 156 (61.33% from 255 or 34.67% from 450); Blue value is 142 (55.86% from 255 or 31.56% from 450); Max value from RGB is 156 - color contains mainly: green. Hex color #989C8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989C8E is #676371. Grayscale: #999999. Windows color (decimal): -6775666 or 9346200. OLE color: 9346200.

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

Color convert

RGB152156142-
CMYK0.0300.090.39
HSL77.14º6.6%58.43%-
HSV(B)77.14º8.97%61.18%-
XYZ29.7232.4130.28-
YUV153.21121.67127.14-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.78%
GREEN value IS 156 (61.33% from 255) = 34.67%
BLUE value IS 142 (55.86% from 255) = 31.56%
R=33.78%
G=34.67%
B=31.56%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1521561420.0300.090.3977.146.658.43
Hex989C8E309274d73a
Octal230234216301147115772
Binary10011000100111001000111011010011001111001101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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