#989BB5

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

Shades of Logan #989BB5

Tints of Logan #989BB5

Color information

#989BB5 (or 0x989BB5) is unknown color: approx Logan. HEX triplet: 98, 9B and B5. RGB value is (152,155,181). Sum of RGB (Red+Green+Blue) = 152+155+181=488 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.15% from 488); Green value is 155 (60.94% from 255 or 31.76% from 488); Blue value is 181 (71.09% from 255 or 37.09% from 488); Max value from RGB is 181 - color contains mainly: blue. Hex color #989BB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989BB5 is #67644A. Grayscale: #9C9C9C. Windows color (decimal): -6775883 or 11901848. OLE color: 11901848.

HSL color Cylindrical-coordinate representation of color #989BB5: hue angle of 233.79º 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 #989BB5 is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB152155181-
CMYK0.160.1400.29
HSL233.79º16.38%65.29%-
HSV(B)233.79º16.02%70.98%-
XYZ33.0133.4548.43-
YUV157.07141.51124.39-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.15%
GREEN value IS 155 (60.94% from 255) = 31.76%
BLUE value IS 181 (71.09% from 255) = 37.09%
R=31.15%
G=31.76%
B=37.09%

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
Decimal1521551810.160.1400.29233.7916.3865.29
Hex989BB510E01Dea1041
Octal230233265201603535220101
Binary10011000100110111011010110000111001110111101010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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