#989AB3

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

Shades of Logan #989AB3

Tints of Logan #989AB3

Color information

#989AB3 (or 0x989AB3) is unknown color: approx Logan. HEX triplet: 98, 9A and B3. RGB value is (152,154,179). Sum of RGB (Red+Green+Blue) = 152+154+179=485 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.34% from 485); Green value is 154 (60.55% from 255 or 31.75% from 485); Blue value is 179 (70.31% from 255 or 36.91% from 485); Max value from RGB is 179 - color contains mainly: blue. Hex color #989AB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989AB3 is #67654C. Grayscale: #9C9C9C. Windows color (decimal): -6776141 or 11770520. OLE color: 11770520.

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

Color convert

RGB152154179-
CMYK0.150.1400.30
HSL235.56º15.08%64.9%-
HSV(B)235.56º15.08%70.2%-
XYZ32.6433.0447.31-
YUV156.25140.84124.97-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.34%
GREEN value IS 154 (60.55% from 255) = 31.75%
BLUE value IS 179 (70.31% from 255) = 36.91%
R=31.34%
G=31.75%
B=36.91%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1521541790.150.1400.30235.5615.0864.9
Hex989AB3FE01Eecf41
Octal230232263171603635417101
Binary100110001001101010110011111111100111101110110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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