#989F9B

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

Shades of Edward #989F9B

Tints of Edward #989F9B

Color information

#989F9B (or 0x989F9B) is unknown color: approx Edward. HEX triplet: 98, 9F and 9B. RGB value is (152,159,155). Sum of RGB (Red+Green+Blue) = 152+159+155=466 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.62% from 466); Green value is 159 (62.5% from 255 or 34.12% from 466); Blue value is 155 (60.94% from 255 or 33.26% from 466); Max value from RGB is 159 - color contains mainly: green. Hex color #989F9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989F9B is #676064. Grayscale: #9C9C9C. Windows color (decimal): -6774885 or 10198936. OLE color: 10198936.

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

Color convert

RGB152159155-
CMYK0.0400.030.38
HSL145.71º3.52%60.98%-
HSV(B)145.71º4.4%62.35%-
XYZ31.2633.8435.89-
YUV156.45127.18124.83-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.62%
GREEN value IS 159 (62.5% from 255) = 34.12%
BLUE value IS 155 (60.94% from 255) = 33.26%
R=32.62%
G=34.12%
B=33.26%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1521591550.0400.030.38145.713.5260.98
Hex989F9B403269243d
Octal23023723340346222475
Binary10011000100111111001101110001110011010010010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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