#979BB4

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

Shades of Logan #979BB4

Tints of Logan #979BB4

Color information

#979BB4 (or 0x979BB4) is unknown color: approx Logan. HEX triplet: 97, 9B and B4. RGB value is (151,155,180). Sum of RGB (Red+Green+Blue) = 151+155+180=486 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.07% from 486); Green value is 155 (60.94% from 255 or 31.89% from 486); Blue value is 180 (70.70% from 255 or 37.04% from 486); Max value from RGB is 180 - color contains mainly: blue. Hex color #979BB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979BB4 is #68644B. Grayscale: #9C9C9C. Windows color (decimal): -6841420 or 11836311. OLE color: 11836311.

HSL color Cylindrical-coordinate representation of color #979BB4: hue angle of 231.72º 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 #979BB4 is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB151155180-
CMYK0.160.1400.29
HSL231.72º16.2%64.9%-
HSV(B)231.72º16.11%70.59%-
XYZ32.7233.3247.89-
YUV156.65141.17123.97-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.07%
GREEN value IS 155 (60.94% from 255) = 31.89%
BLUE value IS 180 (70.70% from 255) = 37.04%
R=31.07%
G=31.89%
B=37.04%

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
Decimal1511551800.160.1400.29231.7216.264.9
Hex979BB410E01De81041
Octal227233264201603535020101
Binary10010111100110111011010010000111001110111101000100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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