#989BB2

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

Shades of Logan #989BB2

Tints of Logan #989BB2

Color information

#989BB2 (or 0x989BB2) is unknown color: approx Logan. HEX triplet: 98, 9B and B2. RGB value is (152,155,178). Sum of RGB (Red+Green+Blue) = 152+155+178=485 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.34% from 485); Green value is 155 (60.94% from 255 or 31.96% from 485); Blue value is 178 (69.92% from 255 or 36.70% from 485); Max value from RGB is 178 - color contains mainly: blue. Hex color #989BB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989BB2 is #67644D. Grayscale: #9C9C9C. Windows color (decimal): -6775886 or 11705240. OLE color: 11705240.

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

Color convert

RGB152155178-
CMYK0.150.1300.30
HSL233.08º14.44%64.71%-
HSV(B)233.08º14.61%69.8%-
XYZ32.7133.3346.83-
YUV156.72140.01124.63-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.34%
GREEN value IS 155 (60.94% from 255) = 31.96%
BLUE value IS 178 (69.92% from 255) = 36.70%
R=31.34%
G=31.96%
B=36.70%

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
Decimal1521551780.150.1300.30233.0814.4464.71
Hex989BB2FD01Ee9e41
Octal230233262171503635116101
Binary100110001001101110110010111111010111101110100111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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