#989AAE

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

Shades of Logan #989AAE

Tints of Logan #989AAE

Color information

#989AAE (or 0x989AAE) is unknown color: approx Logan. HEX triplet: 98, 9A and AE. RGB value is (152,154,174). Sum of RGB (Red+Green+Blue) = 152+154+174=480 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.67% from 480); Green value is 154 (60.55% from 255 or 32.08% from 480); Blue value is 174 (68.36% from 255 or 36.25% from 480); Max value from RGB is 174 - color contains mainly: blue. Hex color #989AAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989AAE is #676551. Grayscale: #9B9B9B. Windows color (decimal): -6776146 or 11442840. OLE color: 11442840.

HSL color Cylindrical-coordinate representation of color #989AAE: hue angle of 234.55º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #989AAE is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB152154174-
CMYK0.130.1100.32
HSL234.55º11.96%63.92%-
HSV(B)234.55º12.64%68.24%-
XYZ32.1432.8444.69-
YUV155.68138.34125.37-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.67%
GREEN value IS 154 (60.55% from 255) = 32.08%
BLUE value IS 174 (68.36% from 255) = 36.25%
R=31.67%
G=32.08%
B=36.25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1521541740.130.1100.32234.5511.9663.92
Hex989AAEDB020ebc40
Octal230232256151304035314100
Binary1001100010011010101011101101101101000001110101111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,154,174); }

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

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

 a { background-color: rgb(152,154,174); }

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

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

 span { border-color: rgb(152,154,174); }

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