#979AAE

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

Shades of Logan #979AAE

Tints of Logan #979AAE

Color information

#979AAE (or 0x979AAE) is unknown color: approx Logan. HEX triplet: 97, 9A and AE. RGB value is (151,154,174). Sum of RGB (Red+Green+Blue) = 151+154+174=479 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.52% from 479); Green value is 154 (60.55% from 255 or 32.15% from 479); Blue value is 174 (68.36% from 255 or 36.33% from 479); Max value from RGB is 174 - color contains mainly: blue. Hex color #979AAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979AAE is #686551. Grayscale: #9B9B9B. Windows color (decimal): -6841682 or 11442839. OLE color: 11442839.

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

Color convert

RGB151154174-
CMYK0.130.1100.32
HSL232.17º12.43%63.73%-
HSV(B)232.17º13.22%68.24%-
XYZ31.9632.7544.68-
YUV155.38138.51124.87-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.52%
GREEN value IS 154 (60.55% from 255) = 32.15%
BLUE value IS 174 (68.36% from 255) = 36.33%
R=31.52%
G=32.15%
B=36.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1511541740.130.1100.32232.1712.4363.73
Hex979AAEDB020e8c40
Octal227232256151304035014100
Binary1001011110011010101011101101101101000001110100011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979AAE; }

 p { color: rgb(151,154,174); }

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

<style>
 a { background-color: #979AAE; }

 a { background-color: rgb(151,154,174); }

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

<style>
 span { border-color: #979AAE; }

 span { border-color: rgb(151,154,174); }

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