#989BAF

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

Shades of Logan #989BAF

Tints of Logan #989BAF

Color information

#989BAF (or 0x989BAF) is unknown color: approx Logan. HEX triplet: 98, 9B and AF. RGB value is (152,155,175). Sum of RGB (Red+Green+Blue) = 152+155+175=482 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.54% from 482); Green value is 155 (60.94% from 255 or 32.16% from 482); Blue value is 175 (68.75% from 255 or 36.31% from 482); Max value from RGB is 175 - color contains mainly: blue. Hex color #989BAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989BAF is #676450. Grayscale: #9C9C9C. Windows color (decimal): -6775889 or 11508632. OLE color: 11508632.

HSL color Cylindrical-coordinate representation of color #989BAF: hue angle of 232.17º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #989BAF is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB152155175-
CMYK0.130.1100.31
HSL232.17º12.57%64.12%-
HSV(B)232.17º13.14%68.63%-
XYZ32.4133.2145.26-
YUV156.38138.51124.87-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.54%
GREEN value IS 155 (60.94% from 255) = 32.16%
BLUE value IS 175 (68.75% from 255) = 36.31%
R=31.54%
G=32.16%
B=36.31%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1521551750.130.1100.31232.1712.5764.12
Hex989BAFDB01Fe8d40
Octal230233257151303735015100
Binary100110001001101110101111110110110111111110100011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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