#989AB4

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

Shades of Logan #989AB4

Tints of Logan #989AB4

Color information

#989AB4 (or 0x989AB4) is unknown color: approx Logan. HEX triplet: 98, 9A and B4. RGB value is (152,154,180). Sum of RGB (Red+Green+Blue) = 152+154+180=486 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.28% from 486); Green value is 154 (60.55% from 255 or 31.69% from 486); Blue value is 180 (70.70% from 255 or 37.04% from 486); Max value from RGB is 180 - color contains mainly: blue. Hex color #989AB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989AB4 is #67654B. Grayscale: #9C9C9C. Windows color (decimal): -6776140 or 11836056. OLE color: 11836056.

HSL color Cylindrical-coordinate representation of color #989AB4: hue angle of 235.71º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #989AB4 is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB152154180-
CMYK0.160.1400.29
HSL235.71º15.73%65.1%-
HSV(B)235.71º15.56%70.59%-
XYZ32.7433.0847.84-
YUV156.37141.34124.89-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.28%
GREEN value IS 154 (60.55% from 255) = 31.69%
BLUE value IS 180 (70.70% from 255) = 37.04%
R=31.28%
G=31.69%
B=37.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1521541800.160.1400.29235.7115.7365.1
Hex989AB410E01Dec1041
Octal230232264201603535420101
Binary10011000100110101011010010000111001110111101100100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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