#989BAE

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

Shades of Logan #989BAE

Tints of Logan #989BAE

Color information

#989BAE (or 0x989BAE) is unknown color: approx Logan. HEX triplet: 98, 9B and AE. RGB value is (152,155,174). Sum of RGB (Red+Green+Blue) = 152+155+174=481 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.60% from 481); Green value is 155 (60.94% from 255 or 32.22% from 481); Blue value is 174 (68.36% from 255 or 36.17% from 481); Max value from RGB is 174 - color contains mainly: blue. Hex color #989BAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989BAE is #676451. Grayscale: #9C9C9C. Windows color (decimal): -6775890 or 11443096. OLE color: 11443096.

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

Color convert

RGB152155174-
CMYK0.130.1100.32
HSL231.82º11.96%63.92%-
HSV(B)231.82º12.64%68.24%-
XYZ32.3133.1744.74-
YUV156.27138.01124.96-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.60%
GREEN value IS 155 (60.94% from 255) = 32.22%
BLUE value IS 174 (68.36% from 255) = 36.17%
R=31.60%
G=32.22%
B=36.17%

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
Decimal1521551740.130.1100.32231.8211.9663.92
Hex989BAEDB020e8c40
Octal230233256151304035014100
Binary1001100010011011101011101101101101000001110100011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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