#979BB9

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

Shades of Logan #979BB9

Tints of Logan #979BB9

Color information

#979BB9 (or 0x979BB9) is unknown color: approx Logan. HEX triplet: 97, 9B and B9. RGB value is (151,155,185). Sum of RGB (Red+Green+Blue) = 151+155+185=491 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.75% from 491); Green value is 155 (60.94% from 255 or 31.57% from 491); Blue value is 185 (72.66% from 255 or 37.68% from 491); Max value from RGB is 185 - color contains mainly: blue. Hex color #979BB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979BB9 is #686446. Grayscale: #9D9D9D. Windows color (decimal): -6841415 or 12163991. OLE color: 12163991.

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

Color convert

RGB151155185-
CMYK0.180.1600.27
HSL232.94º19.54%65.88%-
HSV(B)232.94º18.38%72.55%-
XYZ33.2433.5250.62-
YUV157.22143.67123.56-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.75%
GREEN value IS 155 (60.94% from 255) = 31.57%
BLUE value IS 185 (72.66% from 255) = 37.68%
R=30.75%
G=31.57%
B=37.68%

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
Decimal1511551850.180.1600.27232.9419.5465.88
Hex979BB9121001Be91442
Octal227233271222003335124102
Binary100101111001101110111001100101000001101111101001101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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