#989CB3

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

Shades of Logan #989CB3

Tints of Logan #989CB3

Color information

#989CB3 (or 0x989CB3) is unknown color: approx Logan. HEX triplet: 98, 9C and B3. RGB value is (152,156,179). Sum of RGB (Red+Green+Blue) = 152+156+179=487 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.21% from 487); Green value is 156 (61.33% from 255 or 32.03% from 487); Blue value is 179 (70.31% from 255 or 36.76% from 487); Max value from RGB is 179 - color contains mainly: blue. Hex color #989CB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989CB3 is #67634C. Grayscale: #9D9D9D. Windows color (decimal): -6775629 or 11771032. OLE color: 11771032.

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

Color convert

RGB152156179-
CMYK0.150.1300.30
HSL231.11º15.08%64.9%-
HSV(B)231.11º15.08%70.2%-
XYZ32.9733.7147.42-
YUV157.43140.17124.13-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.21%
GREEN value IS 156 (61.33% from 255) = 32.03%
BLUE value IS 179 (70.31% from 255) = 36.76%
R=31.21%
G=32.03%
B=36.76%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1521561790.150.1300.30231.1115.0864.9
Hex989CB3FD01Ee7f41
Octal230234263171503634717101
Binary100110001001110010110011111111010111101110011111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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