#989CAE

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

Shades of Logan #989CAE

Tints of Logan #989CAE

Color information

#989CAE (or 0x989CAE) is unknown color: approx Logan. HEX triplet: 98, 9C and AE. RGB value is (152,156,174). Sum of RGB (Red+Green+Blue) = 152+156+174=482 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.54% from 482); Green value is 156 (61.33% from 255 or 32.37% from 482); Blue value is 174 (68.36% from 255 or 36.10% from 482); Max value from RGB is 174 - color contains mainly: blue. Hex color #989CAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989CAE is #676351. Grayscale: #9C9C9C. Windows color (decimal): -6775634 or 11443352. OLE color: 11443352.

HSL color Cylindrical-coordinate representation of color #989CAE: hue angle of 229.09º 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 #989CAE is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB152156174-
CMYK0.130.1000.32
HSL229.09º11.96%63.92%-
HSV(B)229.09º12.64%68.24%-
XYZ32.4833.5144.8-
YUV156.86137.67124.54-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.54%
GREEN value IS 156 (61.33% from 255) = 32.37%
BLUE value IS 174 (68.36% from 255) = 36.10%
R=31.54%
G=32.37%
B=36.10%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1521561740.130.1000.32229.0911.9663.92
Hex989CAEDA020e5c40
Octal230234256151204034514100
Binary1001100010011100101011101101101001000001110010111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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