#979AAD

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

Shades of Logan #979AAD

Tints of Logan #979AAD

Color information

#979AAD (or 0x979AAD) is unknown color: approx Logan. HEX triplet: 97, 9A and AD. RGB value is (151,154,173). Sum of RGB (Red+Green+Blue) = 151+154+173=478 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.59% from 478); Green value is 154 (60.55% from 255 or 32.22% from 478); Blue value is 173 (67.97% from 255 or 36.19% from 478); Max value from RGB is 173 - color contains mainly: blue. Hex color #979AAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979AAD is #686552. Grayscale: #9B9B9B. Windows color (decimal): -6841683 or 11377303. OLE color: 11377303.

HSL color Cylindrical-coordinate representation of color #979AAD: hue angle of 231.82º 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 #979AAD is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB151154173-
CMYK0.130.1100.32
HSL231.82º11.83%63.53%-
HSV(B)231.82º12.72%67.84%-
XYZ31.8632.7144.17-
YUV155.27138.01124.96-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.59%
GREEN value IS 154 (60.55% from 255) = 32.22%
BLUE value IS 173 (67.97% from 255) = 36.19%
R=31.59%
G=32.22%
B=36.19%

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
Decimal1511541730.130.1100.32231.8211.8363.53
Hex979AADDB020e8c40
Octal227232255151304035014100
Binary1001011110011010101011011101101101000001110100011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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