#989AAD

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

Shades of Logan #989AAD

Tints of Logan #989AAD

Color information

#989AAD (or 0x989AAD) is unknown color: approx Logan. HEX triplet: 98, 9A and AD. RGB value is (152,154,173). Sum of RGB (Red+Green+Blue) = 152+154+173=479 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.73% from 479); Green value is 154 (60.55% from 255 or 32.15% from 479); Blue value is 173 (67.97% from 255 or 36.12% from 479); Max value from RGB is 173 - color contains mainly: blue. Hex color #989AAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989AAD is #676552. Grayscale: #9B9B9B. Windows color (decimal): -6776147 or 11377304. OLE color: 11377304.

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

Color convert

RGB152154173-
CMYK0.120.1100.32
HSL234.29º11.35%63.73%-
HSV(B)234.29º12.14%67.84%-
XYZ32.0532.844.18-
YUV155.57137.84125.46-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.73%
GREEN value IS 154 (60.55% from 255) = 32.15%
BLUE value IS 173 (67.97% from 255) = 36.12%
R=31.73%
G=32.15%
B=36.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1521541730.120.1100.32234.2911.3563.73
Hex989AADCB020eab40
Octal230232255141304035213100
Binary1001100010011010101011011100101101000001110101010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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