#979CB9

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

Shades of Logan #979CB9

Tints of Logan #979CB9

Color information

#979CB9 (or 0x979CB9) is unknown color: approx Logan. HEX triplet: 97, 9C and B9. RGB value is (151,156,185). Sum of RGB (Red+Green+Blue) = 151+156+185=492 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.69% from 492); Green value is 156 (61.33% from 255 or 31.71% from 492); Blue value is 185 (72.66% from 255 or 37.60% from 492); Max value from RGB is 185 - color contains mainly: blue. Hex color #979CB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979CB9 is #686346. Grayscale: #9D9D9D. Windows color (decimal): -6841159 or 12164247. OLE color: 12164247.

HSL color Cylindrical-coordinate representation of color #979CB9: hue angle of 231.18º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #979CB9 is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB151156185-
CMYK0.180.1600.27
HSL231.18º19.54%65.88%-
HSV(B)231.18º18.38%72.55%-
XYZ33.4133.8650.67-
YUV157.81143.34123.14-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.69%
GREEN value IS 156 (61.33% from 255) = 31.71%
BLUE value IS 185 (72.66% from 255) = 37.60%
R=30.69%
G=31.71%
B=37.60%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1511561850.180.1600.27231.1819.5465.88
Hex979CB9121001Be71442
Octal227234271222003334724102
Binary100101111001110010111001100101000001101111100111101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,156,185); }

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

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

 a { background-color: rgb(151,156,185); }

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

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

 span { border-color: rgb(151,156,185); }

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