#989AAF

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

Shades of Logan #989AAF

Tints of Logan #989AAF

Color information

#989AAF (or 0x989AAF) is unknown color: approx Logan. HEX triplet: 98, 9A and AF. RGB value is (152,154,175). Sum of RGB (Red+Green+Blue) = 152+154+175=481 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.60% from 481); Green value is 154 (60.55% from 255 or 32.02% from 481); Blue value is 175 (68.75% from 255 or 36.38% from 481); Max value from RGB is 175 - color contains mainly: blue. Hex color #989AAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989AAF is #676550. Grayscale: #9B9B9B. Windows color (decimal): -6776145 or 11508376. OLE color: 11508376.

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

Color convert

RGB152154175-
CMYK0.130.1200.31
HSL234.78º12.57%64.12%-
HSV(B)234.78º13.14%68.63%-
XYZ32.2432.8845.2-
YUV155.8138.84125.29-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.60%
GREEN value IS 154 (60.55% from 255) = 32.02%
BLUE value IS 175 (68.75% from 255) = 36.38%
R=31.60%
G=32.02%
B=36.38%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1521541750.130.1200.31234.7812.5764.12
Hex989AAFDC01Febd40
Octal230232257151403735315100
Binary100110001001101010101111110111000111111110101111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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