#979AB4

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

Shades of Logan #979AB4

Tints of Logan #979AB4

Color information

#979AB4 (or 0x979AB4) is unknown color: approx Logan. HEX triplet: 97, 9A and B4. RGB value is (151,154,180). Sum of RGB (Red+Green+Blue) = 151+154+180=485 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.13% from 485); Green value is 154 (60.55% from 255 or 31.75% from 485); Blue value is 180 (70.70% from 255 or 37.11% from 485); Max value from RGB is 180 - color contains mainly: blue. Hex color #979AB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979AB4 is #68654B. Grayscale: #9B9B9B. Windows color (decimal): -6841676 or 11836055. OLE color: 11836055.

HSL color Cylindrical-coordinate representation of color #979AB4: hue angle of 233.79º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #979AB4 is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB151154180-
CMYK0.160.1400.29
HSL233.79º16.2%64.9%-
HSV(B)233.79º16.11%70.59%-
XYZ32.5632.9947.83-
YUV156.07141.51124.39-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.13%
GREEN value IS 154 (60.55% from 255) = 31.75%
BLUE value IS 180 (70.70% from 255) = 37.11%
R=31.13%
G=31.75%
B=37.11%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1511541800.160.1400.29233.7916.264.9
Hex979AB410E01Dea1041
Octal227232264201603535220101
Binary10010111100110101011010010000111001110111101010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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